Valetudo/backend/lib/entities/doc/Attribute.openapi.json

25 lines
464 B
JSON

{
"components": {
"schemas": {
"Attribute": {
"allOf": [
{
"$ref": "#/components/schemas/SerializableEntity"
},
{
"type": "object",
"properties": {
"type": {
"type": "string"
},
"subType": {
"type": "string"
}
}
}
]
}
}
}
}