mirror of
https://github.com/WebBreacher/WhatsMyName.git
synced 2025-06-18 14:25:31 -04:00
chore: auto-sort and format JSON files
This commit is contained in:
parent
b0b1219ae5
commit
0e3a416b67
@ -16,7 +16,7 @@
|
||||
"title": "License",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/license/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
@ -32,7 +32,7 @@
|
||||
"title": "Authors",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/authors/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
@ -48,7 +48,7 @@
|
||||
"title": "Categories",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/categories/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
@ -64,7 +64,7 @@
|
||||
"title": "Sites",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/sites/items",
|
||||
"title": "Items",
|
||||
"type": "object",
|
||||
@ -174,7 +174,7 @@
|
||||
"title": "Known",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/sites/items/known/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
@ -209,13 +209,14 @@
|
||||
"title": "Protection",
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/sites/items/protection/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"examples": [
|
||||
"cloudflare", "captcha"
|
||||
"cloudflare",
|
||||
"captcha"
|
||||
],
|
||||
"pattern": "^.*$"
|
||||
}
|
||||
@ -225,20 +226,21 @@
|
||||
"title": "Headers",
|
||||
"type": "object",
|
||||
"default": [],
|
||||
"items":{
|
||||
"items": {
|
||||
"$id": "#root/sites/items/headers/items",
|
||||
"title": "Items",
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"examples": [
|
||||
{"accept": "text/html"}
|
||||
{
|
||||
"accept": "text/html"
|
||||
}
|
||||
],
|
||||
"pattern": "^.*$"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
3722
wmn-data.json
3722
wmn-data.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user