mirror of
https://github.com/WebBreacher/WhatsMyName.git
synced 2025-06-18 14:25:31 -04:00
Change headers order
This commit is contained in:
parent
0e3a416b67
commit
34094f777e
@ -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": "^.*$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user