fix wrong type of the id after a change iin the fixtures

This commit is contained in:
Gerard 2018-04-18 14:42:11 +02:00
parent 0c2eaa33d2
commit 2d5cd04b8a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
},
"properties": {
"id": {
"type": "Number",
"type": "String",
"id": true,
"description": "Identifier"
},