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": { "category": {
"type": "string" "type": "string"
}, },
"gid": {
"type": "integer"
},
"context": { "context": {
"type": "object", "type": "object",
"additionalProperties": true, "additionalProperties": true,
"description": "Extra context data created by keywords such as dataset with JSON" "description": "Extra context data created by keywords such as dataset with JSON"
}, },
"gid": {
"type": "integer"
},
"metadata": { "metadata": {
"type": "object", "type": "object",
"properties": { "properties": {

Loading…
Cancel
Save