Skip to content

Commit d4ac30a

Browse files
committed
schema: Use perma-URL as ID #34 [fix]
1 parent b1295e5 commit d4ac30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/okh.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://raw.githubusercontent.com/OPEN-NEXT/OKH-LOSH/master/okh-losh.schema.json",
3+
"$id": "https://w3id.org/oseg/schema/okh.json",
44
"title": "Manifest",
55
"description": "This is a JSON-Schema which can validate an 'okh.toml' file, which holds an Open Source Hardware (OSH) projects Open Know-How (OKH) meta-data.",
66
"$comment": "NOTE: The properties 'ui-hidden' and 'ui-recommended' used in this schema, are non-standardized, and currently unused. They could be used to create a form, and are here for consistency with <https://git.iostud.io/makernet/iop-cdb/-/blob/dev/server/assets/okh.okhdf>.",

0 commit comments

Comments
 (0)