Stable 2-ago-2023
This commit is contained in:
24
action/schemas/registro_supervisor.json
Normal file
24
action/schemas/registro_supervisor.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"profesor_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"horario_id": {
|
||||
"type": "integer"
|
||||
},
|
||||
"estado": {
|
||||
"type": ["integer", "null"]
|
||||
},
|
||||
"comentario": {
|
||||
"type": "string"
|
||||
},
|
||||
"supervisor_id": {
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
"required": ["profesor_id", "horario_id", "comentario", "supervisor_id"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user