diff --git a/wmn-data-schema.json b/wmn-data-schema.json index 6585985..5a12c85 100644 --- a/wmn-data-schema.json +++ b/wmn-data-schema.json @@ -119,6 +119,24 @@ ], "pattern": "^.*$" }, + "headers": { + "$id": "#root/sites/items/headers", + "title": "Headers", + "type": "object", + "default": [], + "items": { + "$id": "#root/sites/items/headers/items", + "title": "Items", + "type": "string", + "default": "", + "examples": [ + { + "accept": "text/html" + } + ], + "pattern": "^.*$" + } + }, "strip_bad_char": { "$id": "#root/sites/items/strip_bad_char", "title": "Strip_bad_char", @@ -220,24 +238,6 @@ ], "pattern": "^.*$" } - }, - "headers": { - "$id": "#root/sites/items/headers", - "title": "Headers", - "type": "object", - "default": [], - "items": { - "$id": "#root/sites/items/headers/items", - "title": "Items", - "type": "string", - "default": "", - "examples": [ - { - "accept": "text/html" - } - ], - "pattern": "^.*$" - } } } }