Home
Random
Recent changes
Special pages
Community portal
Settings
About NeoWiki Demo
Disclaimers
NeoWiki Demo
Search
User menu
Create account
Log in
View source for Schema:Company
←
Schema:Company
{ "propertyDefinitions": { "Founded at": { "type": "number", "description": "", "required": false }, "Websites": { "type": "url", "description": "", "required": false, "multiple": true, "uniqueItems": true }, "Main product": { "type": "relation", "description": "", "required": false, "relation": "Has main product", "targetSchema": "Product", "multiple": false, "uniqueItems": true }, "Products": { "type": "relation", "description": "", "required": false, "relation": "Has product", "targetSchema": "Product", "multiple": true, "uniqueItems": true }, "Status": { "type": "select", "description": "", "required": true, "options": [ { "id": "o1demo1aaaaaaa1", "label": "Active" }, { "id": "o1demo1aaaaaaa2", "label": "Inactive" }, { "id": "o1demo1aaaaaaa3", "label": "Acquired" }, { "id": "o1demo1aaaaaaa4", "label": "Dissolved" } ], "multiple": false }, "World domination progress": { "type": "number", "description": "", "required": false }, "Brand Color": { "type": "color", "description": "", "required": false, "allowedColors": [] }, "Another Color": { "type": "color", "description": "", "required": false, "allowedColors": [ "#ff0000", "" ] } } }
Return to
Schema:Company
.