eve/schema: fix ordering

pull/13432/head
Eric Leblond 2 months ago committed by Victor Julien
parent fed7ff1e76
commit 23f643a4a7

@ -16,14 +16,14 @@
"category": {
"type": "string"
},
"gid": {
"type": "integer"
},
"context": {
"type": "object",
"additionalProperties": true,
"description": "Extra context data created by keywords such as dataset with JSON"
},
"gid": {
"type": "integer"
},
"metadata": {
"type": "object",
"properties": {

Loading…
Cancel
Save