Jump to content

Schema:Product: Difference between revisions

From NeoWiki
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" } } }"
 
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
Line 1: Line 1:
{
{
"description": "Product in the NeoWiki example set",
"propertyDefinitions": {
"propertyDefinitions": {
"Released": {
"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"
"Manufacturer": {
"type": "relation",
"relation": "Made by",
"targetSchema": "Company"
}
}
}
}
}
}

Latest revision as of 05:14, 26 February 2026