17 lines
227 B
JSON
17 lines
227 B
JSON
|
|
||
|
"components": {
|
||
|
"schemas": {
|
||
|
"user": {
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "integer"
|
||
|
},
|
||
|
"name": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|