Validation Clean: Difference between revisions
Appearance
Content deleted Content added
Importing NeoWiki demo data |
Importing NeoWiki demo data |
||
| neo | |||
|---|---|---|---|
| Line 1: | Line 1: | ||
{ |
{ |
||
"mainSubject": " |
"mainSubject": "sVgd1VWVmdUSMp6", |
||
"subjects": { |
"subjects": { |
||
" |
"sVgd1VWVmdUSMp6": { |
||
"label": "Validation Clean", |
"label": "Validation Clean", |
||
"schema": "Validation Demo", |
"schema": "Validation Demo", |
||
| Line 10: | Line 10: | ||
"value": [ |
"value": [ |
||
"All properties filled in" |
"All properties filled in" |
||
] |
|||
}, |
|||
"Summary": { |
|||
"type": "text", |
|||
"value": [ |
|||
"A valid summary that is comfortably between ten and one hundred characters long." |
|||
] |
|||
}, |
|||
"Aliases": { |
|||
"type": "text", |
|||
"value": [ |
|||
"Clean sample", |
|||
"Reference subject" |
|||
] |
] |
||
}, |
}, |
||
| Line 24: | Line 37: | ||
"https://example.com/b" |
"https://example.com/b" |
||
] |
] |
||
}, |
|||
"Score": { |
|||
"type": "number", |
|||
"value": 42.5 |
|||
}, |
}, |
||
"Status": { |
"Status": { |
||
"type": "select", |
"type": "select", |
||
"value": [ |
"value": [ |
||
" |
"oVgd1htUPMmGZYT" |
||
] |
|||
}, |
|||
"Topics": { |
|||
"type": "select", |
|||
"value": [ |
|||
"oVgd1Fzq3xfLnxJ", |
|||
"oVgd1LjchzFUcLg" |
|||
] |
|||
}, |
|||
"Featured": { |
|||
"type": "boolean", |
|||
"value": true |
|||
}, |
|||
"Release date": { |
|||
"type": "date", |
|||
"value": [ |
|||
"2024-06-15" |
|||
] |
|||
}, |
|||
"Last reviewed": { |
|||
"type": "dateTime", |
|||
"value": [ |
|||
"2024-06-15T09:30:00Z" |
|||
] |
|||
}, |
|||
"Related product": { |
|||
"type": "relation", |
|||
"value": [ |
|||
{ |
|||
"id": "rVgd1keRxJzQR6e", |
|||
"target": "s1demo1aaaaaaa2" |
|||
} |
|||
] |
] |
||
} |
} |
||
Revision as of 12:17, 23 June 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.