Skip to content

Commit 84de584

Browse files
committed
Update schema store
1 parent 095c14a commit 84de584

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

schemastore/json.schemastore.org/github-workflow.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
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","title":"Ubuntu Server Autoinstall","type":"object","properties":{"autoinstall":{"type":"object","properties":{"version":{"type":"integer","minimum":1,"maximum":1},"early-commands":{"type":"array","items":{"type":["string","array"],"items":{"type":"string"}}},"reporting":{"type":"object","additionalProperties":{"type":"object","properties":{"type":{"type":"string"}},"required":["type"],"additionalProperties":true}},"error-commands":{"type":"array","items":{"type":["string","array"],"items":{"type":"string"}}},"user-data":{"type":"object"},"packages":{"type":"array","items":{"type":"string"}},"debconf-selections":{"type":"string"},"locale":{"type":"string"},"refresh-installer":{"type":"object","properties":{"update":{"type":"boolean"},"channel":{"type":"string"}},"additionalProperties":false},"keyboard":{"type":"object","properties":{"layout":{"type":"string"},"variant":{"type":"string"},"toggle":{"type":["string","null"]}},"required":["layout"],"additionalProperties":false},"network":{"oneOf":[{"type":"object","properties":{"version":{"type":"integer","minimum":2,"maximum":2},"ethernets":{"type":"object","properties":{"match":{"type":"object","properties":{"name":{"type":"string"},"macaddress":{"type":"string"},"driver":{"type":"string"}},"additionalProperties":false}}},"wifis":{"type":"object","properties":{"match":{"type":"object","properties":{"name":{"type":"string"},"macaddress":{"type":"string"},"driver":{"type":"string"}},"additionalProperties":false}}},"bridges":{"type":"object"},"bonds":{"type":"object"},"tunnels":{"type":"object"},"vlans":{"type":"object"}},"required":["version"]},{"type":"object","properties":{"network":{"type":"object","properties":{"version":{"type":"integer","minimum":2,"maximum":2},"ethernets":{"type":"object","properties":{"match":{"type":"object","properties":{"name":{"type":"string"},"macaddress":{"type":"string"},"driver":{"type":"string"}},"additionalProperties":false}}},"wifis":{"type":"object","properties":{"match":{"type":"object","properties":{"name":{"type":"string"},"macaddress":{"type":"string"},"driver":{"type":"string"}},"additionalProperties":false}}},"bridges":{"type":"object"},"bonds":{"type":"object"},"tunnels":{"type":"object"},"vlans":{"type":"object"}},"required":["version"]}},"required":["network"]}]},"proxy":{"type":["string","null"],"format":"uri"},"apt":{"type":"object","properties":{"preserve_sources_list":{"type":"boolean"},"primary":{"type":"array"},"geoip":{"type":"boolean"},"sources":{"type":"object"}}},"storage":{"type":"object"},"identity":{"type":"object","properties":{"realname":{"type":"string"},"username":{"type":"string"},"hostname":{"type":"string"},"password":{"type":"string"}},"required":["username","hostname","password"],"additionalProperties":false},"ssh":{"type":"object","properties":{"install-server":{"type":"boolean"},"authorized-keys":{"type":"array","items":{"type":"string"}},"allow-pw":{"type":"boolean"}}},"snaps":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"channel":{"type":"string"},"classic":{"type":"boolean"}},"required":["name"],"additionalProperties":false}},"late-commands":{"type":"array","items":{"type":["string","array"],"items":{"type":"string"}}}},"required":["version"],"additionalProperties":true}}}

schemastore/timestamp.json

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

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2746,6 +2746,15 @@
27462746
],
27472747
"url": "https://json.schemastore.org/settings.job.json"
27482748
},
2749+
{
2750+
"name": "Settings.paf",
2751+
"description": "Qualisys Project Automation Framework settings file",
2752+
"fileMatch": [
2753+
"settings.paf",
2754+
"Settings.paf"
2755+
],
2756+
"url": "https://raw.githubusercontent.com/qualisys/qualisys-schemas/master/paf-module.schema.json"
2757+
},
27492758
{
27502759
"name": "sfdx-hardis configuration",
27512760
"description": "Configuration file for sfdx-hardis Salesforce DX plugin",
@@ -3083,6 +3092,14 @@
30833092
],
30843093
"url": "https://json.schemastore.org/typingsrc.json"
30853094
},
3095+
{
3096+
"name": "Ubuntu Server Autoinstall",
3097+
"description": "Settings file for Ubuntu Autoinstall",
3098+
"fileMatch": [
3099+
"user-data"
3100+
],
3101+
"url": "https://json.schemastore.org/ubuntu-server-autoinstall.json"
3102+
},
30863103
{
30873104
"name": "up.json",
30883105
"description": "Up configuration file",

0 commit comments

Comments
 (0)