Skip to content

Commit 0994a20

Browse files
committed
Update schema store
1 parent b94109e commit 0994a20

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"title":"deployed cli","$schema":"http://json-schema.org/draft-07/schema#","type":"object","required":["projectName","modeList"],"additionalProperties":false,"properties":{"projectName":{"type":"string","minLength":1},"cluster":{"type":"array","uniqueItems":true,"items":{"type":"string"}},"privateKey":{"$ref":"#/definitions/privateKey"},"passphrase":{"$ref":"#/definitions/passphrase"},"script":{"$ref":"#/definitions/script"},"backupName":{"$ref":"#/definitions/backupName"},"removeLocalDir":{"$ref":"#/definitions/removeLocalDir"},"clearRemoteDir":{"$ref":"#/definitions/clearRemoteDir"},"modeList":{"type":"array","minItems":1,"uniqueItems":true,"items":{"type":"object","required":["mode","name","host","port","username","localPath","remotePath"],"additionalProperties":false,"properties":{"mode":{"type":"string","minLength":1},"name":{"type":"string","minLength":1},"host":{"type":"string","minLength":1},"port":{"type":"integer","minimum":1},"username":{"type":"string","minLength":1},"password":{"type":"string","minLength":1},"remotePath":{"type":"string","minLength":2},"localPath":{"type":"string","minLength":1},"privateKey":{"$ref":"#/definitions/privateKey"},"passphrase":{"$ref":"#/definitions/passphrase"},"script":{"$ref":"#/definitions/script"},"backupName":{"$ref":"#/definitions/backupName"},"removeLocalDir":{"$ref":"#/definitions/removeLocalDir"},"clearRemoteDir":{"$ref":"#/definitions/clearRemoteDir"}}}}},"definitions":{"privateKey":{"type":["string","object"]},"passphrase":{"type":"string","minLength":1},"script":{"type":"string","minLength":1},"backupName":{"type":"string","minLength":1},"removeLocalDir":{"type":"boolean"},"clearRemoteDir":{"type":"boolean"}}}

schemastore/timestamp.json

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4271,6 +4271,17 @@
42714271
],
42724272
"url": "https://json.schemastore.org/cheatsheets.json"
42734273
},
4274+
{
4275+
"name": "deployed-cli",
4276+
"description": "JSON schema for the deployed cli config file. \n\nSee also: https://hyhello.github.io/deployed\n\n",
4277+
"fileMatch": [
4278+
".deployedrc",
4279+
".deployed.json",
4280+
".deployed.yaml",
4281+
".deployed.yml"
4282+
],
4283+
"url": "https://json.schemastore.org/deployed.json"
4284+
},
42744285
{
42754286
"name": "Xstate Machine Schema",
42764287
"description": "Schema for making statecharts",

0 commit comments

Comments
 (0)