Jump to content

Validation Clean: Difference between revisions

From NeoWiki Demo
Content deleted Content added
NeoWiki (talk | contribs)
Importing NeoWiki demo data
NeoWiki (talk | contribs)
Importing NeoWiki demo data
 
neo
Line 7: Line 7:
"statements": {
"statements": {
"Title": {
"Title": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"All properties filled in"
"All properties filled in"
Line 13: Line 13:
},
},
"Summary": {
"Summary": {
"type": "text",
"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": {
"type": "text",
"propertyType": "text",
"value": [
"value": [
"Clean sample",
"Clean sample",
Line 26: Line 26:
},
},
"Homepage": {
"Homepage": {
"type": "url",
"propertyType": "url",
"value": [
"value": [
"https://example.com"
"https://example.com"
Line 32: Line 32:
},
},
"Tags": {
"Tags": {
"type": "url",
"propertyType": "url",
"value": [
"value": [
"https://example.com/a",
"https://example.com/a",
Line 39: Line 39:
},
},
"Score": {
"Score": {
"type": "number",
"propertyType": "number",
"value": 42.5
"value": 42.5
},
},
"Status": {
"Status": {
"type": "select",
"propertyType": "select",
"value": [
"value": [
"oVgd1htUPMmGZYT"
"oVgd1htUPMmGZYT"
Line 49: Line 49:
},
},
"Topics": {
"Topics": {
"type": "select",
"propertyType": "select",
"value": [
"value": [
"oVgd1Fzq3xfLnxJ",
"oVgd1Fzq3xfLnxJ",
Line 56: Line 56:
},
},
"Featured": {
"Featured": {
"type": "boolean",
"propertyType": "boolean",
"value": true
"value": true
},
},
"Release date": {
"Release date": {
"type": "date",
"propertyType": "date",
"value": [
"value": [
"2024-06-15"
"2024-06-15"
Line 66: Line 66:
},
},
"Last reviewed": {
"Last reviewed": {
"type": "dateTime",
"propertyType": "dateTime",
"value": [
"value": [
"2024-06-15T09:30:00Z"
"2024-06-15T09:30:00Z"
Line 72: Line 72:
},
},
"Related product": {
"Related product": {
"type": "relation",
"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.