blob: 282fb2ad3e365f895de71d677c9cb3f2c2a6e293 [file] [log] [blame]
[
{
"namespace": "objectsMovableJson",
"description": "Movable objects in a json file",
"compiler_options": {"use_movable_types": true},
"types": [{
"id": "movableWithAdditional",
"type": "object",
"properties": {
"str": {"type": "string"}
},
"additionalProperties": {
"type": "array",
"items": {"type": "string"}
}
}]
}
]