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

@ -1,244 +1,246 @@
{ {
"definitions": {}, "definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://example.com/object1658520065.json", "$id": "https://example.com/object1658520065.json",
"title": "Root", "title": "Root",
"type": "object", "type": "object",
"required": [ "required": [
"license", "license",
"authors", "authors",
"categories", "categories",
"sites" "sites"
], ],
"properties": { "properties": {
"license": { "license": {
"$id": "#root/license", "$id": "#root/license",
"title": "License", "title": "License",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/license/items", "$id": "#root/license/items",
"title": "Items", "title": "Items",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"Copyright (C) 2025 Micah Hoffman" "Copyright (C) 2025 Micah Hoffman"
], ],
"pattern": "^.*$" "pattern": "^.*$"
} }
}, },
"authors": { "authors": {
"$id": "#root/authors", "$id": "#root/authors",
"title": "Authors", "title": "Authors",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/authors/items", "$id": "#root/authors/items",
"title": "Items", "title": "Items",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"WebBreacher" "WebBreacher"
], ],
"pattern": "^.*$" "pattern": "^.*$"
} }
}, },
"categories": { "categories": {
"$id": "#root/categories", "$id": "#root/categories",
"title": "Categories", "title": "Categories",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/categories/items", "$id": "#root/categories/items",
"title": "Items", "title": "Items",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"archived" "archived"
], ],
"pattern": "^.*$" "pattern": "^.*$"
} }
}, },
"sites": { "sites": {
"$id": "#root/sites", "$id": "#root/sites",
"title": "Sites", "title": "Sites",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/sites/items", "$id": "#root/sites/items",
"title": "Items", "title": "Items",
"type": "object", "type": "object",
"required": [ "required": [
"name", "name",
"uri_check", "uri_check",
"e_code", "e_code",
"e_string", "e_string",
"m_string", "m_string",
"m_code", "m_code",
"known", "known",
"cat" "cat"
], ],
"properties": { "properties": {
"name": { "name": {
"$id": "#root/sites/items/name", "$id": "#root/sites/items/name",
"title": "Name", "title": "Name",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"101010.pl" "101010.pl"
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"uri_check": { "uri_check": {
"$id": "#root/sites/items/uri_check", "$id": "#root/sites/items/uri_check",
"title": "Uri_check", "title": "Uri_check",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"https://101010.pl/@{account}" "https://101010.pl/@{account}"
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"uri_pretty": { "uri_pretty": {
"$id": "#root/sites/items/uri_pretty", "$id": "#root/sites/items/uri_pretty",
"title": "Uri_pretty", "title": "Uri_pretty",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"https://101010.pl/@{account}" "https://101010.pl/@{account}"
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"post_body": { "post_body": {
"$id": "#root/sites/items/post_body", "$id": "#root/sites/items/post_body",
"title": "Post_body", "title": "Post_body",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"" ""
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"strip_bad_char": { "strip_bad_char": {
"$id": "#root/sites/items/strip_bad_char", "$id": "#root/sites/items/strip_bad_char",
"title": "Strip_bad_char", "title": "Strip_bad_char",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"." "."
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"e_code": { "e_code": {
"$id": "#root/sites/items/e_code", "$id": "#root/sites/items/e_code",
"title": "E_code", "title": "E_code",
"type": "integer", "type": "integer",
"default": "", "default": "",
"examples": [ "examples": [
200 200
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"e_string": { "e_string": {
"$id": "#root/sites/items/e_string", "$id": "#root/sites/items/e_string",
"title": "E_string", "title": "E_string",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"@101010.pl" "@101010.pl"
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"m_string": { "m_string": {
"$id": "#root/sites/items/m_string", "$id": "#root/sites/items/m_string",
"title": "M_string", "title": "M_string",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"The page you are looking for isn't here." "The page you are looking for isn't here."
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"m_code": { "m_code": {
"$id": "#root/sites/items/m_code", "$id": "#root/sites/items/m_code",
"title": "M_code", "title": "M_code",
"type": "integer", "type": "integer",
"default": "", "default": "",
"examples": [ "examples": [
404 404
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"known": { "known": {
"$id": "#root/sites/items/known", "$id": "#root/sites/items/known",
"title": "Known", "title": "Known",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/sites/items/known/items", "$id": "#root/sites/items/known/items",
"title": "Items", "title": "Items",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"szekspir" "szekspir"
], ],
"pattern": "^.*$" "pattern": "^.*$"
} }
}, },
"cat": { "cat": {
"$id": "#root/sites/items/cat", "$id": "#root/sites/items/cat",
"title": "Cat", "title": "Cat",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"social" "social"
], ],
"pattern": "^.*$" "pattern": "^.*$"
}, },
"valid": { "valid": {
"$id": "#root/sites/items/valid", "$id": "#root/sites/items/valid",
"title": "Valid", "title": "Valid",
"type": "boolean", "type": "boolean",
"examples": [ "examples": [
true true
], ],
"default": "" "default": ""
}, },
"protection": { "protection": {
"$id": "#root/sites/items/protection", "$id": "#root/sites/items/protection",
"title": "Protection", "title": "Protection",
"type": "array", "type": "array",
"default": [], "default": [],
"items":{ "items": {
"$id": "#root/sites/items/protection/items", "$id": "#root/sites/items/protection/items",
"title": "Items", "title": "Items",
"type": "string", "type": "string",
"default": "", "default": "",
"examples": [ "examples": [
"cloudflare", "captcha" "cloudflare",
], "captcha"
"pattern": "^.*$" ],
} "pattern": "^.*$"
}, }
"headers": { },
"$id": "#root/sites/items/headers", "headers": {
"title": "Headers", "$id": "#root/sites/items/headers",
"type": "object", "title": "Headers",
"default": [], "type": "object",
"items":{ "default": [],
"$id": "#root/sites/items/headers/items", "items": {
"title": "Items", "$id": "#root/sites/items/headers/items",
"type": "string", "title": "Items",
"default": "", "type": "string",
"examples": [ "default": "",
{"accept": "text/html"} "examples": [
], {
"pattern": "^.*$" "accept": "text/html"
} }
} ],
} "pattern": "^.*$"
} }
}
} }
} }
} }
}
}

File diff suppressed because it is too large Load Diff