Jump to content
Main menu
Main menu
move to sidebar
hide
Demo tour
Main page
Museum collection
ACME Inc
Research catalog
People and life events
Features
Subjects on a page
Schemas
Subject views
RDF and ontology mappings
SPARQL queries
Developers hub
About NeoWiki
NeoWiki website
Issue tracker
This wiki
Recent changes
NeoWiki Demo
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
View source for Schema:Validation Demo
Schema
Discussion
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Page information
NeoWiki
All schemas
RedHerb
Find a subject
Appearance
move to sidebar
hide
←
Schema:Validation Demo
{ "description": "A demo schema for trying out backend validation. Use it together with the Validation Demo hub page to see how the editor surfaces server-side errors next to each field.", "propertyDefinitions": { "Title": { "type": "text", "required": true, "description": "Required. Save with this empty to see an inline error." }, "Homepage": { "type": "url", "required": true, "description": "Required. Must be a valid http or https URL." }, "Tags": { "type": "url", "multiple": true, "description": "Optional list of URLs. Each entry must be a valid http or https URL." }, "Status": { "type": "select", "required": true, "options": [ { "id": "o1valida1aaaaaa", "label": "Draft" }, { "id": "o1valida2aaaaaa", "label": "Approved" }, { "id": "o1valida3aaaaaa", "label": "Archived" } ], "description": "Required. Pick one of the three statuses." } } }
Return to
Schema:Validation Demo
.