repository
stringclasses
528 values
commit
stringlengths
40
40
commitDate
timestamp[s]
path
stringlengths
11
149
repoStars
int64
5
94.9k
repoLastFetched
stringclasses
528 values
content
stringlengths
48
736k
license
stringclasses
14 values
language
stringclasses
7 values
opengeospatial/ogc-feat-geo-json
8d71518a41907f0750e5d99f53d65448531322ec
2022-01-07T15:50:40
core/schemas/featurecollection.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "http://beta.schemas.opengis.net/json-fg/featurecollection.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "coordRefSys": { "$ref": "coordrefsys.json" }, "featureType": { "$ref": "featuretype.json" }, "features": { "items": { ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
fdc8a0857d3367e10142becedc1c1cbd9fa51e38
2022-11-14T14:53:13
core/schemas/geometry-objects.json
25
2024-05-28T03:15:28.68877Z
{ "$defs": { "CustomGeometry": { "properties": { "type": { "not": { "enum": [ "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", "Polyhedron", ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
e3d58196722eb4b9a98df9723fd2d51ab5ab54fa
2023-09-04T15:33:24
core/schemas/conformsto.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/conformsto.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "This JSON Schema is part of JSON-FG version 0.2.0-SNAPSHOT", "items": { "type": "string" }, "minItems": 1, "title": "the conformsTo member", "type": "array"...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
a40615f56dd80213d06012bdb3c5ed083c4ca407
2023-03-06T14:33:26
core/schemas/time.json
25
2024-05-28T03:15:28.68877Z
{ "$defs": { "date": { "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" }, "interval": { "items": { "oneOf": [ { "$ref": "#/$defs/date" }, { "$ref": "#/$defs/timestamp" }, { "enum": [ ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
8d71518a41907f0750e5d99f53d65448531322ec
2022-01-07T15:50:40
core/schemas/feature.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "http://beta.schemas.opengis.net/json-fg/feature.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "coordRefSys": { "$ref": "coordrefsys.json" }, "featureType": { "$ref": "featuretype.json" }, "geometry": { "$ref": "geometry.json" ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
0778da9c279fe878cce8ba2032a9189bb9616383
2023-11-13T16:27:40
core/schemas/geometry-objects.json
25
2024-05-28T03:15:28.68877Z
{ "$defs": { "CustomGeometry": { "properties": { "type": { "not": { "enum": [ "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", "Polyhedron", ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
39e8e952ed29feef64d30317905d7b8ab870abb3
2023-10-03T05:37:06
core/schemas/feature.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/feature.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This JSON Schema is part of JSON-FG version 0.2.0", "properties": { "conformsTo": { "$ref": "conformsto.json" }, "coordRefSys": { "$ref": "coordref...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
c38742ca647902ab87a7af0879720b1ce1b1f2dc
2022-09-08T10:26:51
core/schemas/link.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/link.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "anchor": { "type": "string" }, "href": { "format": "uri-reference", "type": "string" }, "hreflang": { "type": "string" }, "...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
06868ddc3417b26ca5256ef187b96685e63eb968
2023-05-23T00:51:41
proposals/circulargeom-schema.json
25
2024-05-28T03:15:28.68877Z
{ "$defs": { "Arc": { "properties": { "bbox": { "$ref": "geometry-objects.json#/$defs/bbox" }, "coordinates": { "items": { "$ref": "geometry-objects.json#/$defs/position" }, "maxItems": 3, "minItems": 3, "type": ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
ae4a5aec468d57d6627fd6dd45ff07a2bd20fdcb
2022-05-16T12:38:17
core/schemas/link.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/link.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "properties": { "anchor": { "type": "string" }, "href": { "format": "uri-reference", "type": "string" }, "hreflang": { "type": "string" }, "...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
f80746d2251137168b6a08bb7f174ee61a780a96
2023-11-13T13:47:58
core/schemas/conformsto.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/conformsto.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "This JSON Schema is part of JSON-FG version 0.2.2", "items": { "type": "string" }, "minItems": 1, "title": "the conformsTo member", "type": "array" }
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
2b60f16d823a5404387e92fbdb81afa43d638464
2023-11-13T14:11:10
core/schemas/geometry-objects.json
25
2024-05-28T03:15:28.68877Z
{ "$defs": { "CustomGeometry": { "properties": { "type": { "not": { "enum": [ "Point", "MultiPoint", "LineString", "MultiLineString", "Polygon", "MultiPolygon", "Polyhedron", ...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
e3d58196722eb4b9a98df9723fd2d51ab5ab54fa
2023-09-04T15:33:24
core/schemas/featureschema.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/featureschema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "This JSON Schema is part of JSON-FG version 0.2.0-SNAPSHOT", "oneOf": [ { "format": "uri", "type": "string" }, { "additionalProperties"...
Apache-2.0
en
opengeospatial/ogc-feat-geo-json
65363f1fe84f8ea9518ca189859ec7bec3a7be99
2024-02-26T14:02:01
core/schemas/link.json
25
2024-05-28T03:15:28.68877Z
{ "$id": "https://beta.schemas.opengis.net/json-fg/link.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Since JSON-FG 0.2 this schema is no longer part of JSON-FG. The file is still published for now as an informative schema in case any other schema includes a reference. All refe...
Apache-2.0
en
KAL-ATM-Software/KAL_XFS4IoT_SP-Dev-Samples
4225a3fa13f830dec5c40a025f0f03f1fd3cc5f4
2023-08-31T16:29:08
Devices/ServerHostSample/JsonSchema/JsonSchema-2021-1.json
7
2024-05-28T03:29:42.08448Z
{ "$defs": { "messages": { "$id": "/messages", "Auxiliaries.AuxiliaryStatusEvent": { "1.0": { "properties": { "ambientLightSensorState": { "$ref": "/schemas#/2021-01/Auxiliaries.AmbientLightSensorState" }, "audibleAlarmState": { ...
MIT
en
quochungtran/MLOps-NLP-with-disaster-tweets
9cd751b982dd95ce394af889efa21d9706c9c951
2024-03-15T06:28:09
helm/nginx-ingress/values.schema.json
21
2024-05-27T06:44:09.259162Z
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "default": {}, "examples": [ { "controller": { "affinity": {}, "appprotect": { "enable": false, "logLevel": "fatal" }, "appprotectdos": { "debug": false, "enable": false, ...
MIT
en
jmshea/jupyterquiz
10160362c02417062359d19b07fcdcafdd4657ea
2023-04-18T17:19:10
schema/mc_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/mc_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for Multiple or Many Choice Questions in JupyterQuiz", "properties": { "answers": { "items": { "properties": { "answer": { "t...
MIT
en
jmshea/jupyterquiz
70697f0fb624ab6f99434ba21ff6734f1b992547
2021-06-15T23:08:13
schema/num_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/num_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for Multiple or Many Choice Questions in JupyterQuiz", "properties": { "answers": { "items": { "anyOf": [ { "properties": { ...
MIT
en
jmshea/jupyterquiz
e035efb8e28820fb39b283a76439f51bfc705bd0
2021-06-15T21:52:27
schema/num_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/schema/num_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for Multiple or Many Choice Questions in JupyterQuiz", "properties": { "answers": { "items": { "anyOf": [ { "properti...
MIT
en
jmshea/jupyterquiz
70697f0fb624ab6f99434ba21ff6734f1b992547
2021-06-15T23:08:13
schema/mc_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/mc_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for Multiple or Many Choice Questions in JupyterQuiz", "properties": { "answers": { "items": { "properties": { "answer": { "t...
MIT
en
jmshea/jupyterquiz
b1903bbc798d023c6a02d6fcaf347b3edd68a610
2021-07-06T14:35:23
schema/mc_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/mc_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "answerlist": { "items": { "properties": { "answer (+)": { "type": "string" }, "code (+)": { "type": ...
MIT
en
jmshea/jupyterquiz
e035efb8e28820fb39b283a76439f51bfc705bd0
2021-06-15T21:52:27
schema/mc_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/schema/mc_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Schema for Multiple or Many Choice Questions in JupyterQuiz", "properties": { "answers": { "items": { "properties": { "answer": { ...
MIT
en
jmshea/jupyterquiz
bd890de2b4e0684bb86f3629ce5530caa9165cb9
2021-06-16T19:44:36
schema/mc_schema.json
122
2024-05-28T03:48:49.388109Z
{ "$id": "https://github.com/jmshea/jupyterquiz/mc_schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "answerlist": { "items": { "properties": { "answer (+)": { "type": "string" }, "code (+)": { "type": ...
MIT
en
Azure/data-api-builder
a64c277a6d79317afbc8247180891b9a5a7cccb6
2024-02-13T05:46:25
schemas/dab.draft.schema.json
767
2024-05-28T05:37:44.035954Z
{ "$defs": { "action": { "oneOf": [ { "enum": [ "create", "read", "update", "delete" ], "type": "string" }, { "pattern": "[*]", "type": "string" } ] }, "singular-pl...
MIT
en
Azure/data-api-builder
49796db8d85210d75730b6709d88aae3df27f8cc
2023-11-10T22:45:14
schemas/dab.draft.schema.json
767
2024-05-28T05:37:44.035954Z
{ "$defs": { "action": { "oneOf": [ { "enum": [ "create", "read", "update", "delete" ], "type": "string" }, { "pattern": "[*]", "type": "string" } ] }, "singular-pl...
MIT
en
Azure/data-api-builder
1f3f176aac39f3d923d125caa9b7724f3f49ac31
2024-01-25T09:19:18
schemas/dab.draft.schema.json
767
2024-05-28T05:37:44.035954Z
{ "$defs": { "action": { "oneOf": [ { "enum": [ "create", "read", "update", "delete" ], "type": "string" }, { "pattern": "[*]", "type": "string" } ] }, "singular-pl...
MIT
en
Azure/data-api-builder
2b18315c233cfa1c1891411f37b867b500d375f2
2024-03-29T02:56:28
schemas/dab.draft.schema.json
767
2024-05-28T05:37:44.035954Z
{ "$defs": { "action": { "oneOf": [ { "enum": [ "create", "read", "update", "delete" ], "type": "string" }, { "pattern": "[*]", "type": "string" } ] }, "singular-pl...
MIT
en
Azure/PSRule.Rules.Azure
d3f407897a9213f24acfe01bf533ecc6601f59eb
2024-02-01T18:15:40
.vscode/policy-ignore.schema.json
373
2024-05-29T17:41:24.423011Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "description": "Policy ignore identifies policies that will be ignored by PSRule for generating rules during export of policies.", "items": { "additionalProperties": false, "examples": [ { "policyDefinitionIds": [], "reason": "...
MIT
en
Azure/template-specs
fcfc1c1cf236e22a679b99b167c45287cb379271
2021-12-07T02:53:31
built-ins/schemas/builtInTemplateSpecVersionMetadata.v1.json
30
2024-05-28T05:27:47.66924Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description": "Contains information about a built-in template spec version, such as description and supported clouds, etc.", "properties": { "$schema": { "type": "string" }, "description": { "des...
MIT
en
Azure/enterprise-azure-policy-as-code
df3884a0ee45bae02dd59f35575a3c40b3a94d4d
2023-08-29T14:56:28
Schemas/global-settings-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "globalNotScopes": { "patternProperties": { "^*$": { "items": [ { "type": "string" } ], "type": "array" } }, ...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/policy-documentation-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "anyOf": [ { "required": [ "documentAssignments" ] }, { "required": [ "documentPolicySets" ] } ], "properties": { "documentAssignments": { "properties": { "documentationSpecification...
MIT
en
Azure/enterprise-azure-policy-as-code
df3884a0ee45bae02dd59f35575a3c40b3a94d4d
2023-08-29T14:56:28
Schemas/policy-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "metadata": { ...
MIT
en
Azure/enterprise-azure-policy-as-code
df3884a0ee45bae02dd59f35575a3c40b3a94d4d
2023-08-29T14:56:28
Schemas/policy-set-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "displayName": { "type": "string" ...
MIT
en
Azure/enterprise-azure-policy-as-code
001bf13e37bcfed7d0b3cee6a8e233e550f945b7
2023-10-09T02:44:10
Schemas/global-settings-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "globalNotScopes": { "patternProperties": { "^*$": { "items": [ { "type": "string" } ], "type": "array" } }, ...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/policy-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "metadata": { ...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/policy-exemption-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "exemptions": { "items": [ { "additionalProperties": false, "properties": { "description": { "type": "string" }, "displayName": { "type": "str...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/global-settings-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "globalNotScopes": { "patternProperties": { "^*$": { "items": [ { "type": "string" } ], "type": "array" } }, ...
MIT
en
Azure/enterprise-azure-policy-as-code
8eee5af3010b091c0f210b8e8bf8ed3c30adac50
2023-07-27T01:56:35
Schemas/policy-set-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "displayName": { "type": "string" ...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/policy-assignment-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$defs": { "nonComplianceMessages": { "items": [ { "anyOf": [ { "properties": { "message": { "type": "string" } }, "required": [ "message" ], ...
MIT
en
Azure/enterprise-azure-policy-as-code
0a10e3369344af279afe204dcc52e491c87d88a2
2023-06-30T20:24:32
Schemas/policy-set-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "additionalProperties": false, "properties": { "description": { "type": "string" }, "displayName": { "type": "string" ...
MIT
en
Azure/enterprise-azure-policy-as-code
ad3ff471bd108016b76fce3b275ad96f14665bae
2023-08-22T13:15:19
Schemas/policy-assignment-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$defs": { "nonComplianceMessages": { "items": [ { "anyOf": [ { "properties": { "message": { "type": "string" } }, "required": [ "message" ], ...
MIT
en
Azure/enterprise-azure-policy-as-code
1ac259d03ceb67fe927881b3da13f5cc7cd7a4c3
2024-01-24T20:35:24
Schemas/policy-exemption-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "exemptions": { "items": [ { "additionalProperties": false, "properties": { "assignmentScopeValidation": { "type": "string" }, "description": { ...
MIT
en
Azure/enterprise-azure-policy-as-code
8eee5af3010b091c0f210b8e8bf8ed3c30adac50
2023-07-27T01:56:35
Schemas/policy-definition-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "properties": { "name": { "type": "string" }, "properties": { "properties": { "description": { "type": "string" }, "displayName": { "type": "string" }, "metadata": { ...
MIT
en
Azure/enterprise-azure-policy-as-code
5e25af10bf6985b534338aa878b587efd92b2199
2024-01-19T16:57:16
Schemas/global-settings-schema.json
390
2024-05-28T01:04:30.229055Z
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "properties": { "globalNotScopes": { "patternProperties": { "^*$": { "items": [ { "type": "string" } ], "type": "array" } }, ...
MIT
en
Azure/azure-functions-templates
8b728379101d06ed3ab2f71a2f09ca9da78c4b8e
2023-04-04T22:28:41
Docs/Schema/action-schemas.json
336
2024-05-28T05:03:30.961205Z
{ "$id": "<ACTION_SCHEMA_URL>", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "type": { "const": "AppendToFile" } } }, "then": { "properties": { "createIfNotExists": { ...
MIT
en
Azure/azure-functions-templates
9d9c7d180b65dc4011cf02c17dba7dd1af516d16
2023-04-04T15:18:46
Docs/Schema/action-schemas.json
336
2024-05-28T05:03:30.961205Z
{ "$id": "<ACTION_SCHEMA_URL>", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "type": { "const": "AppendToFile" } } }, "then": { "properties": { "createIfNotExists": { ...
MIT
en
Azure/static-web-apps-cli
30de040937d838dfbb36d1a676b528762230c129
2022-04-29T10:45:07
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
ada2ffbe1e6d5184b45592a622281d91d23015e9
2022-04-29T10:45:07
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
8a601fdc1166c3e8791cde053ca0df5b1a7591a0
2023-03-28T18:41:26
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
cf4f5c0d3feb0e4c64c447251f84b66b4eaebc5d
2022-04-08T19:24:01
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "contextParameters": { "properties": { "context": { "type": "string" } }, "type": "object" }, "deployCommandParameters": { "properties": { "deploymentToken": { "description": "The secret toekn used to authenticate with the St...
MIT
en
Azure/static-web-apps-cli
d94fe811028457f2aab50b0c018b45c569366980
2022-04-04T15:30:40
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "configurations": { "additionalProperties": { "allOf": [ { "properties": { "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
2000ef93e5d0ee739bd2f4745ca3a53a56c5b460
2022-04-04T15:31:23
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "configurations": { "additionalProperties": { "allOf": [ { "properties": { "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
ec16d560d68cabdcd15257e5ee61603b4bddb57b
2022-05-16T15:40:59
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
c01e512e1c6b3f817e65891aa764e732e27a9809
2022-05-02T13:08:14
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
1a3f3d299cbd9e069e50d00814e60a6bb4122c8e
2021-09-27T07:26:46
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "configurations": { "additionalProperties": { "allOf": [ { "properties": { "apiLocation": { "description": "API folder or Azure Functions emulator address", "...
MIT
en
Azure/static-web-apps-cli
2c406ae998ad658f09adf4ba25c938df887e0f2b
2022-04-08T19:24:01
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "contextParameters": { "properties": { "context": { "type": "string" } }, "type": "object" }, "deployCommandParameters": { "properties": { "apiLocation": { "description": "The folder containing the source code of the API appl...
MIT
en
Azure/static-web-apps-cli
a62aee61c208f1ff38ab07bfc382521193138b5b
2022-05-05T08:20:37
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
2ba3b51fbcbac9894f948631d6abd9fbac966c45
2022-05-05T18:52:52
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
210b9bf03515544d1eac090e2956065c37a7be39
2022-05-16T11:45:57
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
4aa5959301c5da93fb1cb911952fadaa289b7fbb
2022-05-16T07:47:51
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
4c3150b6a439fc92c846e65955276e66c10a2e84
2022-04-29T10:45:07
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
a6029887d641704cb5b2d39304a17b20cea2005e
2022-05-05T08:20:37
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
a3a84fcdd201fcf5916142f8b01636f1ae59bea2
2022-05-05T08:20:37
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/static-web-apps-cli
bfd56e7944c32adae35d397b7e6ef99dcf0028b6
2022-04-25T14:36:13
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "deployCommandParameters": { "properties": { "apiLocation": { "description": "The folder containing the source code of the API application", "type": "string" }, "deploymentToken": { "description": "The secret token used to authenticate with ...
MIT
en
Azure/static-web-apps-cli
ef03a056119e3da1797e17d55f174c322329cd7f
2023-03-16T10:52:54
schema/swa-cli.config.schema.json
578
2024-05-28T05:36:02.213023Z
{ "$defs": { "buildCommandParameters": { "properties": { "apiBuildCommand": { "description": "The command used to build your api", "type": "string" }, "apiLocation": { "description": "The folder containing the source code of the API application", ...
MIT
en
Azure/azure-sdk-tools
2d4d757c2c4551c8adb78802ecd3cbb99c4ea201
2023-04-25T00:30:03
tools/secret-management/schema/1.0.0/plan.json
108
2024-05-29T14:38:39.531471Z
{ "$id": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/tools/secret-management/schema/1.0.0/plan.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A secret rotation plan", "properties": { "$schema": { "description": "JSON Schema URI (used by some editors...
MIT
en
Azure/azure-sdk-tools
9ae20c3fa206a76ee8350d4508c35209701aee40
2024-04-15T20:39:49
tools/secret-management/schema/1.0.0/plan.json
108
2024-05-29T14:38:39.531471Z
{ "$id": "https://raw.githubusercontent.com/azure/azure-sdk-tools/main/tools/secret-management/schema/1.0.0/plan.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A secret rotation plan", "properties": { "$schema": { "description": "JSON Schema URI (used by some editors...
MIT
en
dnsquery/dns-query
e9b8d793ced2388d6aca1f95acc1475bc7e97c0d
2022-05-31T14:14:01
data/resolvers.schema.json
17
2024-05-28T04:21:05.500455Z
{ "$id": "https://martinheidegger.github.io/dns-query/resolvers.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "description": "DNS Endpoint consumable JSON format", "properties": { "resolvers": { "items": { "additionalProperties": false, "properties": { "...
MIT
en
dnsquery/dns-query
2842f35568ee99dd3bece61a4e0527c5c9d8db6f
2022-06-02T14:21:04
data/resolvers.schema.json
17
2024-05-28T04:21:05.500455Z
{ "$id": "https://martinheidegger.github.io/dns-query/resolvers.schema.json", "$schema": "https://json-schema.org/draft-07/schema", "description": "DNS Endpoint consumable JSON format", "properties": { "resolvers": { "items": { "additionalProperties": false, "properties": { "...
MIT
en
Anshelen/microservices-deploy
ca47733bc0ffb873653a6bdb232936b4c719da78
2020-02-03T20:11:03
msvc-chart/values.schema.json
15
2024-05-28T03:16:13.509746Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "properties": { "backend": { "properties": { "container": { "properties": { "name": { "type": [ "string", "null" ] }, "resources": { ...
BSD-3-Clause
en
json-api/json-api
af47518badf387775184872680b7f6fb4763ecda
2024-05-19T21:48:32
_schemas/1.0/schema_create_resource.json
7,334
2024-05-29T10:26:42.251294Z
{ "$comment": "The $id URI should be modified before releasing. This URI does not need to be network addressable. It is an ID only.", "$id": "https://jsonapi.org/schemas/spec/v1.0/draft/create/resource", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "definitions": {...
CC0-1.0
en
json-api/json-api
af47518badf387775184872680b7f6fb4763ecda
2024-05-19T21:48:32
_schemas/1.0/schema_update_resource.json
7,334
2024-05-29T10:26:42.251294Z
{ "$comment": "The $id URI should be modified before releasing. This URI does not need to be network addressable. It is an ID only.", "$id": "https://jsonapi.org/schemas/spec/v1.0/draft/update/resource", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "definitions": {...
CC0-1.0
en
json-api/json-api
af47518badf387775184872680b7f6fb4763ecda
2024-05-19T21:48:32
_schemas/1.0/schema.json
7,334
2024-05-29T10:26:42.251294Z
{ "$comment": "The $id URI should be modified before releasing. This URI does not need to be network addressable. It is an ID only.", "$id": "https://jsonapi.org/schemas/spec/v1.0/draft", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "allOf": [ { "$ref": "...
CC0-1.0
en
json-api/json-api
af47518badf387775184872680b7f6fb4763ecda
2024-05-19T21:48:32
_schemas/1.0/schema_update_relationship.json
7,334
2024-05-29T10:26:42.251294Z
{ "$comment": "The $id URI should be modified before releasing. This URI does not need to be network addressable. It is an ID only.", "$id": "https://jsonapi.org/schemas/spec/v1.0/draft/update/relationship", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "description...
CC0-1.0
en
chains-project/bump
48e222cbcd46548c5bca23e73a7e05db50a0c3c6
2023-09-04T19:45:10
schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/not-attempted-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a (potential) breaking dependency update", "properties": { "breakingCommi...
MIT
en
chains-project/bump
9f6e3375d3a57d3314812ac812a30c07710d44a6
2023-10-05T13:07:23
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
4e39c288a854e386f821751ea1c1a6d254c73c31
2023-08-30T06:40:30
schemas/not-attempted-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a (potential) breaking dependency update", "properties": { "breakingCommi...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
ebcc3c0b33918114b0240c0fca6d60aa5ac455f0
2023-08-10T08:36:09
schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning an unreproducible breaking dependency update", "properties": { "breakingCo...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
4e39c288a854e386f821751ea1c1a6d254c73c31
2023-08-30T06:40:30
schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning an unreproducible breaking dependency update", "properties": { "breakingCo...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
48e222cbcd46548c5bca23e73a7e05db50a0c3c6
2023-09-04T19:45:10
schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
82e84668c783eb1fa279336a21fe386bd131206d
2023-10-24T09:30:25
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning an unreproducible breaking dependency update", "properties": { "breakingCo...
MIT
en
chains-project/bump
ebcc3c0b33918114b0240c0fca6d60aa5ac455f0
2023-08-10T08:36:09
schemas/not-attempted-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a (potential) breaking dependency update", "properties": { "breakingCommi...
MIT
en
chains-project/bump
48e222cbcd46548c5bca23e73a7e05db50a0c3c6
2023-09-04T19:45:10
schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
82e84668c783eb1fa279336a21fe386bd131206d
2023-10-24T09:30:25
schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
ebcc3c0b33918114b0240c0fca6d60aa5ac455f0
2023-08-10T08:36:09
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
e0ebcf192d1da68b6a6de783951eef22c90919d7
2024-04-12T12:04:07
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/not-attempted-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/not-attempted-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a (potential) breaking dependency update", "properties": { "breakingCommi...
MIT
en
chains-project/bump
e74cbe49dff8cf279e01329558c577e9e851d492
2023-10-13T16:43:46
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning an unreproducible breaking dependency update", "properties": { "breakingCo...
MIT
en
chains-project/bump
4e39c288a854e386f821751ea1c1a6d254c73c31
2023-08-30T06:40:30
schemas/successful-reproduction-schemas/breaking-update.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/successful-reproduction-schemas/breaking-update.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Data concerning a successfully reproduced breaking dependency update", "properties": { "brea...
MIT
en
chains-project/bump
e9be41738e1fca4b1439291c322bd7a0dd2c2c63
2023-07-14T11:20:46
schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en
chains-project/bump
0129569c2b3c2b378844005789a8040d837ef889
2023-07-14T11:41:04
schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json
9
2024-05-27T05:58:30.744062Z
{ "$id": "https://github.com/chains-project/breaking-updates/blob/main/schemas/unsuccessful-reproduction-schemas/breaking-update-dependency.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Details on the updated dependency", "properties": { "dependencyArtifactID": { ...
MIT
en