231
edits
(update docs) Tag: 2017 source edit |
(add physical_uuid) Tag: Metadata slot edit |
||
jsonschema | |||
---|---|---|---|
Line 12: | Line 12: | ||
}, | }, | ||
{ | { | ||
"is_about": "Property:IsRelatedTo" | "is_about": { | ||
"@id": "Property:IsRelatedTo", | |||
"@type": "@id" | |||
} | |||
} | } | ||
], | ], | ||
Line 48: | Line 51: | ||
"format": "autocomplete", | "format": "autocomplete", | ||
"range": "Category:OSW531dd85d3f8e46d5817a2c628dd0b346" | "range": "Category:OSW531dd85d3f8e46d5817a2c628dd0b346" | ||
}, | |||
"physical_uuid": { | |||
"title": "Polysecure ID", | |||
"type": "string", | |||
"pattern": "^[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}$" | |||
} | } | ||
}, | }, | ||
"defaultProperties": [ | "defaultProperties": [ | ||
"type", | "type", | ||
"is_about" | "is_about", | ||
"physical_uuid" | |||
] | ] | ||
} | } |