Skip to content

Commit 0683fee

Browse files
committed
Update schema store
1 parent bd31034 commit 0683fee

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"http://json-schema.org/draft-07/schema","additionalProperties":false,"properties":{"_comment":{"type":"string"},"meta":{"type":"object"},"exported_at":{"type":"string"},"name":{"type":"string"},"author":{"type":"string"},"description":{"type":"string"},"features":{"type":"array","items":{"type":"string"}},"docker_images":{"type":"object"},"file_denylist":{"type":"array","items":{"type":"string"}},"startup":{"type":"string","x-intellij-language-injection":"Shell Script"},"config":{"type":"object"},"scripts":{"type":"object","patternProperties":{"^[_a-zA-Z][a-zA-Z0-9_-]*$":{"type":"object","properties":{"container":{"type":"string"},"entrypoint":{"type":"string"}}}}},"variables":{"type":"array","items":{"type":"object","additionalProperties":false,"properties":{"name":{"type":"string"},"description":{"type":"string"},"env_variable":{"type":"string"},"default_value":{"type":"string"},"user_viewable":{"type":"boolean"},"user_editable":{"type":"boolean"},"rules":{"type":"string"},"field_type":{"type":"string"}}}}},"type":"object"}

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1656291976685}
1+
{"timestamp":1656378420749}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3682,6 +3682,12 @@
36823682
"description": "Copy/paste detector for programming source code",
36833683
"fileMatch": [".jscpd.json"],
36843684
"url": "https://json.schemastore.org/jscpd.json"
3685+
},
3686+
{
3687+
"name": "Pterodactyl",
3688+
"description": "Schema for Pterodactyl, a free game server control panel",
3689+
"fileMatch": ["egg-*.json"],
3690+
"url": "https://json.schemastore.org/pterodactyl.json"
36853691
}
36863692
],
36873693
"version": 1

0 commit comments

Comments
 (0)