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 |
|---|---|---|---|---|---|---|---|---|
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-content.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"oneOf": [
{
"allOf": [
{
"allOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-content-ref-expected.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"allOf": [
{
"$ref": "#/$defs/other"
},
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedChoice.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-keyed-collection.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"e1": {
"allOf": [
{
"@xsdType": "string",
"type": "string"
}
]
},
"e2": {
"allOf": [
{
"@xsdType": "string",
"type": "st... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresSimpleTypeRestrictions.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"SeresType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"@xsdUnhandledAttributes": {
"seres:elementtype": "Datakodeliste",
"seres:guid": "http://seres.no/guid/Kursdomene/Datakodeliste/GeekType/784953"
},
"@xsdUnhandledEnumA... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/Any.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"t1": {
"@xsdAnyAttribute": {
"Namespace": "##any",
"ProcessContent": "None"
},
"allOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresNillable.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"complexType": {
"properties": {
"fish": {
"@xsdType": "string",
"type": "string"
},
"stew": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"fish",
"stew"
]
},
"main": ... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/Attributes.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"test": "http://test.com/altinn/unittest",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SchemaExampleWithTargetNamespace.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"AddressType": {
"properties": {
"Line1": {
"@xsdType": "string",
"type": "string"
},
"Line2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Line1",
"Line2"
]
},
"Pay... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleTypeList.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"valueList": {
"items": {
"@xsdType": "int",
"type": "integer"
},
"type": "array"
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://w... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-collection-expected.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"oneOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
},
{
"properties": {
"e2": ... | BSD-3-Clause | no |
Altinn/altinn-studio | d0e8cfe158c0332ddd75cedf795268da458cf226 | 2024-03-06T08:40:16 | backend/tests/Designer.Tests/_TestData/Repositories/testUser/ttd/app-without-layoutsets/App/models/datamodel.schema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"Adresse": {
"properties": {
"Gateadresse": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Postnr": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "stri... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresArray.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"complexType": {
"properties": {
"fish": {
"@xsdType": "string",
"type": "string"
},
"stew": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"fish",
"stew"
]
},
"main": ... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/ComplexContentRestriction.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"myBase": {
"allOf": [
{
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "int",
"type": "integer"
}
}
},
{
"properties": {
"be1": {
"@xsdT... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-root.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"allOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
... | BSD-3-Clause | no |
Altinn/altinn-studio | 01f0a2da55fbee0b4778b651bf1c21954d751364 | 2023-08-09T07:12:48 | frontend/packages/schema-editor/test/fixtures/mock-string.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"AntallMedNull": {
"$ref": "#/$defs/AntallRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AntallMedNull/477092"
},
"AntallMinutter": {
"$ref... | BSD-3-Clause | no |
Altinn/altinn-studio | 3479ed7579218ea05802899c299832bd65744c6e | 2023-05-30T14:02:18 | backend/tests/Designer.Tests/_TestData/Repositories/testUser/ttd/app-with-layoutsets/App/models/datamodel.schema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"Adresse": {
"properties": {
"Gateadresse": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Postnr": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "stri... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-root-ref-expected.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"def1": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
}
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/def1"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresBasicSchema_anyOf.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"s... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/ComplexSchema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"address": {
"properties": {
"city": {
"@xsdType": "string",
"type": "string"
},
"co": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"country": {
"@xsdType": "string",
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/NestedSequence.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-root-ref.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"def1": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
}
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "#/$defs/def1"
}
],
"type": "object"
} | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresWithAnyAttribute.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"@xsdAnyAttribute": {
"Namespace": "##any",
"ProcessContent": "None"
},
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "sch... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresWithSpecifiedAndAnyAttributes.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"melding-modell": {
"@xsdAnyAttribute": {
"Namespace": "##any",
"ProcessContent": "None"
},
"allOf": [
{
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/ComplexContentExtension.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"myBase": {
"properties": {
"be1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"be1"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | backend/src/DataModeling/Templates/general.template.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"{{rootType}}": {
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
},
"$id": "{{id}}",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": ... | BSD-3-Clause | no |
Altinn/altinn-studio | f092ec892d9d861b3b628402ca8d1c3b07113e65 | 2022-12-28T12:54:58 | frontend/packages/schema-editor/test/fixtures/mock-string.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"AntallMedNull": {
"$ref": "#/$defs/AntallRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AntallMedNull/477092"
},
"AntallMinutter": {
"$ref... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleContentExtensionPlain.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"sce": {
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"value": {
"@xsdType": "string",
"type": "string"
}
}
}
},
"$id": "schema.json",
"$schema": "https:... | BSD-3-Clause | no |
Altinn/altinn-studio | 32125a8b5621ba4b9da3aa919059778aa563b521 | 2023-09-29T07:12:54 | testdata/Model/JsonSchema/Incompatible/SchemaWithEmptyObjects.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"emptyObjectType": {
"type": "object"
}
},
"$id": "http://altinn-repositories:3000/test.schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
... | BSD-3-Clause | no |
Altinn/altinn-studio | 1163fa7a6dc954d8a483302de049637811b4a09d | 2024-03-08T07:03:08 | backend/tests/Designer.Tests/_TestData/Repositories/testUser/ttd/app-without-layoutsets-mismatch-modelname/App/models/datamodel.schema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"Adresse": {
"properties": {
"Gateadresse": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Postnr": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "stri... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Seres/SeresBasicSchema_inline.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttrib... | BSD-3-Clause | no |
Altinn/altinn-studio | 4344056fad75f300c307c8df3f2e3c28cf90fa0e | 2023-04-14T08:49:55 | backend/tests/Designer.Tests/_TestData/Repositories/testUser/ttd/preview-app/App/models/custom-dm-name.schema.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"Adresse": {
"properties": {
"Gateadresse": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Postnr": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "stri... | BSD-3-Clause | no |
Altinn/altinn-studio | 29b4191630079dd9dc63a4941bfdd3c976163f3b | 2023-02-14T09:11:08 | backend/src/DataModeling/Templates/general.template.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "{{id}}",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "{{rootType}}",
"@xsdSchemaAttrib... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/Normalizer/normalize-content-expected.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"definition": {
"oneOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
]
}
},
"$id": "schema.json",
"$schema":... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleChoice.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
... | BSD-3-Clause | no |
Altinn/altinn-studio | 165bf6e50dea474ef6f94710c1036c3f9269186b | 2023-01-04T12:38:03 | testdata/Model/JsonSchema/General/SimpleTypeRestrictions.json | 108 | 2024-05-29T17:08:15.632722Z | {
"$defs": {
"numberRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"maximum": 100,
"minimum": -100,
"totalDigits": 10,
"type": "number"
},
"numberRestrictions2": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
... | BSD-3-Clause | no |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/token.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A general token.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"deprecate... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Defines sets the weight... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/types/component-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/component-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "T-shirt sizes for components",
"enum": [
"xs",
"s",
"m",
"l",
"xl",
"xxl",
"xxxl"
],
"title": "component-size",
... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/font-family.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A font family token def... | Apache-2.0 | en |
adobe/spectrum-tokens | b7fcc8b2695f26ff7e3bd29cbf71726045fbb137 | 2023-09-07T17:05:44 | packages/tokens/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 80f4fdc57692beb2cb87400c87486f2c71b0bef3 | 2023-07-09T21:25:15 | packages/tokens/schemas/component.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"meta": {
"properties": {
"category": {
"enum": [
"actions",
"containers",
"data visualization"... | Apache-2.0 | en |
adobe/spectrum-tokens | e479658ee7c6a4706ce9d96cd67ad0c94271d821 | 2024-03-07T22:55:08 | docs/site/public/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/multiplier.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A float used to multiply... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/types/typography-classification.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-classification.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": "sans serif",
"description": "Typography classification",
"enum": [
"serif",
"sans serif"
],
"title": "typography-classificati... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/text-transform.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that specifi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color v... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/token.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "A general token.",
"properties": {
"component": {
"type": "string"
},
"deprecated": {
"type": "boolean"
},
"deprecate... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references anoth... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/types/workflow-icon.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/workflow-icon.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"123",
"3DMaterials",
"ABC",
"AEMScreens",
"Actions",
"AdDisplay",
"AdPrint",
"Add",
"AddCircle",
"AddTo",
"Add... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Defines sets the weight... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/text-transform.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that specifi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/multiplier.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A float used to multiply... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Sets whether a font shou... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/font-family.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A font family token def... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that references anoth... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/component.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"meta": {
"properties": {
"category": {
"enum": [
"actions",
"containers",
"data visualization"... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/types/typography-script.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/typography-script.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"default": "latin",
"description": "The script of the text.",
"enum": [
"latin",
"han",
"arabic",
"hebrew"
],
"title": "typography-script... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/text-transform.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that specifi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/opacity.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A percentage measurement of... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/font-family.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A font family token def... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Sets whether a font shou... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color v... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | packages/tokens/schemas/token-types/opacity.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A percentage measurement of... | Apache-2.0 | en |
adobe/spectrum-tokens | 8731c0f732f995f974bc9e65191cf36375a8e527 | 2023-09-06T15:56:23 | packages/tokens/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schema/token-types/token.json"
}
],
"description": "Defines sets the weight ... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Defines sets the weight... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/types/hex-color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/hex-color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Hexadecimal color code",
"pattern": "/^#?([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/",
"title": "hex-color",
"type": "string"
} | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"prop... | Apache-2.0 | en |
adobe/spectrum-tokens | 97bb050207cbfc64d5dd929c971da8b500aa0201 | 2023-11-15T17:52:16 | packages/tokens/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color v... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"prop... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Sets whether a font shou... | Apache-2.0 | en |
adobe/spectrum-tokens | 4fc4a5005b782e3f10182b2b198d7e90859985fe | 2023-09-21T16:21:46 | packages/tokens/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"prop... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | packages/tokens/schemas/component.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/component.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"meta": {
"properties": {
"category": {
"enum": [
"actions",
"containers",
"data visualization"... | Apache-2.0 | en |
adobe/spectrum-tokens | bfdbca0cc447a537ab89f3cf8626b9f1ae0984f4 | 2023-06-28T21:28:48 | docs/site/public/schemas/types/workflow-icon.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/workflow-icon.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"123",
"3DMaterials",
"ABC",
"AEMScreens",
"Actions",
"AdDisplay",
"AdPrint",
"Add",
"AddCircle",
"AddTo",
"Add... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | d6e45600569417f16197b1c352ad44d648c74dbb | 2024-02-01T23:48:42 | packages/tokens/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/color-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains color v... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/color.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Color token schema.",
"prop... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/system-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains tokens... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | docs/site/public/schemas/token-types/opacity.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A percentage measurement of... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/opacity.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A percentage measurement of... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Sets whether a font shou... | Apache-2.0 | en |
adobe/spectrum-tokens | b7fcc8b2695f26ff7e3bd29cbf71726045fbb137 | 2023-09-07T17:05:44 | packages/tokens/schemas/token-types/text-transform.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "A token that specifi... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/scale-set.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/set.json"
}
],
"description": "A set that contains dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 7c1aee860837937c994e21dea62d6110d5c839b3 | 2023-09-06T23:08:19 | packages/tokens/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel or relative dimensi... | Apache-2.0 | en |
adobe/spectrum-tokens | 51e0feebb3665641cb5569d9c5177f1840e644a6 | 2023-11-16T16:52:47 | docs/site/public/schemas/token-types/font-weight.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Defines sets the weight... | Apache-2.0 | en |
adobe/spectrum-tokens | 8c720fe082673577ac6c1ac0cee8f306cd476092 | 2024-04-25T15:11:14 | packages/tokens/schemas/token-types/font-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel, rem, and em font s... | Apache-2.0 | en |
adobe/spectrum-tokens | 5628b8f127fd7454b3f7506eebc27b6b6ecd7583 | 2023-12-07T17:43:01 | packages/tokens/schemas/token-types/font-size.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
],
"description": "Pixel, rem, and em font s... | Apache-2.0 | en |
adobe/spectrum-tokens | 8731c0f732f995f974bc9e65191cf36375a8e527 | 2023-09-06T15:56:23 | packages/tokens/schemas/token-types/alias.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schema/token-types/token.json"
}
],
"description": "A token that references anothe... | Apache-2.0 | en |
adobe/spectrum-tokens | 80f4fdc57692beb2cb87400c87486f2c71b0bef3 | 2023-07-09T21:25:15 | packages/tokens/schemas/types/workflow-icon.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/types/workflow-icon.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"enum": [
"123",
"3DMaterials",
"ABC",
"AEMScreens",
"Actions",
"AdDisplay",
"AdPrint",
"Add",
"AddCircle",
"AddTo",
"Add... | Apache-2.0 | en |
adobe/spectrum-tokens | 8731c0f732f995f974bc9e65191cf36375a8e527 | 2023-09-06T15:56:23 | packages/tokens/schemas/token-types/font-style.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schema/token-types/token.json"
}
],
"description": "Sets whether a font shoul... | Apache-2.0 | en |
adobe/spectrum-tokens | 8731c0f732f995f974bc9e65191cf36375a8e527 | 2023-09-06T15:56:23 | packages/tokens/schemas/token-types/dimension.json | 76 | 2024-05-27T04:29:44.543137Z | {
"$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"allOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schema/token-types/token.json"
}
],
"description": "Pixel or relative dimensio... | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.