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 |
|---|---|---|---|---|---|---|---|---|
MPEGGroup/FileFormatConformance | 44f9288daa223233ef2eb5045305944bd95ef415 | 2023-08-05T00:06:16 | data/schemas/standard.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"description": {
"description": "Description of the type of entries in this file. For example, 'Boxes are the basic unit of data in the ISO Base Media File Format.'",
"type": "string"
},
"entries": {
"items": ... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 6bcd812bd04d56570412d6c2bb1648e00fac8037 | 2023-08-31T00:15:39 | data/schemas/spec-info.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ISO": {
"description": "ISO number of the specification",
"type": "string"
},
"amendmends": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"corrigenda": {... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 44f9288daa223233ef2eb5045305944bd95ef415 | 2023-08-05T00:06:16 | data/schemas/spec-info.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"ISO": {
"description": "ISO number of the specification",
"type": "string"
},
"amendmends": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
},
"corrigenda": {... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 44f9288daa223233ef2eb5045305944bd95ef415 | 2023-08-05T00:06:16 | data/schemas/file-metadata.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"associated_files": {
"description": "List of associated files",
"items": {
"pattern": "^./.*$",
"type": "string"
},
"type": "array"
},
"conforms_to": {
"items": {
"properti... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 33747a49bf0ac51a8d16fa75a31b68ffb6d6cd7a | 2023-10-27T00:02:36 | data/schemas/gpac.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$defs": {
"box": {
"if": {
"properties": {
"@Type": {
"$ref": "#/$defs/mp4ra_boxes",
"type": "string"
}
},
"required": [
"@Type"
]
},
"then": {
"additionalProperties": true,
"patternPropertie... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 4a00145293816534679e09d76cbd919d407b8de9 | 2023-09-29T17:50:53 | data/schemas/standard.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"description": {
"description": "Description of the type of entries in this file. For example, 'Boxes are the basic unit of data in the ISO Base Media File Format.'",
"type": "string"
},
"entries": {
"items": ... | BSD-3-Clause-Clear | en |
MPEGGroup/FileFormatConformance | 44f9288daa223233ef2eb5045305944bd95ef415 | 2023-08-05T00:06:16 | data/schemas/user-defined.schema.json | 10 | 2024-05-27T05:19:24.925322Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"patternProperties": {
"^.*$": {
"type": "string"
}
},
"title": "User defined features schema",
"type": "object"
} | BSD-3-Clause-Clear | en |
DevTrevi/DgcReader | 47f30f39e1085085d4343cdb7c3bba9b8dd24eef | 2023-04-02T09:18:14 | src/RuleValidators/DgcReader.RuleValidators.Germany/Resources/json-schema-v1.json | 13 | 2024-05-27T05:33:08.498925Z | {
"$comment": "Schema version 1.3.0",
"$defs": {
"certificate_id": {
"description": "Certificate Identifier, format as per UVCI: Annex 2 in https://ec.europa.eu/health/sites/health/files/ehealth/docs/vaccination-proof_interoperability-guidelines_en.pdf",
"maxLength": 80,
"type": "string"
... | Apache-2.0 | en |
blueswen/mkdocs-glightbox | 74cbf2a27b675c73cc71c44d327c88f6bd51866d | 2022-10-01T09:49:40 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
blueswen/mkdocs-glightbox | 1f086123bdda7214961e4df4494edd253b8ee9e2 | 2024-01-24T15:14:48 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
blueswen/mkdocs-glightbox | f91165ffddd71a10798b9f5eab39d4d0e3c137bc | 2022-07-17T15:38:49 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
blueswen/mkdocs-glightbox | 50bc1809806a55ed10de6f3cd2af6a0f96b58f57 | 2024-01-31T22:23:57 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
blueswen/mkdocs-glightbox | c61c0fa7e9a36cc72569fc624963d335756bab3e | 2023-12-29T17:12:50 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
blueswen/mkdocs-glightbox | ca8c124da315077d914c2ee668e022e87304909a | 2022-10-24T10:32:03 | schema.json | 112 | 2024-05-27T05:32:13.494588Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"glightbox"
],
"markdownDescription": "https://blueswen.github.io/mkdocs-glightbox/"
},
{
"additionalProperties": false,
"properties": {
"glightbox": {
"additionalProper... | MIT | en |
MeltanoLabs/tap-dbt | 9d476aad64def17fb79b0e33e73417cedf3071f1 | 2021-06-25T23:10:36 | tap_dbt/schemas/runs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"artifact_s3_path": {
"type": [
"string",
"null"
]
},
"artifacts_s3_path": {
"type": [
"string",
"null"
... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 873c674b4f57ec6af5d29109b890f5fb73cc6829 | 2021-04-29T01:20:00 | tap_dbt/schemas/runs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"artifact_s3_path": {
"type": [
"string",
"null"
]
},
"artifacts_s3_path": {
"type": [
"string",
"null"
... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | a142fea43191cae14d10c227f8ee3fdeda5a83c5 | 2021-04-17T04:15:06 | tap_dbt/schemas/accounts.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/accounts.json",
"$schema": "https://json-schema.org/draft-04/schema",
"additionalProperties": false,
"properties": {
"billing_email_address": {
"type": "string"
},
"created_at": {
"type": "string"
},
"develop_file_system": {
"type": "boolean"
},
"develope... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 19daeeeb769492e366398f54b6d3fedb44b171a1 | 2021-07-08T23:35:41 | tap_dbt/schemas/projects.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "string"
},
"connection": {
"properties": {},
"type": "object"
},
"connection_id": {
"type": "integer"
},
"created_at": {
"type": "stri... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 0e1bc506de686d8463ed1c93954a0a12bc77fbcd | 2021-04-07T07:37:03 | tap_dbt/schemas/jobs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/jobs.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"cron_humanized": {
"type": "string"
},
"dbt_version": {
"type": [
"string",
"nu... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 19daeeeb769492e366398f54b6d3fedb44b171a1 | 2021-07-08T23:35:41 | tap_dbt/schemas/runs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "string"
},
"artifact_s3_path": {
"type": [
"string",
"null"
]
},
"artifacts_s3_path": {
"type": [
"string",
"null"
... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 9d476aad64def17fb79b0e33e73417cedf3071f1 | 2021-06-25T23:10:36 | tap_dbt/schemas/projects.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"connection": {
"properties": {},
"type": "object"
},
"connection_id": {
"type": "integer"
},
"created_at": {
"type": "str... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | e70f278358f70587aef7d0fdf0feb90585438377 | 2021-07-08T23:26:44 | tap_dbt/schemas/runs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"artifact_s3_path": {
"type": [
"string",
"null"
]
},
"artifacts_s3_path": {
"type": [
"string",
"null"
... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 0e1bc506de686d8463ed1c93954a0a12bc77fbcd | 2021-04-07T07:37:03 | tap_dbt/schemas/projects.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"connection": {
"type": "object"
},
"connection_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"dbt_pro... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 19daeeeb769492e366398f54b6d3fedb44b171a1 | 2021-07-08T23:35:41 | tap_dbt/schemas/jobs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/jobs.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "string"
},
"created_at": {
"type": "string"
},
"cron_humanized": {
"type": "string"
},
"dbt_version": {
"type": [
"string",
"nul... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 0e1bc506de686d8463ed1c93954a0a12bc77fbcd | 2021-04-07T07:37:03 | tap_dbt/schemas/runs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/projects.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"artifact_s3_path": {
"type": "string"
},
"artifacts_s3_path": {
"type": "string"
},
"artifacts_saved": {
"type": "boolean"
... | Apache-2.0 | en |
MeltanoLabs/tap-dbt | 9d476aad64def17fb79b0e33e73417cedf3071f1 | 2021-06-25T23:10:36 | tap_dbt/schemas/jobs.json | 12 | 2024-05-28T04:58:03.536867Z | {
"$id": "/jobs.json",
"$schema": "https://json-schema.org/draft-04/schema",
"properties": {
"account_id": {
"type": "integer"
},
"created_at": {
"type": "string"
},
"cron_humanized": {
"type": "string"
},
"dbt_version": {
"type": [
"string",
"nu... | Apache-2.0 | en |
VTL-Community/VTL-Community | 05cc6731f95bd0c03d368b01840ea9f28fbf6e21 | 2023-11-22T15:06:57 | vtl-json/vtl-metadata.json | 8 | 2024-05-28T03:08:27.706422Z | {
"$id": "https://sdmx.org/resources/VTL/schemas/v2_0/metadata",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "The description of metadata consumed by the VTL transformation scheme",
"properties": {
"datasets": {
"description": "List of the datasets used in the transformat... | CC0-1.0 | en |
VTL-Community/VTL-Community | b49eade4e123c9396cddf250a0a9f27990a879b2 | 2023-12-05T08:00:07 | vtl-json/vtl-metadata.json | 8 | 2024-05-28T03:08:27.706422Z | {
"$defs": {
"dataset": {
"$id": "/dataset",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "List of the datasets used in the transformation scheme",
"items": {
"properties": {
"DataStructure": {
"description": "The structure definition o... | CC0-1.0 | en |
aws-deadline/deadline-cloud-for-keyshot | 6eb5263422725102b37f68d7be73930879a7565e | 2024-02-02T17:14:46 | src/deadline/keyshot_adaptor/KeyShotAdaptor/schemas/init_data.schema.json | 7 | 2024-05-27T06:22:44.821634Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"output_file_path": {
"type": "string"
},
"scene_file": {
"type": "string"
}
},
"required": [
"scene_file"
],
"type": "object"
} | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-keyshot | 6eb5263422725102b37f68d7be73930879a7565e | 2024-02-02T17:14:46 | src/deadline/keyshot_adaptor/KeyShotAdaptor/schemas/run_data.schema.json | 7 | 2024-05-27T06:22:44.821634Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"frame": {
"type": "number"
}
},
"required": [
"frame"
],
"type": "object"
} | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-keyshot | 01c430ec7773e5491a719021726973d881e934f3 | 2024-02-06T22:05:25 | src/deadline/keyshot_adaptor/KeyShotAdaptor/schemas/init_data.schema.json | 7 | 2024-05-27T06:22:44.821634Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"output_file_path": {
"type": "string"
},
"output_format": {
"enum": [
"RENDER_OUTPUT_PNG",
"RENDER_OUTPUT_JPEG",
"RENDER_OUTPUT_EXR",
"RENDER_OUTPUT_TIFF8",
"RENDER_OUTPUT_TI... | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-after-effects | 4f9b21c1984b573787378e7ab462c6c93120f219 | 2024-03-25T15:55:57 | src/deadline/ae_adaptor/AEAdaptor/schemas/run_data.schema.json | 6 | 2024-05-27T06:10:43.433416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"frame": {
"type": "number"
}
},
"required": [
"frame"
],
"type": "object"
} | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-after-effects | 4f9b21c1984b573787378e7ab462c6c93120f219 | 2024-03-25T15:55:57 | src/deadline/ae_adaptor/AEAdaptor/schemas/init_data.schema.json | 6 | 2024-05-27T06:10:43.433416Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"comp_name": {
"type": "string"
},
"output_file_path": {
"type": "string"
},
"output_format": {
"type": "string"
},
"output_pattern": {
"type": "string"
},
"project_file": {
... | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-blender | 3180e4876ec8f531827aebd2daff9a92ff5753d8 | 2024-02-21T17:54:02 | src/deadline/blender_adaptor/BlenderAdaptor/schemas/init_data.schema.json | 9 | 2024-05-27T06:06:32.870895Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"output_dir": {
"type": "string"
},
"output_file_name": {
"type": "string"
},
"output_format": {
"type": "string"
},
"render_engine": {
"enum": [
"eevee",
"workbench",
... | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-blender | 3180e4876ec8f531827aebd2daff9a92ff5753d8 | 2024-02-21T17:54:02 | src/deadline/blender_adaptor/BlenderAdaptor/schemas/run_data.schema.json | 9 | 2024-05-27T06:06:32.870895Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"camera": {
"type": "string"
},
"frame": {
"type": "number"
},
"frame-range": {
"type": "string"
}
},
"required": [
"frame",
"camera"
],
"type": "object"
} | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-3ds-max | 873d2ded6d1dfe1f590e9e3460bd76266954efc0 | 2024-03-21T19:02:16 | src/deadline/max_adaptor/MaxAdaptor/schemas/run_data.schema.json | 7 | 2024-05-27T06:51:42.616663Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"camera": {
"type": "string"
},
"frame": {
"type": "number"
}
},
"required": [
"frame"
],
"type": "object"
} | Apache-2.0 | en |
aws-deadline/deadline-cloud-for-3ds-max | 873d2ded6d1dfe1f590e9e3460bd76266954efc0 | 2024-03-21T19:02:16 | src/deadline/max_adaptor/MaxAdaptor/schemas/init_data.schema.json | 7 | 2024-05-27T06:51:42.616663Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"camera": {
"type": "string"
},
"output_file_format": {
"enum": [
".avi",
".bmp",
".cin",
".eps",
".exr",
".hdr",
".jpg",
".png",
".rla",
... | Apache-2.0 | en |
aws-deadline/deadline-cloud | 16130f1bb1ea72323b817c0787b36abb28c42006 | 2023-08-24T23:34:35 | src/deadline/job_attachments/asset_manifests/schemas/2023-03-03.json | 19 | 2024-05-27T04:39:31.123925Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"hashAlg": {
"description": "The algorithm that the files in this manifest were hashed with",
"enum": [
"xxh128"
]
},
"manifestVersion": {
"const": "2023-03-03",
"description": "The version... | Apache-2.0 | en |
aws-deadline/deadline-cloud | 1fa29594f893d1d6dd968fec01efc7397bcc31f1 | 2024-03-15T22:26:54 | src/deadline/job_attachments/asset_manifests/schemas/2023-03-03.json | 19 | 2024-05-27T04:39:31.123925Z | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"hashAlg": {
"description": "The algorithm that the files in this manifest were hashed with",
"enum": [
"xxh128"
]
},
"manifestVersion": {
"const": "2023-03-03",
"description": "The version... | Apache-2.0 | en |
chainloop-dev/chainloop | 8c03ae2b72bcaea86b926577f4f4c82c6e66b018 | 2024-05-08T16:54:59 | internal/schemavalidators/external_schemas/csaf/csaf-2.0.schema.json | 317 | 2024-05-27T07:37:17.097784Z | {
"$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... | Apache-2.0 | en |
chainloop-dev/chainloop | 8c03ae2b72bcaea86b926577f4f4c82c6e66b018 | 2024-05-08T16:54:59 | internal/schemavalidators/external_schemas/csaf/csaf-2.1.schema.json | 317 | 2024-05-27T07:37:17.097784Z | {
"$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... | Apache-2.0 | en |
chainloop-dev/chainloop | 38f42c8d7b68607a7fa326664f778516ed5c4c9e | 2023-06-21T12:03:47 | app/controlplane/plugins/sdk/v1/testdata/schemas/basic.json | 317 | 2024-05-27T07:37:17.097784Z | {
"$id": "https://github.com/chainloop-dev/chainloop/app/controlplane/plugins/core/dependencytrack/v1/registration-request",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"allowAutoCreate": {
"description": "Support of creating projects on de... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | 4a7accd09a7dabf891b5953e5cdbb35d038c83c6 | 2023-09-01T20:50:38 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | be2495572ed40c9a4d6c8b563e7c3dcb6f669637 | 2023-06-23T19:40:02 | services/seller_frontend_service/schemas/auction_request.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$id": "/BuyerInput/AuctionBlob",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enableDebugReporting": {
"type": "boolean"
},
"properties": {
"generationId": {
"format": "uri",
"type": "string"
},
"interestGroups": {
"additionalProperties": false,
"patte... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | 06bf6ed1bd98916d1a9b6887518936655b4d537b | 2023-12-08T15:53:04 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | 835561acf78da4ccd13ac3562bd77fae6e92e9da | 2023-08-25T22:35:49 | services/seller_frontend_service/schemas/interest_group.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"adRenderId": {
"description": "Ad Render ID that can be used to reconstruct the ad object based on server-side information. Sent instead of the ad object.",
"type": "string"
}
},
"$id": "/BuyerInput/AuctionBlob/InterestGroup",
"$schema": "https://json-schema.org/draft/2020-12/s... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | 77fce612d9b50375b7d71fc8b36665115ea9a355 | 2023-07-14T19:13:50 | services/seller_frontend_service/schemas/auction_request.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$id": "/BuyerInput/AuctionBlob",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"enableDebugReporting": {
"type": "boolean"
},
"generationId": {
"format": "uri",
"type": "string"
},
"interestGroups": {
"additionalProperties": false,
... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | ef249b39e2334d6db6dd9a780f437c30fe5c3bac | 2024-03-06T19:17:12 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | be2495572ed40c9a4d6c8b563e7c3dcb6f669637 | 2023-06-23T19:40:02 | services/seller_frontend_service/schemas/interest_group.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"adRenderId": {
"description": "Ad Render ID that can be used to reconstruct the ad object based on server-side information. Sent instead of the ad object.",
"type": "string"
}
},
"$id": "/BuyerInput/AuctionBlob/InterestGroup",
"$schema": "https://json-schema.org/draft/2020-12/s... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | fa6b006192c31ee82af5f663558223d8983e2ce6 | 2024-05-14T21:55:06 | services/seller_frontend_service/schemas/interest_group.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"adRenderId": {
"description": "Ad Render ID that can be used to reconstruct the ad object based on server-side information. Sent instead of the ad object.",
"type": "string"
}
},
"$id": "/BuyerInput/AuctionBlob/InterestGroup",
"$schema": "https://json-schema.org/draft/2020-12/s... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | 872865a4d7a486fc79e4c47359073c806bb3c6d4 | 2024-04-24T20:02:50 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | e1bda9a94c1a68fe9be05ae947cf8bea252e8495 | 2023-10-30T18:28:15 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | ef249b39e2334d6db6dd9a780f437c30fe5c3bac | 2024-03-06T19:17:12 | services/seller_frontend_service/schemas/interest_group.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"adRenderId": {
"description": "Ad Render ID that can be used to reconstruct the ad object based on server-side information. Sent instead of the ad object.",
"type": "string"
}
},
"$id": "/BuyerInput/AuctionBlob/InterestGroup",
"$schema": "https://json-schema.org/draft/2020-12/s... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | be2495572ed40c9a4d6c8b563e7c3dcb6f669637 | 2023-06-23T19:40:02 | services/seller_frontend_service/schemas/auction_response.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$defs": {
"errorDef": {
"additionalProperties": false,
"properties": {
"code": {
"type": "number"
},
"message": {
"type": "string"
}
},
"type": "object"
},
"reportingUrlsDef": {
"properties": {
"interactionReporti... | Apache-2.0 | en |
privacysandbox/bidding-auction-servers | ef249b39e2334d6db6dd9a780f437c30fe5c3bac | 2024-03-06T19:17:12 | services/seller_frontend_service/schemas/auction_request.json | 35 | 2024-05-27T08:09:28.792766Z | {
"$id": "/BuyerInput/AuctionBlob",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"enableDebugReporting": {
"type": "boolean"
},
"generationId": {
"format": "uri",
"type": "string"
},
"interestGroups": {
"additionalProperties": false,
... | Apache-2.0 | en |
squidfunk/mkdocs-material | b5a5fde436d7271313df6f7f4764a4f545041f2d | 2024-02-26T04:47:29 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | f08566ada1b40ab35c9ea40da0e6f73aa1071a1f | 2023-01-28T13:41:31 | docs/schema/plugins/external/minify.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"minify": {
"additionalProperties": false,
"dependencies": {
"minify_css": [
"css_files"
],
"minify_js": [
"js_files"
]
},
"markdow... | MIT | en |
squidfunk/mkdocs-material | 093b6e6aaa6bd2b32cceb525f3ab9bbc500dfd4d | 2022-06-05T08:26:58 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": true,
"defaultSnippets": [
{
"body": {
"analytics": {
"property": "${2:UA-XXXXXXXX-X}",
"provider": "${1:google}"
}
},
"label": "analytics (default)"
}
],
"definitions"... | MIT | en |
squidfunk/mkdocs-material | 87bf3fdb4ca40b27ac69d8b6f2329f7e1f059020 | 2023-01-14T19:48:22 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": true,
"defaultSnippets": [
{
"body": {
"analytics": {
"property": "${2:UA-XXXXXXXX-X}",
"provider": "${1:google}"
}
},
"label": "analytics (default)"
}
],
"definitions"... | MIT | en |
squidfunk/mkdocs-material | 233252194fe4271ef46a2a9386b63d3606d3f7fa | 2022-08-13T08:57:43 | docs/schema/extensions/markdown.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"toc": {
"additionalProperties": false,
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents",
"properties": {
"anchorlink": {
"default"... | MIT | en |
squidfunk/mkdocs-material | adabdd0bec756203653d8230a89fdf9187afe07f | 2022-07-03T08:04:16 | docs/schema/extensions/pymdownx.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/",
"oneOf": [
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"pymdownx.arithmatex... | MIT | en |
squidfunk/mkdocs-material | 18cac39370880b8bc72d49aa7dcec0cbb2a82b21 | 2023-07-07T09:22:30 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": true,
"defaultSnippets": [
{
"body": {
"analytics": {
"property": "${2:UA-XXXXXXXX-X}",
"provider": "${1:google}"
}
},
"label": "analytics (default)"
}
],
"definitions"... | MIT | en |
squidfunk/mkdocs-material | b0680bd6e20ab6672c0d552436c5fc5f5d6e7436 | 2023-11-20T19:21:18 | docs/schema/plugins/meta.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"const": "meta",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/meta/"
},
{
"additionalProperties": false,
"properties": {
"meta": {
"additionalProperties": false,
... | MIT | en |
squidfunk/mkdocs-material | a551e2c483d0f3ab93822dd3385d572eefd74930 | 2022-08-31T20:57:27 | docs/schema/plugins/external/git-committers.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"git-committers"
],
"markdownDescription": "https://github.com/ojacques/mkdocs-git-committers-plugin-2"
},
{
"additionalProperties": false,
"properties": {
"git-committers": {
... | MIT | en |
squidfunk/mkdocs-material | c68bad2f83a45d473a5ffce0c3fceb432f2cca07 | 2022-07-17T10:03:37 | docs/schema.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"markdownDescription": "Configuration",
"properties": {
"INHERIT": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance",
"pattern": "\\.yml$",
"title": "I... | MIT | en |
squidfunk/mkdocs-material | c2e55585fa4ab4657d8c47ca51e83caee550f962 | 2023-07-18T13:02:13 | docs/schema/plugins/optimize.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"optimize"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/building-an-optimized-site/#built-in-optimize-plugin"
},
{
"additionalProperties": false,
"properti... | MIT | en |
squidfunk/mkdocs-material | 96560b82c9dd71fafb3555ed71d2e728a31a1f98 | 2023-09-15T09:30:01 | docs/schema/plugins/blog.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"blog"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/blog/"
},
{
"additionalProperties": false,
"properties": {
"blog": {
"additionalPro... | MIT | en |
squidfunk/mkdocs-material | 87671c94e6c15c6cc7867dd161adc13ffa0778bc | 2022-04-24T21:22:03 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$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 |
squidfunk/mkdocs-material | 44982451f7759ed65e31d1151b3c49566b8c6ca0 | 2024-01-15T10:36:27 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | f08566ada1b40ab35c9ea40da0e6f73aa1071a1f | 2023-01-28T13:41:31 | docs/schema/plugins/external/git-authors.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"git-authors"
],
"markdownDescription": "https://timvink.github.io/mkdocs-git-authors-plugin/"
},
{
"additionalProperties": false,
"properties": {
"git-authors": {
"addi... | MIT | en |
squidfunk/mkdocs-material | c44baee78d5cffec89c5d39c79b6504609795331 | 2022-10-02T14:36:47 | docs/schema/extensions/pymdownx.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/",
"oneOf": [
{
"oneOf": [
{
"additionalProperties": false,
"properties": {
"pymdownx.arithmatex... | MIT | en |
squidfunk/mkdocs-material | b1b401d5aefc069980f33d25ea2790ceaa68e8dc | 2022-09-27T13:37:26 | docs/schema/plugins/blog.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"blog"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#built-in-blog-plugin"
},
{
"additionalProperties": false,
"properties": {
"b... | MIT | en |
squidfunk/mkdocs-material | 3ea15d73790b0623df6a6c3153ad98f3ef687cb4 | 2022-03-06T10:45:09 | docs/schema/plugins/external/redirects.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"redirects": {
"additionalProperties": false,
"markdownDescription": "https://github.com/datarobot/mkdocs-redirects",
"properties": {
"redirect_maps": {
"additionalPropert... | MIT | en |
squidfunk/mkdocs-material | 8feb5122670a3b5ed12a2cc565a7f85634acb513 | 2023-10-25T19:04:53 | docs/schema/plugins/projects.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"projects"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/projects/"
},
{
"additionalProperties": false,
"properties": {
"projects": {
"a... | MIT | en |
squidfunk/mkdocs-material | 96560b82c9dd71fafb3555ed71d2e728a31a1f98 | 2023-09-15T09:30:01 | docs/schema/plugins/info.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"info"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/info/"
},
{
"additionalProperties": false,
"properties": {
"info": {
"additionalPro... | MIT | en |
squidfunk/mkdocs-material | d140acf21948962b69fc8fd8f3f408f4b82f0983 | 2022-06-11T08:32:30 | docs/schema/plugins.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"built-in": {
"description": "Built-in plugins",
"oneOf": [
{
"$ref": "plugins/offline.json"
},
{
"$ref": "plugins/privacy.json"
},
{
"$ref": "plugins/search... | MIT | en |
squidfunk/mkdocs-material | f08566ada1b40ab35c9ea40da0e6f73aa1071a1f | 2023-01-28T13:41:31 | docs/schema/plugins/external/gen-files.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"git-authors"
],
"markdownDescription": "https://github.com/oprypin/mkdocs-gen-files"
},
{
"properties": {
"gen-files": {
"additionalProperties": false,
"properties"... | MIT | en |
squidfunk/mkdocs-material | 8622ea63812cba58e5ac3e0ffd4c0b7eecde54d8 | 2023-10-06T07:53:01 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$defs": {
"cookie": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent",
"oneOf": [
{
"additionalProperties": false,
"properties": {
"checked": {
"default": true,
"mark... | MIT | en |
squidfunk/mkdocs-material | b0680bd6e20ab6672c0d552436c5fc5f5d6e7436 | 2023-11-20T19:21:18 | docs/schema/plugins/typeset.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"const": "typeset",
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/plugins/typeset/"
},
{
"additionalProperties": false,
"properties": {
"typeset": {
"additionalProperties"... | MIT | en |
squidfunk/mkdocs-material | cb9f6615d2faf94af90709e362f87410c44373a2 | 2022-01-30T14:52:28 | docs/schema/extensions.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"items": {
"oneOf": [
{
"enum": [
"abbr"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations",
"title": "Abbreviations \u2013 Python Markdown... | MIT | en |
squidfunk/mkdocs-material | 05596664a536799c6da8aa708ff8fc7ebeca4337 | 2023-12-18T15:08:14 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | 2b9136d100c224c226c25e3c52c33ab8cccedf37 | 2023-01-02T13:45:15 | docs/schema/theme.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
... | MIT | en |
squidfunk/mkdocs-material | 989e742b595e1c4fb3cbfde35f1c4f29968af71b | 2023-02-06T16:14:19 | docs/schema/plugins.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"definitions": {
"built-in": {
"anyOf": [
{
"$ref": "plugins/blog.json"
},
{
"$ref": "plugins/info.json"
},
{
"$ref": "plugins/meta.json"
},
{
"$ref": "pl... | MIT | en |
squidfunk/mkdocs-material | db746320761c9c235a3b85f906156c89cb2e941e | 2022-12-11T14:53:16 | docs/schema/plugins/blog.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"blog"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/#built-in-blog-plugin"
},
{
"additionalProperties": false,
"properties": {
"b... | MIT | en |
squidfunk/mkdocs-material | 374bbab9d33daead0fe0a9ad4107f4db939566ab | 2024-04-25T02:37:50 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | 4e72aa08cd5148524f26a7690fda1de732d890bc | 2023-10-02T21:14:08 | docs/schema/theme.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
... | MIT | en |
squidfunk/mkdocs-material | dc808ca90a8fde71c95708addb1b4773ae2acdce | 2024-03-05T04:01:58 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | e7f1519308b0715b47b9c5780676e373e6edf9aa | 2022-01-29T17:19:42 | docs/schema/extensions.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"items": {
"oneOf": [
{
"enum": [
"abbr"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#abbreviations",
"title": "Abbreviations \u2013 Python Markdown... | MIT | en |
squidfunk/mkdocs-material | 4fd791f3a0b1d2e40ced37f413e0763f5254760c | 2022-01-29T18:14:23 | docs/schema/plugins.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"items": {
"oneOf": [
{
"$ref": "plugins/minify.json"
},
{
"$ref": "plugins/redirects.json"
},
{
"$ref": "plugins/search.json"
},
{
"$ref": "plugins/social.json"
},
{
... | MIT | en |
squidfunk/mkdocs-material | e7f1519308b0715b47b9c5780676e373e6edf9aa | 2022-01-29T17:19:42 | docs/schema.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"markdownDescription": "Configuration",
"properties": {
"INHERIT": {
"markdownDescription": "https://www.mkdocs.org/user-guide/configuration/#configuration-inheritance",
"pattern": "\\.yml$",
"title": "I... | MIT | en |
squidfunk/mkdocs-material | 51f27bf959b8cdce351d2ad6678273fcec04abcd | 2022-01-30T14:10:51 | docs/schema/assets/fonts.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://fonts.google.com/",
"oneOf": [
{
"enum": [
"ABeeZee"
],
"markdownDescription": "https://fonts.google.com/specimen/ABeeZee",
"title": "ABeeZee"
},
{
"enum": [
"Abel"
... | MIT | en |
squidfunk/mkdocs-material | cc398ddc33843d7e0de3d773cea7eb45defd994c | 2024-05-15T15:24:40 | docs/schema/extra.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$defs": {
"cookie": {
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/ensuring-data-privacy/#cookie-consent",
"oneOf": [
{
"additionalProperties": false,
"properties": {
"checked": {
"default": true,
"mark... | MIT | en |
squidfunk/mkdocs-material | dc97a566590d35eead4e24d93c080e3ea569568b | 2024-03-12T02:59:20 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | 0e8ed32bda73b79e48357585c5fd2e9d71bfa9d5 | 2024-04-06T23:43:56 | docs/schema/theme.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$defs": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
"light green",
"lime",
"yellow",
"amber",
"orange",
... | MIT | en |
squidfunk/mkdocs-material | c44baee78d5cffec89c5d39c79b6504609795331 | 2022-10-02T14:36:47 | docs/schema/plugins/tags.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"oneOf": [
{
"enum": [
"tags"
],
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-tags/#built-in-tags-plugin"
},
{
"additionalProperties": false,
"properties": {
"tag... | MIT | en |
squidfunk/mkdocs-material | eef9bdece91c435cf28312b6fc01b4c3d2cc0fb0 | 2022-08-13T07:12:58 | docs/schema/theme.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
... | MIT | en |
squidfunk/mkdocs-material | 3311a615fa4adeed91d72e940331343a50f1b5df | 2024-03-18T00:19:31 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | 788f08773050448dc74be36b6a3484d866b26140 | 2023-01-02T14:26:21 | docs/schema/theme.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"accent": {
"enum": [
"red",
"pink",
"purple",
"deep purple",
"indigo",
"blue",
"light blue",
"cyan",
"teal",
"green",
... | MIT | en |
squidfunk/mkdocs-material | c9a73394119af26c974cce0afda8591d2bfe006b | 2023-09-11T15:48:11 | docs/schema/assets/icons.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"enum": [
"fontawesome/brands/42-group",
"fontawesome/brands/500px",
"fontawesome/brands/accessible-icon",
"fontawesome/brands/accusoft",
"fontawesome/brands/adn",
"fontawesome/brands/adversal",
"fontawesome/brands/affiliatetheme",
... | MIT | en |
squidfunk/mkdocs-material | 715a939e94a0cf26ee80557ad6ceb1d86cbc4c0c | 2022-01-30T08:04:11 | docs/schema/assets/fonts.json | 18,589 | 2024-05-29T11:25:48.014191Z | {
"$schema": "https://json-schema.org/draft-07/schema",
"markdownDescription": "https://fonts.google.com/",
"oneOf": [
{
"enum": [
"ABeeZee"
],
"markdownDescription": "https://fonts.google.com/specimen/ABeeZee",
"title": "ABeeZee"
},
{
"enum": [
"Abel"
... | MIT | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.