Last active
March 16, 2020 08:06
-
-
Save volkovasystems/49d1a3d7d67cbe0b8b2c42a7e3178a69 to your computer and use it in GitHub Desktop.
core-data-structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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