Schema:Product: Difference between revisions
Appearance
Created page with "{ "description": "Product in the NeoWiki example set", "propertyDefinitions": { "Released": { "type": "number" }, "Website": { "type": "url" }, "Manufacturer": { "type": "relation", "relation": "Made by", "targetSchema": "Company" } } }" |
Importing NeoWiki demo data |
||
| Line 1: | Line 1: | ||
{ | { | ||
"propertyDefinitions": { | "propertyDefinitions": { | ||
" | "Available since": { | ||
"type": "number" | "type": "number", | ||
"description": "The year the product was first released" | |||
}, | }, | ||
"Website": { | "Website": { | ||
"type": "url | "type": "url", | ||
"description": "The product's website" | |||
" | |||
} | } | ||
} | } | ||
} | } | ||