object
-
enabledboolean required -
formatsarray of string
OpenAPI schema definition
{
"properties": {
"enabled": {
"type": "boolean"
},
"formats": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"enabled"
],
"type": "object"
}