{
"$id": "https://schemas.don.projects.digilab.network/schemas/api-register/developer-overheid/tools-api-v1-izwuavkdg/oasinput",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"examples": [
{
"oasBody": "oasBody",
"oasUrl": "oasUrl",
"targetVersion": "3.1"
}
],
"properties": {
"oasBody": {
"type": "string"
},
"oasUrl": {
"type": "string"
},
"targetVersion": {
"description": "Doelversie. Voor conversie: 3.0 of 3.1. Voor validatie: 2.0 of 2.1.",
"type": "string"
}
},
"type": "object",
"x-derived-from": [
"http://localhost:1338/v1/openapi.json#/components/schemas/OasInput"
]
}