Skip to content

Commit

Permalink
Update schema store
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 7, 2021
1 parent ba12736 commit 51d29ab
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 4 deletions.
2 changes: 1 addition & 1 deletion schemastore/json.schemastore.org/eslintrc.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schemastore/json.schemastore.org/io-package.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schemastore/json.schemastore.org/opspec-io-0.1.7.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schemastore/timestamp.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"timestamp":1625272236707}
{"timestamp":1625618016354}
35 changes: 35 additions & 0 deletions schemastore/www.schemastore.org/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -986,6 +986,14 @@
],
"url": "https://json.schemastore.org/fabric.mod.json"
},
{
"name": "F-Droid Data metadata",
"description": "Schema for F-Droid Data app metadata files",
"fileMatch": [
"metadata/*.yml"
],
"url": "https://gitlab.com/fdroid/fdroiddata/-/raw/master/schemas/metadata.json"
},
{
"name": ".ffizer.yaml",
"description": "JSON schema for ffizer template configuration files",
Expand Down Expand Up @@ -1703,6 +1711,33 @@
"description": "OpenFin application configuration file",
"url": "https://json.schemastore.org/openfin.json"
},
{
"name": "Outblocks project configuration",
"description": "JSON schema for Outblocks project configuration files",
"fileMatch": [
"project.outblocks.yaml",
"project.outblocks.yml"
],
"url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-project.json"
},
{
"name": "Outblocks App configuration",
"description": "JSON schema for Outblocks App configuration files",
"fileMatch": [
"outblocks.yaml",
"outblocks.yml"
],
"url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-app.json"
},
{
"name": "Outblocks database table",
"description": "JSON schema for Outblocks database table files",
"fileMatch": [
"database/**/*.outblocks.yaml",
"database/**/*.outblocks.yml"
],
"url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-table.json"
},
{
"name": "kratos.yml",
"description": "ORY Kratos configuration file",
Expand Down

0 comments on commit 51d29ab

Please sign in to comment.