Schema:Company: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| (10 intermediate revisions by 2 users not shown) | |||
| Line 18: | Line 18: | ||
"targetSchema": "Product", |
"targetSchema": "Product", |
||
"multiple": true |
"multiple": true |
||
}, |
|||
"Departments": { |
|||
"type": "relation", |
|||
"relation": "Has department", |
|||
"targetSchema": "Department", |
|||
"multiple": true |
|||
}, |
|||
"Offices": { |
|||
"type": "relation", |
|||
"relation": "Has office", |
|||
"targetSchema": "Office", |
|||
"multiple": true |
|||
}, |
|||
"Headquarters": { |
|||
"type": "relation", |
|||
"relation": "Has headquarters", |
|||
"targetSchema": "Office" |
|||
}, |
}, |
||
"Status": { |
"Status": { |
||
| Line 44: | Line 61: | ||
"type": "number", |
"type": "number", |
||
"default": 0 |
"default": 0 |
||
}, |
|||
"Is public": { |
|||
"type": "boolean" |
|||
} |
} |
||
} |
} |
||