Schema:Company: Difference between revisions
Content deleted Content added
Update schema via NeoWiki UI Tag: Reverted |
Importing NeoWiki demo data |
||
| (7 intermediate revisions by 2 users 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": {
"type": "relation",
"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": "
}
}
| |||