Skip to content

Commit 27e27b7

Browse files
committed
Update schema store
1 parent eea7602 commit 27e27b7

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

schemastore/json.schemastore.org/circleciconfig.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

schemastore/json.schemastore.org/host.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+
{"title":"JSON schema for unist syntax trees","$schema":"http://json-schema.org/draft-07/schema#","definitions":{"Point":{"markdownDescription":"A point represents one place in a source file. The value of the point field implements the [Point](https://github.com/syntax-tree/unist#point) interface.","type":"object","properties":{"column":{"type":"integer","minimum":1},"line":{"type":"integer","minimum":1},"offset":{"type":"integer","minimum":0}},"required":["column","line"],"additionalProperties":false},"Position":{"markdownDescription":"A position represents the location of a node in a source file. The value of the position field implements the [Position](https://github.com/syntax-tree/unist#position) interface. The position field must not be present if a node is generated.","type":"object","properties":{"end":{"$ref":"#/definitions/Point"},"start":{"$ref":"#/definitions/Point"}},"required":["end","start"],"additionalProperties":false}},"type":"object","properties":{"type":{"markdownDescription":"The [type](https://github.com/syntax-tree/unist#type) field is a non-empty string representing the variant of a node. This field can be used to determine the type a node implements.","type":"string"},"position":{"$ref":"#/definitions/Position"},"children":{"type":"array","items":{"$ref":"#"}},"data":{"markdownDescription":"The data field represents information from the ecosystem. The value of the data field implements the [Data](https://github.com/syntax-tree/unist#data) interface.","type":"object","additionalProperties":true},"value":true},"required":["type"],"additionalProperties":true}

schemastore/timestamp.json

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

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,18 @@
11171117
"url": "https://raw.githubusercontent.com/iterative/dvcyaml-schema/master/schema.json"
11181118
},
11191119
{
1120-
"name": "Eclipse Che Devfile",
1121-
"description": "JSON schema for Eclipse Che Devfiles",
1122-
"url": "https://raw.githubusercontent.com/eclipse-che/che-server/master/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
1120+
"name": "Devfile",
1121+
"description": "JSON schema for Devfiles",
1122+
"url": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json",
11231123
"fileMatch": [
11241124
"devfile.yaml",
11251125
".devfile.yaml"
1126-
]
1126+
],
1127+
"versions": {
1128+
"1.0.0": "https://raw.githubusercontent.com/eclipse-che/che-server/master/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
1129+
"2.0.0": "https://raw.githubusercontent.com/devfile/api/v2.0.0/schemas/latest/devfile.json",
1130+
"2.1.0": "https://raw.githubusercontent.com/devfile/api/v2.1.0/schemas/latest/devfile.json"
1131+
}
11271132
},
11281133
{
11291134
"name": "ecosystem.json",
@@ -4088,6 +4093,12 @@
40884093
"tye.yml"
40894094
],
40904095
"url": "https://raw.githubusercontent.com/dotnet/tye/main/src/schema/tye-schema.json"
4096+
},
4097+
{
4098+
"name": "unist",
4099+
"description": "Schema for unist syntax trees",
4100+
"fileMatch": [],
4101+
"url": "https://json.schemastore.org/unist.json"
40914102
}
40924103
]
40934104
}

0 commit comments

Comments
 (0)