Home
Random
Recent changes
Special pages
Community portal
Settings
About NeoWiki Demo
Disclaimers
NeoWiki Demo
Search
User menu
Create account
Log in
View source for Schema:Everything
←
Schema:Everything
{ "description": "Everything currently almost supported, maybe.", "propertyDefinitions": { "string/text": { "type": "text" }, "string/text (required)": { "type": "text", "required": true }, "string/text (many)": { "type": "text", "multiple": true }, "string/text (duplicates)": { "type": "text", "multiple": true, "uniqueItems": false }, "string/text (default)": { "type": "text", "default": "Default value" }, "string/url": { "type": "url" }, "string/url (many)": { "type": "url", "multiple": true }, "number/number": { "type": "number" }, "number/number (w precision)": { "type": "number", "precision": 2 }, "number/number (w bounds)": { "type": "number", "minimum": 42, "maximum": 100 }, "relation/relation": { "type": "relation", "relation": "Has product", "targetSchema": "Product" }, "relation/relation (many)": { "type": "relation", "relation": "Has product", "targetSchema": "Product", "multiple": true } } }
Return to
Schema:Everything
.