Newer
Older
[
{
"title": "TestTypeWithAtomicProps",
"description": "RecordType with scalar atomic properties",
"type": "object",
"properties": {
"simple_text_prop": { "type": "string" }
},
"required": [ "simple_text_prop" ]
},
{
"title": "TestTypeWithReferencesAndEnum",
"type": "object",
"properties": {}
},
{
"title": "TestTypeWithLists",
"type": "object",
"properties": {}
}
]