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