199
edits
No edit summary Tag: Metadata slot edit |
(import generated schema) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | "/wiki/Category:Item?action=raw\u0026slot=jsonschema", | ||
{ | |||
"uuid": "https://schema.org/identifier", | |||
"slug": "https://schema.org/identifier", | |||
"name": "https://schema.org/name", | |||
"comment": "https://schema.org/description", | |||
"qudt_unit": "https://qudt.org/schema/qudt/Unit", | |||
"unit": "https://glossary.ecoinvent.org/ld-schema/unit" | |||
} | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
Line 8: | Line 16: | ||
} | } | ||
], | ], | ||
"$schema": "http://json-schema.org/draft-04/schema#", | |||
"$id": "https://glossary.ecoinvent.org/ld-schema/unit.jsonld", | |||
"type": "object", | "type": "object", | ||
"uuid": "11fba453-131d-4499-acc5-3cc3645b6479", | "uuid": "11fba453-131d-4499-acc5-3cc3645b6479", | ||
Line 24: | Line 34: | ||
"Category:OSW11fba453131d4499acc53cc3645b6479" | "Category:OSW11fba453131d4499acc53cc3645b6479" | ||
] | ] | ||
}, | |||
"uuid": { | |||
"type": "string", | |||
"title": "Uuid", | |||
"description": "Unique identifier for object according to UUIDv4. Used to form the @id field", | |||
"format": "uuid", | |||
"options": { | |||
"hidden": true | |||
} | |||
}, | |||
"slug": { | |||
"type": "string", | |||
"title": "Slug", | |||
"description": "Unique slug for object. Used to form the friendly URL" | |||
}, | |||
"name": { | |||
"type": "string", | |||
"title": "Name", | |||
"description": "Ecoinvent name of the Unit; note that this may differ from the QUDT name of the Unit" | |||
}, | |||
"comment": { | |||
"type": "string", | |||
"title": "Comment", | |||
"description": "Comment on the Unit" | |||
}, | |||
"qudt_unit": { | |||
"type": "string", | |||
"title": "Qudt Unit", | |||
"description": "QUDT unit of the Unit" | |||
}, | |||
"unit": { | |||
"type": "string", | |||
"title": "Unit", | |||
"description": "Unit of measurement for a property or exchange" | |||
} | } | ||
} | } | ||
} | } |