Validation Clean: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| neo | |||
|---|---|---|---|
| Line 7: | Line 7: | ||
"statements": { |
"statements": { |
||
"Title": { |
"Title": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"All properties filled in" |
"All properties filled in" |
||
| Line 13: | Line 13: | ||
}, |
}, |
||
"Summary": { |
"Summary": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"A valid summary that is comfortably between ten and one hundred characters long." |
"A valid summary that is comfortably between ten and one hundred characters long." |
||
| Line 19: | Line 19: | ||
}, |
}, |
||
"Aliases": { |
"Aliases": { |
||
" |
"propertyType": "text", |
||
"value": [ |
"value": [ |
||
"Clean sample", |
"Clean sample", |
||
| Line 26: | Line 26: | ||
}, |
}, |
||
"Homepage": { |
"Homepage": { |
||
" |
"propertyType": "url", |
||
"value": [ |
"value": [ |
||
"https://example.com" |
"https://example.com" |
||
| Line 32: | Line 32: | ||
}, |
}, |
||
"Tags": { |
"Tags": { |
||
" |
"propertyType": "url", |
||
"value": [ |
"value": [ |
||
"https://example.com/a", |
"https://example.com/a", |
||
| Line 39: | Line 39: | ||
}, |
}, |
||
"Score": { |
"Score": { |
||
" |
"propertyType": "number", |
||
"value": 42.5 |
"value": 42.5 |
||
}, |
}, |
||
"Status": { |
"Status": { |
||
" |
"propertyType": "select", |
||
"value": [ |
"value": [ |
||
"oVgd1htUPMmGZYT" |
"oVgd1htUPMmGZYT" |
||
| Line 49: | Line 49: | ||
}, |
}, |
||
"Topics": { |
"Topics": { |
||
" |
"propertyType": "select", |
||
"value": [ |
"value": [ |
||
"oVgd1Fzq3xfLnxJ", |
"oVgd1Fzq3xfLnxJ", |
||
| Line 56: | Line 56: | ||
}, |
}, |
||
"Featured": { |
"Featured": { |
||
" |
"propertyType": "boolean", |
||
"value": true |
"value": true |
||
}, |
}, |
||
"Release date": { |
"Release date": { |
||
" |
"propertyType": "date", |
||
"value": [ |
"value": [ |
||
"2024-06-15" |
"2024-06-15" |
||
| Line 66: | Line 66: | ||
}, |
}, |
||
"Last reviewed": { |
"Last reviewed": { |
||
" |
"propertyType": "dateTime", |
||
"value": [ |
"value": [ |
||
"2024-06-15T09:30:00Z" |
"2024-06-15T09:30:00Z" |
||
| Line 72: | Line 72: | ||
}, |
}, |
||
"Related product": { |
"Related product": { |
||
" |
"propertyType": "relation", |
||
"value": [ |
"value": [ |
||
{ |
{ |
||
Latest revision as of 22:06, 27 July 2026
A demo Subject with every property of the Validation Demo schema filled in correctly. The starting point for the recipes on the Validation Demo hub page.