refs #6434 feat: add Id property in model

This commit is contained in:
Javier Segarra 2023-11-16 11:56:48 +01:00
parent abf772ae87
commit 9e64939810
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
}
},
"properties": {
"id": {
"type": "number",
"id": true,
"description": "Identifier"
},
"token": {
"required": true,
"type": "string",