Schema:Company: Difference between revisions
Appearance
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| Line 18: | Line 18: | ||
"targetSchema": "Product", | "targetSchema": "Product", | ||
"multiple": true | "multiple": true | ||
}, | |||
"Status": { | |||
"type": "select", | |||
"options": [ | |||
"Active", | |||
"Inactive", | |||
"Acquired", | |||
"Dissolved" | |||
], | |||
"required": true | |||
}, | }, | ||
"World domination progress": { | "World domination progress": { | ||