Valetudo/backend/lib/entities/doc/SerializableEntity.openapi....

18 lines
294 B
JSON

{
"components": {
"schemas": {
"SerializableEntity": {
"type": "object",
"properties": {
"__class": {
"type": "string"
},
"metaData": {
"type": "object"
}
}
}
}
}
}