Schema:Company: Difference between revisions
Content deleted Content added
Update schema via NeoWiki UI Tag: Reverted |
Importing NeoWiki demo data |
||
| (2 intermediate revisions by the same user not shown) | |||
Line 2:
"propertyDefinitions": {
"Founded at": {
"type": "number"
},
"Websites": {
"type": "url",
"
"multiple": true,▼
"uniqueItems": true▼
},
"Main product": {
"type": "relation",
"relation": "Has main product",
"targetSchema": "Product"
},
"Products": {
"type": "relation",
"relation": "Has product",
"targetSchema": "Product",
"multiple": true
},▼
"Departments": {
"relation": "Has department",
"targetSchema": "Department",
"Offices": {
"type": "relation",
"relation": "Has office",
"targetSchema": "Office",
},
"Headquarters": {
"type": "relation",
"relation": "Has headquarters",
"targetSchema": "Office"
},
"Status": {
"type": "select",
"options": [
{
Line 53 ⟶ 56:
}
],
"
},
"World domination progress": {
"type": "number",
"
▲ },
▲ "type": "color",
},
"
"type": "
▲ ]
}
}
| |||