Idea
Last updated
Was this helpful?
Was this helpful?
"config": {
"ideas": {
"extraData": {
"zomaar": {
"type": "object",
"subset": {
"zomaar sub1": {
"type": "string",
"allowNull": true
},
"zomaar sub2": {
"type": "boolean",
"allowNull": true
}
},
"allowNull": false
},
"images": {
"type": "arrayOfStrings",
"allowNull": true
},
"gebied": {
"type": "enum",
"values": [
"Oud-West",
"Bos en Lommer",
"De Baarsjes",
"Westerpark",
"West Algemeen"
],
"allowNull": false,
}
}
}
} "extraData": {
"zomaar": {
"zomaar sub1": "Boe",
"zomaar sub2": true
},
"gebied": "De Baarsjes",
"images": [
"https://image-server.staging.openstadsdeel.nl/image/kleine-wereld-6428.jpg"
]
}