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
CSWU-Challenge/CSWU-Challenge.github.io
52dee025ef8333c3ea2ba08afa3178c6303fce7f
2022-03-12T08:56:24
docs/schema/extra.json
14
2024-05-27T05:55:58.859188Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalProperties": true, "defaultSnippets": [ { "body": { "analytics": { "property": "${2:UA-XXXXXXXX-X}", "provider": "${1:google}" } }, "label": "analytics" } ], "definitions": { "i...
MIT
en
CSWU-Challenge/CSWU-Challenge.github.io
52dee025ef8333c3ea2ba08afa3178c6303fce7f
2022-03-12T08:56:24
docs/schema/nav.json
14
2024-05-27T05:55:58.859188Z
{ "$schema": "https://json-schema.org/draft-07/schema", "additionalItems": false, "items": { "oneOf": [ { "markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#nav", "pattern": "\\.md$", "title": "Navigation item" }, { "markdownDescription":...
MIT
en
CSWU-Challenge/CSWU-Challenge.github.io
52dee025ef8333c3ea2ba08afa3178c6303fce7f
2022-03-12T08:56:24
docs/schema/plugins/offline.json
14
2024-05-27T05:55:58.859188Z
{ "$schema": "https://json-schema.org/draft-07/schema", "oneOf": [ { "enum": [ "offline" ], "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/building-for-offline-usage/" }, { "additionalProperties": false, "properties": { "offline": ...
MIT
en
CSWU-Challenge/CSWU-Challenge.github.io
52dee025ef8333c3ea2ba08afa3178c6303fce7f
2022-03-12T08:56:24
docs/schema/plugins/privacy.json
14
2024-05-27T05:55:58.859188Z
{ "$schema": "https://json-schema.org/draft-07/schema", "oneOf": [ { "enum": [ "privacy" ], "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/" }, { "additionalProperties": false, "properties": { "privacy": { ...
MIT
en
nuvolaris/nuvolaris-controller
88a536286b373e97e2e5f97403891c38a6777e25
2023-12-22T17:14:51
demos/demo-apisix/helm/apisix-helm-chart/charts/apisix/values.schema.json
7
2024-05-27T09:07:42.066044Z
{ "$schema": "https://json-schema.org/draft-07/schema#", "properties": { "customPlugins": { "description": "customPlugins allows you to mount your own HTTP plugins", "properties": { "enabled": { "type": "boolean" }, "luaPath": { "type": "string" },...
Apache-2.0
en
ui-schema/ui-schema
2cb344d1054508339b18dba3a4c8cf989420153e
2020-03-15T08:46:49
schema/2019-09/schema.json
282
2024-05-28T04:15:06.645469Z
{ "$id": "https://ui-schema.bemit.codes/schema/2019-09/schema", "$recursiveAnchor": true, "$schema": "https://json-schema.org/draft/2019-09/schema", "$vocabulary": { "https://json-schema.org/draft/2019-09/vocab/applicator": true, "https://json-schema.org/draft/2019-09/vocab/content": true, "https://...
MIT
en
ui-schema/ui-schema
fbd9620bb9924ab7b83d48ce8e945a439b4f8963
2020-03-15T15:11:54
schema/2019-09/meta/translation.json
282
2024-05-28T04:15:06.645469Z
{ "$id": "https://ui-schema.bemit.codes/schema/2019-09/meta/translation", "$recursiveAnchor": true, "$schema": "https://json-schema.org/draft/2019-09/schema", "$vocabulary": { "https://ui-schema.bemit.codes/schema/2019-09/vocab/translation": true }, "properties": { "t": { "$comment": "enables ...
MIT
en
ui-schema/ui-schema
fbd9620bb9924ab7b83d48ce8e945a439b4f8963
2020-03-15T15:11:54
schema/2019-09/meta/widget.json
282
2024-05-28T04:15:06.645469Z
{ "$id": "https://ui-schema.bemit.codes/schema/2019-09/meta/widget", "$recursiveAnchor": true, "$schema": "https://json-schema.org/draft/2019-09/schema", "$vocabulary": { "https://ui-schema.bemit.codes/schema/2019-09/vocab/widget": true }, "properties": { "widget": { "type": "string" } }...
MIT
en
ui-schema/ui-schema
fbd9620bb9924ab7b83d48ce8e945a439b4f8963
2020-03-15T15:11:54
schema/2019-09/meta/view.json
282
2024-05-28T04:15:06.645469Z
{ "$id": "https://ui-schema.bemit.codes/schema/2019-09/meta/view", "$recursiveAnchor": true, "$schema": "https://json-schema.org/draft/2019-09/schema", "$vocabulary": { "https://ui-schema.bemit.codes/schema/2019-09/vocab/view": true }, "properties": { "view": { "$comment": "enables in-schema t...
MIT
en
beatcracker/toptout
51a4b3f1da711dbf710b76c95d35057166ebd5c6
2021-11-08T16:29:51
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
47a3a2d4f88cfa6616d13d6af028fabd815c81d5
2021-07-24T17:21:41
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
4200dd3c302e8760d96c982f20fcbb38a84e43b5
2021-11-20T22:36:32
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
a40f8e98ba4210a7490894f5655b18ff849540f6
2021-04-25T19:18:34
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
2c4580cd59d667ba91861204dcf06164fc9c6025
2020-02-19T23:01:35
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "path": { "$ref": "#/definitions/Path" }, "value": { "$ref": "#/definitions/Value" }...
MIT
en
beatcracker/toptout
f95019f31ba662033f7bdead1ae3299fe950df3e
2019-11-23T16:34:30
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "path": { "$ref": "#/definitions/Path" }, "value": { "$ref": "#/definitions/Value" }...
MIT
en
beatcracker/toptout
b4737bc75d218537d28ade57b865aeb7fce9ebf2
2020-06-17T23:05:08
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
4964d705c200a8c6d38bac88459c407536ff3515
2021-11-05T22:15:57
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scop...
MIT
en
beatcracker/toptout
f351edf79103a42db8d17866e4d35f5aa467d420
2021-11-17T00:38:12
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
b2ae5c215443ad1b1a7beb36339dc4cfa09adecc
2021-02-26T10:26:30
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
6da1ee1230094c0604e2bcb9e15727706298bf88
2021-02-26T11:11:07
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
6ad145bf3175d03b8cdf29a85c9af4a57184aca1
2021-06-20T22:46:09
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
7557cb01f18afb774e4598cc24ddc6a64ab7c9bf
2021-11-13T19:53:14
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
6ed89c5fd0657a6d70eb17dbabdc734530dff9d4
2021-05-09T20:32:24
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
f1b3e628b1c6f5cb7c243e2725868b66b44f0471
2021-10-21T23:29:03
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scop...
MIT
en
beatcracker/toptout
4c5b9b479a1fd3df738763de2cb46baede145cc7
2021-02-27T12:59:11
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
fd978de06db7cf6a0b3473a02a5fc7224e644efe
2021-06-20T22:49:43
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
d938eb39feaa7e66a8dc0a76e584b4c781618912
2020-08-01T23:51:21
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
2631610fd3d4f14b9bbfd4c9da8056d760548a68
2021-05-04T21:56:51
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
9f6e71e15bac76bb9e9b017faa6d77858351213c
2021-05-05T19:53:52
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
39c9c7bd9356638e69830ed981592075ff974c1c
2020-06-17T22:54:08
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
e281837927cdc40ca004dcdddecbedaaacc3a12a
2021-05-09T22:27:35
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
2baa9ed92ca38ab693a50a29610254003bc4247b
2021-04-24T14:09:07
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
e24ffddf6a1c7227110e5deae2192a76bd8ed341
2021-10-16T00:28:16
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
1ff0d574b26ca7ea10fdddf831384a7de2faf2c4
2021-05-11T21:50:15
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "description": "\"Environment variable\" target. Set or remove environment variable. Environment variables are by design configured in process scope. Th...
MIT
en
beatcracker/toptout
81cc4996fa2b488de9f2c59bb312627264bcf31c
2021-12-10T01:08:08
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
021cb039894a9631cfa6dfd5986192a4d1e7414b
2020-06-17T23:11:59
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
beatcracker/toptout
68510a864c5cb0faa8e39dc3b2ef4b1cce837a84
2020-02-19T21:03:32
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "path": { "$ref": "#/definitions/Path" }, "value": { "$ref": "#/definitions/Value" }...
MIT
en
beatcracker/toptout
2e9227a64978eacf85917ac5c5cd2f53521a4b1e
2021-11-13T18:33:15
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": { "Dasel": { "description": "Standard selector syntax no matter the data format: https://github.com/TomWright/dasel", "title": "Dasel", "type": "string" }, "Env": { "add...
MIT
en
beatcracker/toptout
e1ce9fe04ba4ebc3e1c4e64103448fb64a1179cd
2021-02-28T20:46:30
schema/toptout.schema.json
131
2024-05-29T17:59:50.000969Z
{ "$ref": "#/definitions/Toptout", "$schema": "http://json-schema.org/draft-06/schema#", "definitions": { "Env": { "additionalProperties": false, "properties": { "scope": { "additionalProperties": false, "anyOf": [ { "required": [ ...
MIT
en
glasskube/glasskube
de5f04047231e623b1b413d40fc1ae894c6add4f
2024-04-03T14:52:31
website/static/schemas/v1/package-manifest.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "HelmManifest": { "...
Apache-2.0
en
glasskube/glasskube
c05e5ced509d6332434170f615c16fc417fa12e5
2024-02-19T15:54:54
website/static/schemas/v1/index.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "PackageRepoIndexItem": { "additionalProperties": false, "properties": { "iconUrl": { "type": "string" }, "name": { "type": "string" }, "shortDescription": { "type": "string" } }, "required": [ ...
Apache-2.0
en
glasskube/glasskube
fe856bc30aaaee861dba7b78e5cac6647de1db08
2024-02-20T15:46:36
website/static/schemas/v1/index.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "PackageRepoIndexItem": { "additionalProperties": false, "properties": { "iconUrl": { "type": "string" }, "latestVersion": { "type": "string" }, "name": { "type": "string" }, "shortDescription": { ...
Apache-2.0
en
glasskube/glasskube
8e1c66365ac894e3de7c406d698021b33fcb632b
2024-04-03T08:34:23
website/static/schemas/v1/package-manifest.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "HelmManifest": { "...
Apache-2.0
en
glasskube/glasskube
3c83668ea65d240b678864e522d98a72f87d4cee
2024-03-01T09:51:54
website/static/schemas/v1/package-manifest.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "HelmManifest": { "...
Apache-2.0
en
glasskube/glasskube
d42fcb11c51631a558f32dfd58d251f7b5dcb2ee
2024-02-16T11:57:18
website/static/schemas/v1/package-manifest.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "HelmManifest": { "additionalProperties": false, "properties": { "chartName": { "type": "string" }, "chartVersion": { "type": "string" }, "repositoryUrl": { "type": "string" }, "values": { "$re...
Apache-2.0
en
glasskube/glasskube
97e17a5ff8bbb57f73fbcd9d39d1700797b0be6d
2024-03-07T15:33:56
website/static/schemas/v1/package-manifest.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "Dependency": { "additionalProperties": false, "properties": { "name": { "type": "string" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "HelmManifest": { "...
Apache-2.0
en
glasskube/glasskube
c05e5ced509d6332434170f615c16fc417fa12e5
2024-02-19T15:54:54
website/static/schemas/v1/versions.json
1,009
2024-05-27T04:41:49.164846Z
{ "$defs": { "PackageIndexItem": { "additionalProperties": false, "properties": { "version": { "type": "string" } }, "required": [ "version" ], "type": "object" } }, "$id": "https://glasskube.dev/schemas/v1/versions.json", "$schema": ...
Apache-2.0
en
vmssoftware/vms-ide
7e85aa2faa2aaaac84455539d540d95a82554c53
2021-11-09T09:43:59
resources/synch_schema.json
12
2024-05-28T05:44:51.301567Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "builds": { "description": "Build settings", "properties": { "configurations": { "default": [ { "command": "", "description": "debug", "label": "DEBUG"...
MIT
en
vmssoftware/vms-ide
7e85aa2faa2aaaac84455539d540d95a82554c53
2021-11-09T09:43:59
resources/ssh_schema.json
12
2024-05-28T05:44:51.301567Z
{ "$defs": { "host_props": { "description": "Connection settings", "properties": { "algorithms": { "default": {}, "description": "Additional algorithms passed to SSH connection", "properties": { "cipher": { "description": "Algorithms for ...
MIT
en
vmssoftware/vms-ide
50cbb8208645f21cc48ea604229a90ad81f63225
2021-11-23T09:18:16
resources/ssh_schema.json
12
2024-05-28T05:44:51.301567Z
{ "$defs": { "host_props": { "description": "Connection settings", "properties": { "algorithms": { "default": {}, "description": "Additional algorithms passed to SSH connection", "properties": { "cipher": { "description": "Algorithms for ...
MIT
en
vmssoftware/vms-ide
87b093b581f25842c24bf8f62fdd78b207eb8762
2022-12-14T14:17:33
resources/ssh_schema.json
12
2024-05-28T05:44:51.301567Z
{ "$defs": { "host_props": { "description": "Connection settings", "properties": { "addConnectConfig": { "default": null, "description": "Values of customizing ConnectConfig", "properties": { "readyTimeout": { "default": 20000, ...
MIT
en
vmssoftware/vms-ide
691cd3ad0330a855f2cc7ab940adafcef10a7833
2021-11-25T11:41:39
resources/ssh_schema.json
12
2024-05-28T05:44:51.301567Z
{ "$defs": { "host_props": { "description": "Connection settings", "properties": { "algorithms": { "default": {}, "description": "Additional algorithms passed to SSH connection", "properties": { "cipher": { "description": "Algorithms for ...
MIT
en
mimuret/dtap
5682fbea4889cef9eaf971c2e452f174da2174fa
2022-09-18T14:20:37
pkg/plugin/filter/matcher/config-schema.json
18
2024-05-29T09:34:01.664434Z
{ "$defs": { "ConfigSet": { "properties": { "Matchers": { "items": { "$ref": "#/$defs/MatcherConfig" }, "type": "array" }, "Op": { "enum": [ "AND", "OR" ], "type": "string" }, ...
Apache-2.0
en
mimuret/dtap
e849efe11448322b18f04b12076456dfff031f15
2023-08-10T08:19:33
pkg/plugin/filter/matcher/config-schema.json
18
2024-05-29T09:34:01.664434Z
{ "$defs": { "ConfigSet": { "properties": { "Matchers": { "items": { "$ref": "#/$defs/MatcherConfig" }, "type": "array" }, "Op": { "enum": [ "AND", "OR" ], "type": "string" }, ...
Apache-2.0
en
mimuret/dtap
5682fbea4889cef9eaf971c2e452f174da2174fa
2022-09-18T14:20:37
pkg/plugin/input/file/config-schema.json
18
2024-05-29T09:34:01.664434Z
{ "$id": "/pkg/plugin/input/file/config-schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "The `file` is the input plugin that input DNSTAP message from file.", "properties": { "Name": { "const": "file" }, "Path": { "description": "The `Path` is the ...
Apache-2.0
en
mimuret/dtap
d47c6bc934b175b82baab1394b3ce3f193232c81
2023-10-15T15:59:44
pkg/plugin/input/file/config-schema.json
18
2024-05-29T09:34:01.664434Z
{ "$id": "/pkg/plugin/input/file/config-schema.json", "$schema": "https://json-schema.org/draft/2019-09/schema", "description": "The `file` is the input plugin that input DNSTAP message from file.", "properties": { "ID": { "type": "string" }, "Name": { "const": "file" }, "Path": ...
Apache-2.0
en
mimuret/dtap
d47c6bc934b175b82baab1394b3ce3f193232c81
2023-10-15T15:59:44
schemas/schema.json
18
2024-05-29T09:34:01.664434Z
{ "$defs": { "BufferConfig": { "description": "Buffer config", "properties": { "Size": { "default": 10000, "description": "Buffer Size", "minimum": 1, "type": "integer" } }, "title": "BufferConfig", "type": "object" }, "...
Apache-2.0
en
mimuret/dtap
5682fbea4889cef9eaf971c2e452f174da2174fa
2022-09-18T14:20:37
schemas/schema.json
18
2024-05-29T09:34:01.664434Z
{ "$defs": { "BufferConfig": { "description": "Buffer config", "properties": { "Size": { "default": 10000, "description": "Buffer Size", "minimum": 1, "type": "integer" } }, "title": "BufferConfig", "type": "object" }, "...
Apache-2.0
en
mimuret/dtap
d47c6bc934b175b82baab1394b3ce3f193232c81
2023-10-15T15:59:44
pkg/plugin/filter/matcher/config-schema.json
18
2024-05-29T09:34:01.664434Z
{ "$defs": { "ConfigSet": { "properties": { "Matchers": { "items": { "$ref": "#/$defs/MatcherConfig" }, "type": "array" }, "Op": { "enum": [ "AND", "OR" ], "type": "string" }, ...
Apache-2.0
en
apereo/cas
9936e1681236be96db42725a847b114f03da69fa
2023-09-21T11:16:44
support/cas-server-support-palantir/src/test/resources/schema/SimpleContainer2.schema.json
10,701
2024-05-29T15:22:03.493453Z
{ "$defs": { "AttributeBasedRegisteredServiceAccessStrategyActivationCriteria": { "properties": { "@class": { "const": "org.apereo.cas.services.AttributeBasedRegisteredServiceAccessStrategyActivationCriteria" }, "allowIfInactive": { "type": "boolean" }, ...
Apache-2.0
en
apereo/cas
dd00afbc7b999c7390582bee851f205c016b67f3
2023-09-20T12:00:50
support/cas-server-support-palantir/src/test/resources/schema/SimpleContainer2.schema.json
10,701
2024-05-29T15:22:03.493453Z
{ "$defs": { "AttributeBasedRegisteredServiceAccessStrategyActivationCriteria": { "properties": { "@class": { "const": "org.apereo.cas.services.AttributeBasedRegisteredServiceAccessStrategyActivationCriteria" }, "allowIfInactive": { "type": "boolean" }, ...
Apache-2.0
en
omissis/go-jsonschema
7f75500c04a4597c5c4abdd7df7e385e723504df
2024-04-25T20:11:53
tests/data/schemaExtensions/nonNillable/nillability.json
523
2024-05-29T18:15:48.573056Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "name": { "goJSONSchema": { "nillable": false, "type": "map[bool]string" }, "type": "string" } }, "type": "object" }
MIT
en
omissis/go-jsonschema
7f75500c04a4597c5c4abdd7df7e385e723504df
2024-04-25T20:11:53
tests/data/schemaExtensions/nillable/nillability.json
523
2024-05-29T18:15:48.573056Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "properties": { "name": { "goJSONSchema": { "nillable": true, "type": "map[bool]string" }, "type": "string" } }, "type": "object" }
MIT
en
synadia-io/rethink_connectivity
8103667af096e0aaff9d25b1ca18b58e560f50a9
2024-01-05T22:31:42
09-microservices/client/request.json
41
2024-05-27T05:42:13.496023Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "text": { "type": "string" } }, "required": [ "text" ], "type": "object" }
Apache-2.0
en
synadia-io/rethink_connectivity
8103667af096e0aaff9d25b1ca18b58e560f50a9
2024-01-05T22:31:42
09-microservices/client/response.json
41
2024-05-27T05:42:13.496023Z
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": false, "properties": { "lang": { "type": "string" }, "score": { "type": "integer" }, "sentences": { "items": { "additionalProperties": false, "properties": { "score"...
Apache-2.0
en
timvink/mkdocs-git-revision-date-localized-plugin
27765ad6860aed8dd421b8f0d1e909e2f1d4c6a7
2022-07-14T08:20:55
docs/schema.json
176
2024-05-28T03:06:21.190864Z
{ "$schema": "https://json-schema.org/draft-07/schema", "oneOf": [ { "enum": [ "git-revision-date-localized" ], "markdownDescription": "https://timvink.github.io/mkdocs-git-revision-date-localized-plugin/" }, { "additionalProperties": false, "properties": { ...
MIT
en
timvink/mkdocs-table-reader-plugin
2c7dc62a020f7e2fee7e2ed63b18448bdd408b68
2024-03-08T15:29:00
docs/schema.json
104
2024-05-28T04:35:22.145478Z
{ "$schema": "https://json-schema.org/draft-07/schema", "oneOf": [ { "enum": [ "table-reader" ], "markdownDescription": "https://timvink.github.io/mkdocs-table-reader-plugin/" }, { "additionalProperties": false, "properties": { "table-reader": { "a...
MIT
en
datalad/datalad-catalog
d6078f72acb445b9acd43e7e0b4e09407ecac38a
2023-02-05T13:46:47
datalad_catalog/catalog/assets/jsonschema_metadata_sources.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.metadata_sources.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A list of sources of metadata for a dataset or file in the catalog, including which sources have provided content for which fields", "properties": { "key_source_map...
MIT
en
datalad/datalad-catalog
c0a0fabaf47e885ae69d3c2d1f3d88a7e4124383
2023-03-12T18:55:51
datalad_catalog/catalog/assets/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additional items to display on the file level", "items": { "properties...
MIT
en
datalad/datalad-catalog
25b5dae338644a1a80eabfc177cecfa39eb8efc5
2022-11-11T14:52:40
datalad_catalog/catalog/assets/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display in tabs on dataset page", "items": { ...
MIT
en
datalad/datalad-catalog
10667b733eae936d47c31be15134f62c79443b3d
2022-11-23T21:30:10
datalad_catalog/catalog/assets/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display on the file level", "items": { "properties"...
MIT
en
datalad/datalad-catalog
25b5dae338644a1a80eabfc177cecfa39eb8efc5
2022-11-11T14:52:40
datalad_catalog/catalog/assets/jsonschema_catalog.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "type": { "const": "dataset" } } }, "then": { "$ref": "https://datalad.org/catalog.datas...
MIT
en
datalad/datalad-catalog
b8e38ad22e76c08729d3393f06655c1b65344c3f
2023-10-04T20:49:20
datalad_catalog/catalog/schema/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additional items to display on the file level", "items": { "properties...
MIT
en
datalad/datalad-catalog
67d7f30eba76042acb4c3cb6af688740757f90c6
2022-11-10T21:46:26
datalad_catalog/catalog/assets/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display in tabs on dataset page", "items": { ...
MIT
en
datalad/datalad-catalog
4afa4dfc38f2ed3ebf9bc9a1a988d349a0b932fe
2023-06-04T21:46:27
datalad_catalog/catalog/schema/jsonschema_catalog.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "type": { "const": "dataset" } } }, "then": { "$ref": "https://datalad.org/catalog.datas...
MIT
en
datalad/datalad-catalog
25b5dae338644a1a80eabfc177cecfa39eb8efc5
2022-11-11T14:52:40
datalad_catalog/catalog/assets/jsonschema_authors.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.authors.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Authors, creators, or maintainers of the entity", "items": { "properties": { "email": { "description": "Email address of the author, such as johndoe@example.co...
MIT
en
datalad/datalad-catalog
4afa4dfc38f2ed3ebf9bc9a1a988d349a0b932fe
2023-06-04T21:46:27
datalad_catalog/catalog/schema/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additional items to display on the file level", "items": { "properties...
MIT
en
datalad/datalad-catalog
d6078f72acb445b9acd43e7e0b4e09407ecac38a
2023-02-05T13:46:47
datalad_catalog/catalog/assets/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display on the file level", "items": { "properties"...
MIT
en
datalad/datalad-catalog
c0a0fabaf47e885ae69d3c2d1f3d88a7e4124383
2023-03-12T18:55:51
datalad_catalog/catalog/assets/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
4afa4dfc38f2ed3ebf9bc9a1a988d349a0b932fe
2023-06-04T21:46:27
datalad_catalog/catalog/schema/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
edf33203cb3f844687d2c6301d28b44b88d68d8a
2024-04-17T08:27:01
datalad_catalog/catalog/schema/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
10667b733eae936d47c31be15134f62c79443b3d
2022-11-23T21:30:10
datalad_catalog/catalog/assets/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display in tabs on dataset page", "items": { ...
MIT
en
datalad/datalad-catalog
f4a484f4a05f169e1105493835c23dbc0df30075
2024-03-04T12:43:40
datalad_catalog/catalog/schema/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
5ac68d7cb54f4b66bf30b035855f59108f1690d4
2024-04-16T21:45:35
datalad_catalog/catalog/schema/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
d6078f72acb445b9acd43e7e0b4e09407ecac38a
2023-02-05T13:46:47
datalad_catalog/catalog/assets/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
4afa4dfc38f2ed3ebf9bc9a1a988d349a0b932fe
2023-06-04T21:46:27
datalad_catalog/catalog/schema/jsonschema_authors.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.authors.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Authors, creators, or maintainers of the entity", "items": { "properties": { "email": { "description": "Email address of the author, such as johndoe@example.co...
MIT
en
datalad/datalad-catalog
10667b733eae936d47c31be15134f62c79443b3d
2022-11-23T21:30:10
datalad_catalog/catalog/assets/jsonschema_authors.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.authors.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Authors, creators, or maintainers of the entity", "items": { "properties": { "email": { "description": "Email address of the author, such as johndoe@example.co...
MIT
en
datalad/datalad-catalog
4afa4dfc38f2ed3ebf9bc9a1a988d349a0b932fe
2023-06-04T21:46:27
datalad_catalog/catalog/schema/jsonschema_metadata_sources.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.metadata_sources.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A list of sources of metadata for a dataset or file in the catalog, including which sources have provided content for which fields", "properties": { "key_source_map...
MIT
en
datalad/datalad-catalog
d6078f72acb445b9acd43e7e0b4e09407ecac38a
2023-02-05T13:46:47
datalad_catalog/catalog/assets/jsonschema_catalog.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "allOf": [ { "if": { "properties": { "type": { "const": "dataset" } } }, "then": { "$ref": "https://datalad.org/catalog.datas...
MIT
en
datalad/datalad-catalog
b8e38ad22e76c08729d3393f06655c1b65344c3f
2023-10-04T20:49:20
datalad_catalog/catalog/schema/jsonschema_dataset.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.dataset.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A dataset in a DataLad Catalog", "properties": { "access_request_contact": { "description": "The contact details of the person/office from which to request access to t...
MIT
en
datalad/datalad-catalog
25b5dae338644a1a80eabfc177cecfa39eb8efc5
2022-11-11T14:52:40
datalad_catalog/catalog/assets/jsonschema_file.json
13
2024-05-28T09:33:55.772881Z
{ "$id": "https://datalad.org/catalog.file.schema.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A file in a DataLad Catalog", "properties": { "additional_display": { "description": "Additonal items to display on the file level", "items": { "properties"...
MIT
en
euroargodev/VirtualFleet
41ea189b385b57e359648a3a7bc9f7aa80c9fc1b
2024-03-25T14:48:21
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "parameter": { "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { "$ref": "#/$defs/parameter_metadata" }, "name": { ...
Apache-2.0
en
euroargodev/VirtualFleet
51577f63b478b1165bcaef755f4806b545981862
2024-03-07T10:17:44
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "optional_parameter": { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "Set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { ...
Apache-2.0
en
euroargodev/VirtualFleet
72b5415ccd33f31f503e77c743b2af3ed3e612c5
2024-03-08T11:40:24
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "parameter": { "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { "$ref": "#/$defs/parameter_metadata" }, "name": { ...
Apache-2.0
en
euroargodev/VirtualFleet
4c56c8dfa22f3ecd6f57b98431c43afc79baf109
2024-03-25T14:23:28
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "parameter": { "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { "$ref": "#/$defs/parameter_metadata" }, "name": { ...
Apache-2.0
en
euroargodev/VirtualFleet
45c0f6365c5572449d3ed3b6b4c47ce5957a230e
2024-03-05T09:21:47
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$id": "https://raw.githubusercontent.com/euroargodev/VirtualFleet/json-schemas-FloatConfiguration/schemas/VF-ArgoFloat-Configuration.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A set of meta-data documenting virtual Argo Float configuration to be used in a VirtualFleet simulati...
Apache-2.0
en
euroargodev/VirtualFleet
33a0a910cd5d4237262a8848d5c58b593a64e5a0
2024-03-07T08:43:08
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "optional_parameter": { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { ...
Apache-2.0
en
euroargodev/VirtualFleet
f2067d5c3e98cec35bd71664c03c031f8cde82eb
2024-03-05T09:52:46
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$id": "https://raw.githubusercontent.com/euroargodev/VirtualFleet/json-schemas-FloatConfiguration/schemas/VF-ArgoFloat-Configuration.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A set of meta-data documenting virtual Argo Float configuration to be used in a VirtualFleet simulati...
Apache-2.0
en
euroargodev/VirtualFleet
202547522b3d944062edaacb7d2f47c9f4fceb06
2024-03-07T10:16:13
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "optional_parameter": { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { ...
Apache-2.0
en
euroargodev/VirtualFleet
398d0beb80df3473a3710158fb80803ff3df83bf
2024-03-06T15:51:01
schemas/VF-ArgoFloat-Configuration.json
6
2024-05-28T04:35:12.470537Z
{ "$defs": { "optional_parameter": { "$schema": "https://json-schema.org/draft/2020-12/schema", "description": "A set of data documenting one parameter for a virtual Argo Float configuration", "properties": { "description": { "type": "string" }, "meta": { ...
Apache-2.0
en