From 34094f777e560ab51e8872644c5fa34a739d729d Mon Sep 17 00:00:00 2001 From: 3xp0rt <61662492+3xp0rt@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:15:08 +0300 Subject: [PATCH] Change headers order --- wmn-data-schema.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) 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": "^.*$" - } } } }