chore: auto-sort and format JSON files

This commit is contained in:
github-actions 2025-06-02 20:42:21 +00:00
parent b0b1219ae5
commit 0e3a416b67
2 changed files with 3203 additions and 1009 deletions

View File

@ -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": "^.*$"
}
}
}
}
}
}
}

File diff suppressed because it is too large Load Diff