Rest API - API Documentation
What is wrong with this schema fragment?
{
"type": "array",
"items": {
"type": "object",
"properties": {
"id": { "type": "integer" }
}
},
"required": ["id"]
}