refs #6434 feat: add Id property in model
This commit is contained in:
parent
abf772ae87
commit
9e64939810
|
@ -7,6 +7,11 @@
|
|||
}
|
||||
},
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number",
|
||||
"id": true,
|
||||
"description": "Identifier"
|
||||
},
|
||||
"token": {
|
||||
"required": true,
|
||||
"type": "string",
|
||||
|
|
Loading…
Reference in New Issue