Schema:Company: Difference between revisions
Content deleted Content added
Update schema via NeoWiki UI Tag: Reverted |
Importing NeoWiki demo data Tag: Manual revert |
||
Line 2:
"propertyDefinitions": {
"Founded at": {
"type": "number"
},
"Websites": {
"type": "url",
"
},
"Main product": {
"type": "relation",
"relation": "Has main product",
"targetSchema": "Product"
},
"Products": {
"type": "relation",
"relation": "Has product",
"targetSchema": "Product",
"multiple": true
},
"Status": {
"type": "select",
"options": [
{
Line 53 ⟶ 39:
}
],
"
},
"World domination progress": {
"type": "number",
"
}
}
| |||