Jump to content

Schema:Company: Difference between revisions

From NeoWiki Demo
Update schema via NeoWiki UI
Tag: Reverted
Update schema via NeoWiki UI
 
(2 intermediate revisions by 2 users not shown)
Line 60: Line 60:
"required": false
"required": false
},
},
"Some Date": {
"Brand Color": {
"type": "dateTime",
"type": "color",
"description": "",
"description": "",
"required": false
"required": false,
"allowedColors": []
},
"Another Color": {
"type": "color",
"description": "",
"required": false,
"allowedColors": [
"#ff0000",
""
]
}
}
}
}
}
}

Latest revision as of 13:42, 30 April 2026