Skip to content

Instantly share code, notes, and snippets.

@volkovasystems
Last active March 16, 2020 08:06
Show Gist options
  • Save volkovasystems/49d1a3d7d67cbe0b8b2c42a7e3178a69 to your computer and use it in GitHub Desktop.
Save volkovasystems/49d1a3d7d67cbe0b8b2c42a7e3178a69 to your computer and use it in GitHub Desktop.
core-data-structure
{
"namespace": "[@type:string<@format:schema-namespace:property-namespace>]",
"reference": "[@type:string]",
"hash": "[@type:string]",
"datetimestamp": "[@type:number<@format:YYYYMMDDHHmmss>]",
"schemaNamespace": "[@type:string]",
"propertyNamespace": "[@type:string]",
"propertyVariable": "[@type:string]",
"propertyType": [
"[@type:string,string|number|boolean|object|list|option]"
],
"propertyOption": [
"[@type:string|number|object<@optional>]"
],
"componentInputType": "[@type:string]",
"componentOutputType": "[@type:string]",
"title": "[@type:string]",
"description": "[@type:string]",
"value": "[@type:string|number|boolean|object]"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment