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 |
|---|---|---|---|---|---|---|---|---|
fiberplane/fiberplane | 5e019eb927b42450aec154a5f713f953adefa35c | 2023-05-03T15:06:05 | schemas/webhooks.schema.json | 83 | 2024-05-27T07:39:25.331263Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": {},
"properties": {
"id": {
"format": "base64uuid",
"title": "Unique ID of this event. This is shared by every delivery across all webhooks",
"type": "string"
},
"payload": {
"title": "Event specific payloa... | Apache-2.0 | en |
FriendsOfShopware/FroshTools | 7913a809a2d03e9e28961dd4a78d530207fe1611 | 2023-06-20T19:17:46 | frosh-tools-schema.json | 58 | 2024-05-28T06:10:57.437918Z | {
"$ref": "#/definitions/root",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"frosh_tools": {
"additionalProperties": false,
"properties": {
"file_checker": {
"items": {
"type": "string"
},
"title": "File checker allo... | MIT | en |
hortonworks/registry | 74262bc94fa9cc31d4e9f45ac5fded87374de072 | 2021-09-21T08:01:41 | schema-registry/schema-registry-serdes/src/test/resources/SchemaVersionKey.json | 12 | 2024-05-27T22:29:51.290408Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"properties": {
"schemaName": {
"description": "Name of the schema",
"type": "string"
},
"version": {
"description": "Version of the schema",
"type": "integer"
}
},
"required": [
"schemaName"
],
"title": "Sch... | Apache-2.0 | de |
csaf-tools/CVRF-CSAF-Converter | 56f998e7de034147578ed13bec696499188b8df1 | 2022-02-25T11:09:02 | cvrf2csaf/schemata/csaf/2.0/csaf_json_schema.json | 10 | 2024-05-27T05:24:48.756908Z | {
"$defs": {
"acknowledgments_t": {
"description": "Contains a list of acknowledgment elements.",
"items": {
"description": "Acknowledges contributions by describing those that contributed.",
"minProperties": 1,
"properties": {
"names": {
"description": "C... | MIT | en |
csaf-tools/CVRF-CSAF-Converter | 4d0420cd433d8787726850c3603576f6c34a3a6f | 2023-01-27T09:32:43 | cvrf2csaf/schemata/csaf/2.0/csaf_json_schema.json | 10 | 2024-05-27T05:24:48.756908Z | {
"$defs": {
"acknowledgments_t": {
"description": "Contains a list of acknowledgment elements.",
"items": {
"description": "Acknowledges contributions by describing those that contributed.",
"minProperties": 1,
"properties": {
"names": {
"description": "C... | MIT | en |
ebshimizu/5e-monster-maker | cda7dce8623b130eb2a30c3fbe4bf9ce12a25f38 | 2022-08-21T05:20:36 | src/data/schema/5emm-v5.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | c83ad166fe21f95dd312d9b5dc2ce2510e6f0093 | 2023-03-19T19:35:31 | src/data/schema/5emm-v7.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 616ac202571562b3f61f3cdbe6548fc26d3940be | 2022-09-17T23:35:47 | src/data/schema/5emm-v6.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 33f2303a0eb227f6c08b39ce2fcc8441e2823505 | 2021-01-02T20:31:44 | src/data/schema/5emm-v2.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 8b028ba282963ea3d2473d67baa36f002b600406 | 2020-07-08T03:17:45 | src/data/schema/spells-v1.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"items": {
"properties": {
"class": {
"items": {
"type": "string"
},
"type": "array"
},
"custom": {
"type": "boolean"
},
"damage": {
"type": "integer"
},
"leve... | MIT | en |
ebshimizu/5e-monster-maker | 2280c4c68bd5a97cc26fba02729e6e4d2d8d07c6 | 2021-10-05T01:52:46 | src/data/schema/5emm-v3.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | bc1d2d1c1829d05317f0f33c668c8eaa380d2fea | 2021-03-06T21:43:40 | src/data/schema/5emm-v3.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | b82b9980bc87d714be978e13430c45d820c8ae16 | 2022-08-21T05:20:38 | src/data/schema/spells-v2.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"patternProperties": {
".*": {
"properties": {
"class": {
"items": {
"type": "string"
},
"type": "array"
},
"custom": {
"type": "... | MIT | en |
ebshimizu/5e-monster-maker | caf0711888692ca26c72a9ad64302c1cd481a538 | 2022-08-21T05:20:31 | src/data/schema/spells-v1.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"items": {
"properties": {
"class": {
"items": {
"type": "string"
},
"type": "array"
},
"custom": {
"type": "boolean"
},
"damage": {
"type": "integer"
},
"leve... | MIT | en |
ebshimizu/5e-monster-maker | cec56a566efd68458e2f7a40da412370e4207a00 | 2020-07-07T18:02:42 | src/data/schema/5emm-v1.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 17a9a2223dc7468a39eda0984e3e71a61279e98b | 2021-12-19T20:10:16 | src/data/schema/5emm-v4.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 94e973777af0782d9da29079b7fa71d66e042a29 | 2022-08-21T05:20:32 | src/data/schema/5emm-v5.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 4aca0faa3ab733ac7eb5158110b7472408d5b57f | 2021-02-21T03:08:09 | src/data/schema/5emm-v3.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 9b2456e67e1dff559dab6e2f673cff4bce1d6745 | 2023-07-21T03:18:58 | src/data/schema/5emm-v8.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | 6b67f311204f46421097663a472635e8207e61c4 | 2023-03-19T19:42:29 | src/data/schema/5emm-v7.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | b71fd88f2ade3cef5cd82a840811821f0491a8e7 | 2021-12-19T00:45:11 | src/data/schema/5emm-v4.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | ed06a408bc9721db242720dce7ab5a853fef0f36 | 2022-08-30T05:28:16 | src/data/schema/5emm-v6.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | fb7dc30fd40baf98c71919931b26fa43fd6169ec | 2020-07-05T07:34:31 | src/data/schema/5emm-v1.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"properties": {
"AC": {
"type": "integer"
},
"ACType": {
"type": "string"
},
"CR": {
"type": "integer"
},
"HP": {
"properties": {
"HD": {
"type": "integer"
},
"modifier"... | MIT | en |
ebshimizu/5e-monster-maker | b82b9980bc87d714be978e13430c45d820c8ae16 | 2022-08-21T05:20:38 | src/data/schema/spells-v1.json | 31 | 2024-05-28T05:26:35.869566Z | {
"$schema": "https://json-schema.org/draft/2019-09/schema",
"items": {
"properties": {
"class": {
"items": {
"type": "string"
},
"type": "array"
},
"custom": {
"type": "boolean"
},
"damage": {
"type": "integer"
},
"leve... | MIT | en |
Assorted-Development/winforms-themes | 86decfc68563beff31b70c65effe1b37ea542772 | 2024-02-25T15:36:49 | WinFormsThemes/WinFormsThemes/themes.schema.json | 5 | 2024-05-27T04:59:22.629791Z | {
"$defs": {
"color_or_var_type": {
"description": "the color value or a variable name",
"oneOf": [
{
"$ref": "#/$defs/color_type"
},
{
"description": "the variable name from the list of variables above",
"pattern": "^[^#]*$",
"type": "st... | Apache-2.0 | en |
CloudHealth/helm | 8a77c331bfc31001ede7d53fb124fbcf2ae2e181 | 2023-12-12T15:00:13 | charts/cloudhealth-collector/values.schema.json | 8 | 2024-05-27T07:53:27.385246Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"apiToken": {
"pattern": "^.{6,48}$",
"type": "string"
},
"chtRegion": {
"pattern": "^(us-east-1|us-east-2)$",
"type": "string"
},
"clusterName": {
"pattern": "^.{1,255}$",
"type": "strin... | Apache-2.0 | en |
CloudHealth/helm | 87049d3b517c9aa40be449d6c5020e02089ac6af | 2023-10-20T15:54:37 | charts/cloudhealth-collector/values.schema.json | 8 | 2024-05-27T07:53:27.385246Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"apiToken": {
"pattern": "^.{6,48}$",
"type": "string"
},
"chtRegion": {
"pattern": "^(us-east-1|us-east-2)$",
"type": "string"
},
"clusterName": {
"pattern": "^.{1,255}$",
"type": "strin... | Apache-2.0 | en |
CloudHealth/helm | a2d85a43ca4175b7ffa67fefd2e82af4dbb2d63d | 2023-12-20T15:32:38 | charts/cloudhealth-collector/values.schema.json | 8 | 2024-05-27T07:53:27.385246Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"apiToken": {
"anyOf": [
{
"type": "null"
},
{
"pattern": "^(.{6,48}|)$",
"type": "string"
}
]
},
"chtEndpointPrefix": {
"pattern": "^(use1|preprod.tes... | Apache-2.0 | en |
CloudHealth/helm | eec215bba1ec683648bcb4b00149545b2c71cf13 | 2023-12-14T17:51:51 | charts/cloudhealth-collector/values.schema.json | 8 | 2024-05-27T07:53:27.385246Z | {
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"apiToken": {
"pattern": "^.{6,48}$",
"type": "string"
},
"chtEndpointPrefix": {
"pattern": "^(use1|preprod.test)$",
"type": "string"
},
"clusterName": {
"pattern": "^.{1,255}$",
"type": ... | Apache-2.0 | en |
fermyon/spin-plugins | bc2866f0d507e74d05af92d50e799677c45a2d97 | 2022-08-25T19:40:14 | json-schema/spin-plugin-manifest-schema-0.1.json | 8 | 2024-05-27T07:19:41.66307Z | {
"$id": "https://github.com/fermyon/spin-plugins/json-schema/spin-plugin-manifest-schema-0.1.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"l... | Apache-2.0 | en |
fermyon/spin-plugins | 3aac1a4d603afc10aa32d6a7d868b1752c768470 | 2022-09-08T23:47:58 | json-schema/spin-plugin-manifest-schema-0.1.json | 8 | 2024-05-27T07:19:41.66307Z | {
"$id": "https://github.com/fermyon/spin-plugins/json-schema/spin-plugin-manifest-schema-0.1.json",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"homepage": {
"type": "string"
},
"l... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | f6e1fe102c012abf19742e40ec6a4e2e45f7bc55 | 2022-09-08T12:01:06 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 1a8438c9dc8bb6241405a4820c484703d5baafb5 | 2022-07-21T01:36:04 | Solutions/Corvus.Json.Patch.SpecGenerator/Model/json-patch-test.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"DisabledScenario": {
"allOf": [
{
"$ref": "#/$defs/ScenarioCommon"
}
],
"disabled": {
"type": "boolean"
},
"required": [
"disabled"
]
},
"Feature": {
"items": {
"$ref": "#/$defs/Scenario"
},
... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 62f15a7f21078e713be8cd1d1728b8266028e2a9 | 2024-03-11T11:04:04 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"HeightRangeDouble": {
"maximum": 3.0,
"minimum": 0,
"type": "number"
},
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. ... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | a0f9807be373c054ffccbec174b655144f37f3d9 | 2022-08-19T09:22:51 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 1116a6470d73063c8522be83c6b980978c26d2c1 | 2022-09-14T08:59:48 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | f6e1fe102c012abf19742e40ec6a4e2e45f7bc55 | 2022-09-08T12:01:06 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 2b5a75888c362925aa89b70c746e0526acb5c124 | 2022-08-18T15:04:37 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | f6e1fe102c012abf19742e40ec6a4e2e45f7bc55 | 2022-09-08T12:01:06 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-array-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | b77289b2e9d2edfa8395a9953b6b43068191d29a | 2024-03-11T16:00:31 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"HeightRangeDouble": {
"maximum": 3.0,
"minimum": 0,
"title": "A numeric representation of a person's height in meters.",
"type": "number"
},
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destinati... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 2ca77d4d32bf1791e2cf46df3b854cc9d7179798 | 2023-11-15T11:07:20 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-array-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"HeightRangeDouble": {
"maximum": 3.0,
"minimum": 0,
"type": "number"
},
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. ... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 2ca77d4d32bf1791e2cf46df3b854cc9d7179798 | 2023-11-15T11:07:20 | Solutions/Sandbox/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"HeightRangeDouble": {
"maximum": 3.0,
"minimum": 0,
"type": "number"
},
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. ... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 2b5a75888c362925aa89b70c746e0526acb5c124 | 2022-08-18T15:04:37 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | 2ca77d4d32bf1791e2cf46df3b854cc9d7179798 | 2023-11-15T11:07:20 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"HeightRangeDouble": {
"maximum": 3.0,
"minimum": 0,
"type": "number"
},
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. ... | Apache-2.0 | en |
corvus-dotnet/Corvus.JsonSchema | a0f9807be373c054ffccbec174b655144f37f3d9 | 2022-08-19T09:22:51 | Solutions/Corvus.Json.Benchmarking/PersonModel/person-array-schema.json | 76 | 2024-05-27T05:04:11.834931Z | {
"$defs": {
"Link": {
"properties": {
"description": {
"description": "When present, is used to label the destination of a link such that it can be used as a human-readable identifier (e.g. a menu entry) in the language indicated by the Content-Language header (if present).",
"t... | Apache-2.0 | en |
betwixt-labs/bebop | 8bcb1de8a03c51a014a3e98e0ad23fc474b0c601 | 2024-01-17T18:44:18 | vscode-bebop/schemas/chord-schema.json | 1,847 | 2024-05-28T05:52:45.823998Z | {
"$defs": {
"email": {
"format": "email",
"maxLength": 254,
"type": "string"
},
"license": {
"anyOf": [
{
"type": "string"
},
{
"enum": [
"Apache-2.0",
"MIT",
"ISC",
"BSD-3-Clause",
... | Apache-2.0 | en |
elementalconcept/env-bakery | 4193ddf8f37c9ca46393f17ae310ce4ae425fd34 | 2021-09-10T15:16:00 | projects/lib/schematics/ng-add/schema.json | 19 | 2024-05-28T03:51:46.690953Z | {
"$id": "SchematicsMyService",
"$schema": "https://json-schema.org/schema",
"properties": {},
"required": [],
"title": "My Service Schema",
"type": "object"
} | BSD-2-Clause | en |
vividus-framework/vividus | 1bb8ee087c7454fe7ff6d7d82d7e37600995ce2c | 2023-06-12T19:58:28 | vividus-plugin-json/src/test/resources/org/vividus/json/steps/schema.json | 358 | 2024-05-29T16:32:03.402057Z | {
"$id": "https://example.com/product.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A product from Acme's catalog",
"properties": {
"dimensions": {
"properties": {
"height": {
"type": "number"
},
"length": {
"type":... | Apache-2.0 | en |
RockefellerArchiveCenter/DACSspace | 766a4a68714dd272a3b9d09331e026bf8878130b | 2022-04-04T20:16:17 | schemas/single_level_required.json | 8 | 2024-05-28T05:01:04.838259Z | {
"$id": "single_level_required.json",
"$schema": "https://json-schema.org/2020-12/schema#",
"properties": {
"dates": {
"minItems": 1,
"type": "array"
},
"extents": {
"minItems": 1,
"type": "array"
},
"id_0": {
"type": "string"
},
"lang_materials": {
... | MIT | en |
RockefellerArchiveCenter/DACSspace | 596ba8d46efa3c263755b30e53b9c89d39a9c3ae | 2022-03-29T18:44:03 | schemas/single_level_required.json | 8 | 2024-05-28T05:01:04.838259Z | {
"$id": "single_level_required.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"dates": {
"minItems": 1,
"type": "array"
},
"extents": {
"minItems": 1,
"type": "array"
},
"id_0": {
"type": "string"
},
"lang_materials": {
... | MIT | en |
RockefellerArchiveCenter/DACSspace | b6201f927a09d3f7fcd1d1b31ca3c8eea1160ced | 2022-04-04T21:24:12 | schemas/rac.json | 8 | 2024-05-28T05:01:04.838259Z | {
"$id": "rac.json",
"$schema": "https://json-schema.org/2020-12/schema#",
"properties": {
"dates": {
"minItems": 1,
"type": "array"
},
"extents": {
"minItems": 1,
"type": "array"
},
"id_0": {
"type": "string"
},
"lang_materials": {
"minItems": 1,
... | MIT | en |
bluelabsio/records-mover | 47b74a15d0588b62737660acd6ddd03b72739a17 | 2020-05-11T19:10:04 | tests/integration/records/records_schema_v1_schema.json | 37 | 2024-05-28T03:52:17.553739Z | {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"decimal_field": {
"additionalProperties": false,
"properties": {
"constraints": {
"additionalProperties": false,
"properties": {
"fixed_precision": {
... | Apache-2.0 | en |
bluelabsio/records-mover | bd31d8683790fe276f6726193c5dfd3cda15922a | 2020-02-18T19:51:13 | tests/integration/records/records_schema_v1_schema.json | 37 | 2024-05-28T03:52:17.553739Z | {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"decimal_field": {
"additionalProperties": false,
"properties": {
"constraints": {
"additionalProperties": false,
"properties": {
"fixed_precision": {
... | Apache-2.0 | en |
matrix-org/conference-bot | 815d8c398cb54be013262aafb588c3e2d0569ebd | 2023-01-11T15:24:45 | src/backends/json/jsonschemas/JsonSchedule.schema.json | 43 | 2024-05-28T00:21:46.967901Z | {
"$id": "https://matrix.org/conference-bot/JsonSchedule.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"definitions": {
"speaker": {
"description": "Information about someone who is giving a talk",
"properties": {
"display_name": {
"description": "Natur... | Apache-2.0 | en |
geprog/lassie-bot-dog | ea56379d98eff1d7e166b5bdd8749becb199de67 | 2021-11-09T13:29:02 | config/lassie.schema.json | 5 | 2024-05-28T03:21:49.886588Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"plugins": {
"additionalProperties": false,
"description": "Define configurations for all available plugins",
"properties": {
"au... | MIT | en |
geprog/lassie-bot-dog | a1ebbac2f00ef414fdeb602a7abc62af8b533bd2 | 2021-07-27T21:01:28 | config/lassie.schema.json | 5 | 2024-05-28T03:21:49.886588Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string"
},
"plugins": {
"additionalProperties": false,
"description": "Define configurations for all available plugins",
"properties": {
"au... | MIT | en |
openmainframeproject/cobol-programming-course | 330cc6026a24cdc78d0edf157d1b3b6516c8257f | 2022-11-15T16:05:12 | zowe.schema.json | 2,907 | 2024-05-28T05:04:05.853778Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$version": "1.0",
"description": "Zowe configuration",
"properties": {
"autoStore": {
"description": "If true, values you enter when prompted are stored for future use",
"type": "boolean"
},
"defaults": {
"description": ... | CC-BY-4.0 | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/observation.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/observation.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/material.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/material.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/unit.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/unit.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/maintenance.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/maintenance.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/animal.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/animal.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"arc... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | test/json-schema/log--activity.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/log/activity/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/relation... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/animal_type.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/animal_type.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/land.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/land.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"archi... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/seeding.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/seeding.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"data... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/input.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/input.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"data":... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/water.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/water.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"arch... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/structure.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/structure.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"... | MIT | en |
farmOS/farmOS.js | a7052df396ecea737ba1a0aedab273ab8c494b13 | 2021-11-08T19:42:49 | core_schemata/asset/equipment.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/asset/equipment/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/relat... | MIT | en |
farmOS/farmOS.js | a7052df396ecea737ba1a0aedab273ab8c494b13 | 2021-11-08T19:42:49 | core_schemata/quantity/standard.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/quantity/standard/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/rel... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/quantity/standard.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/quantity/standard.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
... | MIT | en |
farmOS/farmOS.js | a7052df396ecea737ba1a0aedab273ab8c494b13 | 2021-11-08T19:42:49 | core_schemata/user/user.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/user/user/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/relationshi... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/equipment.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/equipment.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/harvest.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/harvest.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"data... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/season.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/season.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/plant_type.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/plant_type.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/log_category.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/log_category.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": ... | MIT | en |
farmOS/farmOS.js | a7052df396ecea737ba1a0aedab273ab8c494b13 | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/unit.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/taxonomy_term/unit/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/re... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/asset/plant.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/asset/plant.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"arch... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/user/user.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/user/user.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"access... | MIT | en |
farmOS/farmOS.js | a7052df396ecea737ba1a0aedab273ab8c494b13 | 2021-11-08T19:42:49 | core_schemata/log/activity.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "http://localhost/api/log/activity/resource/schema",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"allOf": [
{
"properties": {
"attributes": {
"$ref": "#/definitions/attributes"
},
"relationships": {
"$ref": "#/definitions/relation... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/taxonomy_term/crop_family.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/taxonomy_term/crop_family.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {... | MIT | en |
farmOS/farmOS.js | 100a908fb76296a36fd5b57f54e9687a33160cbf | 2021-11-08T19:42:49 | core_schemata/log/activity.json | 15 | 2024-05-29T10:22:47.570473Z | {
"$id": "https://raw.githubusercontent.com/farmOS/farmOS.js/main/core_schemata/log/activity.json",
"$schema": "https://json-schema.org/draft/2019-09/hyper-schema",
"properties": {
"attributes": {
"additionalProperties": false,
"description": "Entity attributes",
"properties": {
"dat... | MIT | en |
AngelMunoz/Perla | bf686a2e7650642b3f613481b2f762af6a124200 | 2021-09-21T21:10:21 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"esBuildPath": {
"description": "An... | MIT | en |
AngelMunoz/Perla | 591c25b2367bf8e1aa26a4eeca6c276c606072e8 | 2021-10-02T20:42:56 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"esBuildPath": {
"description": "An... | MIT | en |
AngelMunoz/Perla | 39776e8c3db9b149b3c31c820311365c03ef6a29 | 2021-10-14T14:17:09 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"copyPaths": {
"description": "Incl... | MIT | en |
AngelMunoz/Perla | 1cf1d8de4bcbb01e98ff57943f67da0f891e0f05 | 2021-10-02T16:19:13 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"esBuildPath": {
"description": "An... | MIT | en |
AngelMunoz/Perla | 442943bd0fd08729696a7c4acd6050cb71b4f208 | 2022-01-25T15:18:16 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"copyPaths": {
"description": "Incl... | MIT | en |
AngelMunoz/Perla | f6165f1cb5c43ee913aa085f85cca4bb5b661bae | 2021-10-10T04:54:35 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"copyPaths": {
"description": "Incl... | MIT | en |
AngelMunoz/Perla | 95c460c9059e9aad79e4524c4330b748d8f531cb | 2021-09-26T04:39:21 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"esBuildPath": {
"description": "An... | MIT | en |
AngelMunoz/Perla | 9e67e262dc46d9a7592ff3459fc394e56a85d5f9 | 2022-09-05T18:08:21 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "https://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"copyPaths": {
"description": "Inc... | MIT | en |
AngelMunoz/Perla | e275b97c29665389e4cbd4bfc5e877a300e65436 | 2021-11-16T21:15:05 | perla.schema.json | 132 | 2024-05-28T04:00:00.449005Z | {
"$schema": "http://json-schema.org/schema",
"definitions": {
"build": {
"description": "",
"properties": {
"bundle": {
"default": true,
"description": "Enable/disable bundling",
"type": "boolean"
},
"copyPaths": {
"description": "Incl... | MIT | en |
suzuki-shunsuke/renovate-issue-action | 388071dcea70ab42ed85aa4d02509cd4b6b766ce | 2022-04-24T00:33:55 | json-schema/config.json | 9 | 2024-05-27T02:57:20.879032Z | {
"$defs": {
"Config": {
"additionalProperties": false,
"properties": {
"entries": {
"items": {
"$ref": "#/$defs/Entry"
},
"type": "array"
},
"issue": {
"$ref": "#/$defs/Issue"
},
"renovate_login": {
... | MIT | en |
suzuki-shunsuke/renovate-issue-action | 5daddbac87db24ae3c6be69e0369104f398162da | 2022-05-04T07:45:38 | json-schema/config.json | 9 | 2024-05-27T02:57:20.879032Z | {
"$defs": {
"Config": {
"additionalProperties": false,
"properties": {
"entries": {
"items": {
"$ref": "#/$defs/Entry"
},
"type": "array"
},
"issue": {
"$ref": "#/$defs/Issue"
},
"projects": {
"items... | MIT | en |
suzuki-shunsuke/renovate-issue-action | 6d34c625b5361c8cfa55d86a7b33474cd4c15ca4 | 2022-04-23T23:37:51 | json-schema/config.json | 9 | 2024-05-27T02:57:20.879032Z | {
"$defs": {
"Config": {
"additionalProperties": false,
"properties": {
"entries": {
"items": {
"$ref": "#/$defs/Entry"
},
"type": "array"
},
"issue": {
"$ref": "#/$defs/Issue"
},
"renovate_login": {
... | MIT | en |
marianafcosta/news-story-viz | 87584fa9b791faefab85d6f3d7759a00b144bf1f | 2021-06-24T19:25:26 | schema.json | 5 | 2024-05-28T04:03:03.777311Z | {
"$defs": {
"character": {
"properties": {
"affiliation": {
"description": "RGB value of the entity line in the visualization in the format 'rbg(R, G, B)'",
"type": "string"
},
"id": {
"description": "The ID of the entity",
"type": "string"
... | MIT | en |
NCATSTranslator/Knowledge_Graph_Exchange_Registry | 616f230ed2d145dd8a6be4330abd79b8879b77b4 | 2021-07-29T17:57:48 | kgea/server/web_services/catalog/content_metadata.schema.json | 5 | 2024-05-27T22:46:52.626016Z | {
"$defs": {
"BiolinkEntity": {
"description": "Compact URI (CURIE) for a Biolink class, biolink:NamedThing or a child thereof. The CURIE must use the prefix 'biolink:' followed by the PascalCase class name.",
"pattern": "^biolink:[A-Z][a-zA-Z]*$",
"type": "string"
},
"BiolinkPredicate":... | MIT | en |
NCATSTranslator/Knowledge_Graph_Exchange_Registry | 9dd2662539542b6ec28cd8b6d3c02a517c9a19d4 | 2021-04-23T00:32:19 | kgea/server/web_services/catalog/content_metadata.schema.json | 5 | 2024-05-27T22:46:52.626016Z | {
"$defs": {
"BiolinkEntity": {
"description": "Compact URI (CURIE) for a Biolink class, biolink:NamedThing or a child thereof. The CURIE must use the prefix 'biolink:' followed by the PascalCase class name.",
"pattern": "^biolink:[A-Z][a-zA-Z]*$",
"type": "string"
},
"BiolinkPredicate":... | MIT | en |
NCATSTranslator/Knowledge_Graph_Exchange_Registry | 77577412f29d6a475a29c26e850e622a416acea6 | 2021-04-22T17:56:41 | kgea/server/web_services/catalog/content_metadata.schema.json | 5 | 2024-05-27T22:46:52.626016Z | {
"$id": "https://raw.githubusercontent.com/NCATSTranslator/Knowledge_Graph_Exchange_Registry/master/kgea/api/content_metadata.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Knowledge Graph eXchange (KGX) knowledge graph content metadata JSON schema; See https://github.co... | MIT | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.