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"
}
},
"required": [
"e1"
]
}
]
}
]
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | 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"
]
}
]
},
"other": {
"properties": {
"e0": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e0"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | 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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"oneOf": [
{
"properties": {
"i1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1"
]
},
{
"properties": {
"i2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i2"
]
}
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1"
]
},
{
"properties": {
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o2"
]
}
],
"type": "object"
} | 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": "string"
}
]
}
},
"required": [
"e1",
"e2"
],
"type": "object"
} | 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"
},
"@xsdUnhandledEnumAttributes": {
"backend": {
"seres:elementtype": "Datakodeelement",
"seres:guid": "http://seres.no/guid/Kursdomene/Datakodeelement/backend/784951"
},
"frontend": {
"seres:elementtype": "Datakodeelement",
"seres:guid": "http://seres.no/guid/Kursdomene/Datakodeelement/frontend/784952"
},
"other": {
"seres:elementtype": "Datakodeelement",
"seres:guid": "http://seres.no/guid/Kursdomene/Datakodeelement/other/784950"
}
},
"enum": [
"frontend",
"backend",
"other"
],
"type": "string"
},
"complexStructure": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/stringLengthRestrictions"
},
{
"pattern": "^\\d+$"
}
]
},
"numberRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"maximum": 100,
"minimum": -100.3,
"totalDigits": 10,
"type": "number"
},
"numberRestrictions2": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"exclusiveMaximum": 100.5,
"exclusiveMinimum": -100,
"totalDigits": 10,
"type": "number"
},
"numberRestrictionsFractional0": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 1,
"type": "number"
},
"numberRestrictionsFractional1": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.1,
"type": "number"
},
"numberRestrictionsFractional2": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.01,
"type": "number"
},
"numberRestrictionsFractional3": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.001,
"type": "number"
},
"numberRestrictionsFractional4": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.0001,
"type": "number"
},
"numberRestrictionsFractional5": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 1e-05,
"type": "number"
},
"simpleString": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
},
"stringEnumRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"enum": [
"v1",
"v2"
],
"type": "string"
},
"stringLengthRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"allOf": [
{
"$ref": "#/$defs/simpleString"
},
{
"maxLength": 10,
"minLength": 10
}
]
},
"stringMinMaxLengthRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"maxLength": 20,
"minLength": 5,
"type": "string"
},
"stringPatternRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"pattern": "^\\d\\.\\d\\.\\d$",
"type": "string"
}
},
"$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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"properties": {
"SeresValue": {
"$ref": "#/$defs/SeresType"
},
"c0": {
"$ref": "#/$defs/complexStructure",
"@xsdMinOccurs": 0
},
"f1": {
"$ref": "#/$defs/numberRestrictionsFractional0"
},
"f2": {
"$ref": "#/$defs/numberRestrictionsFractional1"
},
"f3": {
"$ref": "#/$defs/numberRestrictionsFractional2"
},
"f4": {
"$ref": "#/$defs/numberRestrictionsFractional3"
},
"f5": {
"$ref": "#/$defs/numberRestrictionsFractional4"
},
"f6": {
"$ref": "#/$defs/numberRestrictionsFractional5"
},
"n1": {
"$ref": "#/$defs/numberRestrictions"
},
"n2": {
"$ref": "#/$defs/numberRestrictions2"
},
"t1": {
"$ref": "#/$defs/stringMinMaxLengthRestrictions"
},
"t2": {
"$ref": "#/$defs/stringLengthRestrictions"
},
"t3": {
"$ref": "#/$defs/stringEnumRestrictions"
},
"t4": {
"$ref": "#/$defs/stringPatternRestrictions"
}
},
"required": [
"SeresValue",
"t1",
"t2",
"t3",
"t4",
"n1",
"n2",
"f1",
"f2",
"f3",
"f4",
"f5",
"f6"
],
"type": "object"
} | 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": [
"e1"
]
},
{
"@xsdType": "#any"
}
]
}
},
"$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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/t1"
}
],
"type": "object"
} | 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": {
"properties": {
"p1": {
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"p2": {
"$ref": "#/$defs/simpleType",
"@xsdNillable": true
},
"p3": {
"$ref": "#/$defs/complexType",
"@xsdNillable": true
},
"p4": {
"@xsdNillable": true,
"properties": {
"fish": {
"@xsdType": "string",
"type": "string"
},
"stew": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"fish",
"stew"
]
},
"p5": {
"$ref": "#/$defs/veryComplexType",
"@xsdNillable": true
}
},
"required": [
"p1",
"p2",
"p3",
"p4",
"p5"
]
},
"simpleType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
},
"toBeExtended": {
"properties": {
"email": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"name": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
}
}
},
"veryComplexType": {
"properties": {
"code": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"value": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 0,
"items": {
"@xsdAnyAttribute": {
"Namespace": "##any",
"ProcessContent": "None"
},
"allOf": [
{
"$ref": "#/$defs/toBeExtended"
}
]
},
"type": [
"array",
"null"
]
}
}
}
},
"$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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "main",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/main"
}
],
"type": "object"
} | 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": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"@xsdUnhandledAttributes": {
"test:unhandled": "Unhandled attribute"
},
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
},
"a2": {
"@xsdAttribute": true,
"@xsdType": "string",
"default": "def",
"type": "string"
},
"a3": {
"@xsdAttribute": true,
"@xsdType": "string",
"const": "fix",
"type": "string"
},
"a4": {
"@xsdAttribute": true,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"a4"
],
"type": "object"
} | 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"
]
},
"PaymentMethodType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"enum": [
"VISA",
"MasterCard",
"Cash",
"AMEX"
],
"type": "string"
},
"PriceType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.01,
"type": "number"
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xs": "http://www.w3.org/2001/XMLSchema"
},
"@xsdSchemaAttributes": {
"AttributeFormDefault": "None",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None",
"TargetNamespace": "http://NamespaceTest.com/CommonTypes"
},
"type": "object"
} | 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://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"intValues": {
"$ref": "#/$defs/valueList"
}
},
"required": [
"intValues"
],
"type": "object"
} | 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": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e2"
]
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | 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": "string",
"type": "string"
},
"Poststed": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Gateadresse",
"Postnr",
"Poststed"
]
},
"Arbeidsinformasjon": {
"properties": {
"AarIArbeidslivet": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Bransje": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"Sektor": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Sektor",
"AarIArbeidslivet"
]
},
"Innflytter": {
"properties": {
"Adresse": {
"$ref": "#/$defs/Adresse",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Alder": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "integer",
"type": [
"integer",
"null"
]
},
"Arbeidsinformasjon": {
"$ref": "#/$defs/Arbeidsinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Etternavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Fornavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"KanBrukeSkjema": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "boolean",
"type": [
"boolean",
"null"
]
},
"Kontaktinformasjon": {
"$ref": "#/$defs/Kontaktinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Mellomnavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"TidligereBosteder": {
"@xsdMaxOccurs": "10",
"@xsdMinOccurs": 1,
"items": {
"$ref": "#/$defs/Adresse"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"Fornavn",
"Etternavn",
"Arbeidsinformasjon",
"KanBrukeSkjema",
"TidligereBosteder",
"Adresse",
"Kontaktinformasjon"
]
},
"Kontaktinformasjon": {
"properties": {
"Epost": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Telefonnummer": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Telefonnummer",
"Epost"
]
},
"Skjema": {
"properties": {
"Innflytter": {
"$ref": "#/$defs/Innflytter",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
}
},
"required": [
"Innflytter"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema"
},
"@xsdRootElement": "InnflytterSkjema",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/Skjema"
}
],
"type": "object"
} | 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": {
"properties": {
"e1": {
"@xsdMaxOccurs": "unbounded",
"items": {
"@xsdType": "string",
"type": "string"
},
"minItems": 1,
"type": "array"
},
"e2": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 0,
"items": {
"$ref": "#/$defs/simpleType"
},
"type": "array"
},
"e4": {
"@xsdMaxOccurs": "unbounded",
"items": {
"$ref": "#/$defs/complexType"
},
"minItems": 1,
"type": "array"
},
"e5": {
"@xsdMaxOccurs": "unbounded",
"items": {
"properties": {
"fish": {
"@xsdType": "string",
"type": "string"
},
"stew": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"fish",
"stew"
]
},
"minItems": 1,
"type": "array"
}
},
"required": [
"e1",
"e4",
"e5"
]
},
"simpleType": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"type": "string"
}
},
"$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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "main",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/main"
}
],
"type": "object"
} | 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": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"be1"
]
}
]
}
},
"$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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"$ref": "#/$defs/myBase"
},
{
"properties": {
"be1": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"maxLength": 10,
"minLength": 10,
"type": "string"
}
},
"required": [
"be1"
]
},
{
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "int",
"exclusiveMinimum": 100,
"type": "integer"
}
}
}
],
"type": "object"
} | 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"
]
}
]
}
],
"type": "object"
} | 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": "#/$defs/AntallMinutterRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AntallMinutter/592850"
},
"AntallMinutterRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/AntallMinutterRestriksjon/592849",
"maximum": 59,
"minimum": 0,
"type": "integer"
},
"AntallRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/AntallRestriksjon/502249",
"minimum": 0,
"type": "integer"
},
"Besoeksadresse": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Bes\u00f8ksadresse/486194",
"properties": {
"gateadresse": {
"$ref": "#/$defs/Tekst200",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/gateadresse/486193"
},
"postnummer": {
"$ref": "#/$defs/Postnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/postnummer/486192"
},
"poststed": {
"$ref": "#/$defs/Tekst100",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/poststed/486191"
}
}
},
"Checkboks01": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeliste/Checkboks01/593709",
"enum": [
"1",
"0",
""
],
"type": "string"
},
"Data": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Data/600881",
"properties": {
"LedigeStillinger": {
"$ref": "#/$defs/HeltallAlleMaks6siffer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/SPML16/600880"
}
}
},
"Dato": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Dato/479008",
"format": "date",
"type": "string"
},
"DriftsstatusPeriode": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeliste/DriftsstatusPeriode/524891",
"enum": [
"jaDrift",
"jaDriftPeriode",
"neiDriftPeriode"
],
"type": "string"
},
"EPostRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/EPostRestriksjon/502244",
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"Epost": {
"$ref": "#/$defs/EPostRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Epost/476105"
},
"Foretak": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Foretak/492157",
"properties": {
"adresseForetak": {
"$ref": "#/$defs/Besoeksadresse",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/postadresseForetak/492453"
},
"navnForetak": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navnForetak/492155"
},
"organisasjonsnummerForetak": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerForetak/492156"
}
}
},
"ForetakOgVirksomhetsopplysninger": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/ForetakOgVirksomhetsopplysninger/492169",
"properties": {
"foretak": {
"$ref": "#/$defs/Foretak",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/foretak/492168"
},
"organisasjonsnummerKontekst": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerKontekst/492166"
},
"virksomhet": {
"$ref": "#/$defs/Virksomhet",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/virksomhet/492167"
}
}
},
"HeltallAlleMaks6siffer": {
"$ref": "#/$defs/HeltallMaks6sifferRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AlleHeltallMaks6siffer/479391"
},
"HeltallMaks6sifferRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/HeltallMaks6sifferRestriksjon/502001",
"maximum": 999999,
"minimum": -999999,
"type": "integer"
},
"InternInformasjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/InternInformasjon/479039",
"properties": {
"delRegNummer": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/delRegNummer/479035"
},
"identnummerEnhet": {
"$ref": "#/$defs/Tekst_30",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetsIdentNummer/492113"
},
"periodeFritekst": {
"$ref": "#/$defs/Tekst_50",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/periode/479038"
},
"raNummer": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/raNummer/479036"
},
"rapportPeriode": {
"$ref": "#/$defs/Tidsrom",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/rapportPeriode/479037"
},
"sendtFraSluttbrukersystem": {
"$ref": "#/$defs/Tekst_09",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/sendtFraSluttbrukersystem/555500"
},
"statistiskEnhet": {
"$ref": "#/$defs/StatistiskEnhet",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/statistiskEnhet/569286"
}
},
"required": [
"raNummer"
]
},
"Kommentar": {
"$ref": "#/$defs/Kommentar2000Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Kommentar/4721"
},
"Kommentar2000Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Kommentar2000Restriksjon/502246",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"Kontaktperson": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Kontaktperson/476088",
"properties": {
"epostadresse": {
"$ref": "#/$defs/Epost",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/epostadresse/476085"
},
"navn": {
"$ref": "#/$defs/NavnSomToken",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navn/489943"
},
"telefonSFU": {
"$ref": "#/$defs/Tekst_25",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/telefonSFU/566757"
}
}
},
"KontaktpersonOgKommentarfelt": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/KontaktpersonOgKommentarfelt/487843",
"properties": {
"kommentar": {
"$ref": "#/$defs/Kommentar",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/kommentar/487842"
},
"kontaktperson": {
"$ref": "#/$defs/Kontaktperson",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/kontaktperson/487841"
}
}
},
"Naeringskode": {
"$ref": "#/$defs/Tekst_06Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/N\u00e6ringskode/13640"
},
"Naeringskontroll": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/N\u00e6ringskontroll/488727",
"properties": {
"naeringOk": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringOk/488726"
},
"naeringsbeskrivelse": {
"$ref": "#/$defs/Tekst4000",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringsbeskrivelse/592349"
},
"naeringskode": {
"$ref": "#/$defs/Naeringskode",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringskode/487207"
},
"naeringstekst": {
"$ref": "#/$defs/Tekst4000",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringstekst/487206"
},
"nyNaeringsbeskrivelse": {
"$ref": "#/$defs/NyNaeringsbeskrivelse",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/nyN\u00e6ringsbeskrivelse/488725"
}
}
},
"Naeringskontrollspoersmaal": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/N\u00e6ringskontroll/526331",
"properties": {
"Naeringskontroll": {
"$ref": "#/$defs/Naeringskontroll",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/n\u00e6ringskontroll/526329"
},
"visNaeringskontrollJaNeiPrefill": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/visN\u00e6ringskontrollJaNeiPrefill/526330"
}
}
},
"NavnRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/NavnRestriksjon/502238",
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"NavnSomToken": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/NavnSomToken/488179",
"type": "string"
},
"NavnString": {
"$ref": "#/$defs/NavnRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Navn/4722"
},
"NyNaeringsbeskrivelse": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/NyN\u00e6ringsbeskrivelse/488724",
"properties": {
"alltidViktigsteAktivitet": {
"$ref": "#/$defs/Checkboks01",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/AlltidViktigsteAktivitet/525326"
},
"datoNaeringsendring": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/datoN\u00e6ringsendring/594362"
},
"nyNaeringTekst": {
"$ref": "#/$defs/Kommentar",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/nyN\u00e6ringTekst/488723"
}
}
},
"Oppgavebyrde": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Oppgavebyrde/492705",
"properties": {
"antallPersonerHjelp": {
"$ref": "#/$defs/AntallMedNull",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/antallPersonerHjelp/492704"
},
"fikkHjelpAvAndre": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/fikkHjelpAvAndre/492703"
},
"harSamletInformasjon": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/harSamletInformasjon/492702"
},
"tidsbrukSamleInformasjon": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukSamleInformasjon/492701"
},
"tidsbrukSelveSkjemautfyllingen": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukSelveSkjemautfyllingen/492700"
},
"tidsbrukTotalHjelpAvAndre": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukTotalHjelpAvAndre/492699"
},
"visOppgavebyrdeJaNeiPrefill": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/visOppgavebyrdeJaNeiPrefill/492910"
}
}
},
"Organisasjonsnummer": {
"$ref": "#/$defs/OrganisasjonsnummerRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Organisasjonsnummer/476107"
},
"OrganisasjonsnummerRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/OrganisasjonsnummerRestriksjon/502234",
"maxLength": 9,
"minLength": 9,
"type": "string"
},
"Postnummer": {
"$ref": "#/$defs/Tallkode_4SiffRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Postnummer/4733"
},
"Prefilldata": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Prefilldata/600879",
"properties": {
"AntallAnsatte": {
"$ref": "#/$defs/TokenTekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/AntallAnsatte/600878"
},
"Dato": {
"$ref": "#/$defs/TokenTekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/Dato/600877"
}
}
},
"RA-0678_M": {
"@xsdAnyAttribute": true,
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsmodell",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsmodell/RA-0678_M/600886",
"properties": {
"ForetakOgVirksomhetsopplysninger": {
"$ref": "#/$defs/ForetakOgVirksomhetsopplysninger",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/ForetakOgVirksomhetsopplysninger/492169"
},
"InternInformasjon": {
"$ref": "#/$defs/InternInformasjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/InternInformasjon/479039"
},
"KontaktpersonOgKommentarfelt": {
"$ref": "#/$defs/KontaktpersonOgKommentarfelt",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/KontaktpersonOgKommentarfelt/487843"
},
"Naeringskontrollspoersmaal": {
"$ref": "#/$defs/Naeringskontrollspoersmaal",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/N\u00e6ringskontroll/526331"
},
"Oppgavebyrde": {
"$ref": "#/$defs/Oppgavebyrde",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Oppgavebyrde/492705"
},
"Skjemadata": {
"$ref": "#/$defs/Skjemadata",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Skjemadata/600884"
},
"StatusVirksomhetMedDriftsperiode": {
"$ref": "#/$defs/StatusVirksomhetMedDriftsperiode",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/StatusVirksomhetMedDriftsperiode/526334"
},
"dataFormatId": {
"@xsdType": "XmlAttribute",
"const": "4664",
"type": "string"
},
"dataFormatProvider": {
"@xsdType": "XmlAttribute",
"const": "SERES",
"type": "string"
},
"dataFormatVersion": {
"@xsdType": "XmlAttribute",
"const": "38916",
"type": "string"
}
},
"required": [
"dataFormatProvider",
"dataFormatId",
"dataFormatVersion",
"InternInformasjon",
"KontaktpersonOgKommentarfelt",
"ForetakOgVirksomhetsopplysninger",
"StatusVirksomhetMedDriftsperiode",
"Naeringskontrollspoersmaal",
"Oppgavebyrde",
"Skjemadata"
],
"type": "object"
},
"Skjemadata": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Skjemadata/600884",
"properties": {
"Data": {
"$ref": "#/$defs/Data",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/Data/600883"
},
"Prefilldata": {
"$ref": "#/$defs/Prefilldata",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/Prefilldata/600882"
}
}
},
"StatistiskEnhet": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/StatistiskEnhet/569285",
"properties": {
"enhetsident": {
"$ref": "#/$defs/Tekst_50",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetsident/569284"
},
"enhetstype": {
"$ref": "#/$defs/StatistiskeEnhetstyper",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetstype/569283"
}
}
},
"StatistiskeEnhetstyper": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeutvalg/StatistiskeEnhetstyper/492035",
"enum": [
"ADRE",
"BEDR",
"BOLI",
"BYGG",
"FRTK",
"HUSH",
"PERS"
],
"type": "string"
},
"StatusVirksomhetMedDriftsperiode": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/StatusVirksomhetMedDriftsperiode/526334",
"properties": {
"driftsstatusPeriode": {
"$ref": "#/$defs/DriftsstatusPeriode",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/driftsstatusPeriode/526333"
}
}
},
"SvaralternativJaNei": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeutvalg/Svaralternativ/13653",
"enum": [
"1",
"2",
""
],
"type": "string"
},
"Tallkode_4SiffRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tallkode_4SiffRestriksjon/502226",
"maxLength": 4,
"minLength": 4,
"pattern": "dddd",
"type": "string"
},
"Tekst": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst/476104",
"type": "string"
},
"Tekst100": {
"$ref": "#/$defs/Tekst100Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst100/479311"
},
"Tekst100Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst100Restriksjon/502231",
"maxLength": 100,
"type": "string"
},
"Tekst200": {
"$ref": "#/$defs/Tekst200Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst200/491779"
},
"Tekst200Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst200Restriksjon/502227",
"maxLength": 200,
"type": "string"
},
"Tekst4000": {
"$ref": "#/$defs/Tekst4000Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst4000/571139"
},
"Tekst4000Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst4000Restriksjon/571137",
"maxLength": 4000,
"type": "string"
},
"Tekst_06Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_06Restriksjon/571136",
"maxLength": 6,
"type": "string"
},
"Tekst_09": {
"$ref": "#/$defs/Tekst_09Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_09/566760"
},
"Tekst_09Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_09Restriksjon/566758",
"maxLength": 9,
"type": "string"
},
"Tekst_25": {
"$ref": "#/$defs/Tekst_25Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_25/566761"
},
"Tekst_25Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_25Restriksjon/566759",
"maxLength": 25,
"type": "string"
},
"Tekst_30": {
"$ref": "#/$defs/Tekst_30Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_30/492116"
},
"Tekst_30Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_30Restriksjon/502224",
"maxLength": 30,
"type": "string"
},
"Tekst_50": {
"$ref": "#/$defs/Tekst_50Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst50/479312"
},
"Tekst_50Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_50Restriksjon/502232",
"maxLength": 50,
"type": "string"
},
"Test": {
"type": "string"
},
"Tidsbruk": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Tidsbruk/487647",
"properties": {
"AntallMinutter": {
"$ref": "#/$defs/AntallMinutter",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/AntallMinutter/487645"
},
"AntallTimer": {
"$ref": "#/$defs/AntallMedNull",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/AntallTimer/487646"
}
}
},
"Tidsrom": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Tidsrom/476091",
"properties": {
"fomDato": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/fomDato/476090"
},
"tomDato": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/tomDato/476089"
}
}
},
"TokenTekst": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/TokenTekst/486190",
"type": "string"
},
"Virksomhet": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Virksomhet/492153",
"properties": {
"adresseVirksomhet": {
"$ref": "#/$defs/Besoeksadresse",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/forretningsadresseVirksomhet/492452"
},
"avdeling": {
"$ref": "#/$defs/NavnString",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/avdeling/492150"
},
"navnVirksomhet": {
"$ref": "#/$defs/NavnString",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navnVirksomhet/492151"
},
"organisasjonsnummerVirksomhet": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerVirksomhet/492152"
}
}
},
"allOfTest": {
"allOf": [
{
"$ref": "#/$defs/Tekst_50"
}
]
},
"anyOfTestSeveralItems": {
"anyOf": [
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "null"
},
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "string"
}
]
},
"oneOfTestNullable": {
"oneOf": [
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "null"
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"info": {
"XSD-generatorversjon": "2.0.13",
"XSD-transformatorversjon": "1.2",
"XSD-variant": "Altinn",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "StatistiskSentralbyr\u00e5",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2015-05-06T09:50:22.327+02:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "RA-0678_M",
"namespace": "http://seres.no/xsd/StatistiskSentralbyr\u00e5/RA-0678_M/2015",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"sem-ref": "false",
"spr\u00e5k": "",
"s\u00e6rnorske-bokstaver-i-navn": "false",
"tillat-gjenbruk": "true"
},
"properties": {
"arrayForTest": {
"type": "array"
},
"melding": {
"$ref": "#/$defs/RA-0678_M"
}
},
"type": "object"
} | 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": "string",
"type": "string"
},
"Poststed": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Gateadresse",
"Postnr",
"Poststed"
]
},
"Arbeidsinformasjon": {
"properties": {
"AarIArbeidslivet": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Bransje": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"Sektor": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Sektor",
"AarIArbeidslivet"
]
},
"Innflytter": {
"properties": {
"Adresse": {
"$ref": "#/$defs/Adresse",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Alder": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "integer",
"type": [
"integer",
"null"
]
},
"Arbeidsinformasjon": {
"$ref": "#/$defs/Arbeidsinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Etternavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Fornavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"KanBrukeSkjema": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "boolean",
"type": [
"boolean",
"null"
]
},
"Kontaktinformasjon": {
"$ref": "#/$defs/Kontaktinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Mellomnavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"TidligereBosteder": {
"@xsdMaxOccurs": "10",
"@xsdMinOccurs": 1,
"items": {
"$ref": "#/$defs/Adresse"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"Fornavn",
"Etternavn",
"Arbeidsinformasjon",
"KanBrukeSkjema",
"TidligereBosteder",
"Adresse",
"Kontaktinformasjon"
]
},
"Kontaktinformasjon": {
"properties": {
"Epost": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Telefonnummer": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Telefonnummer",
"Epost"
]
},
"Skjema": {
"properties": {
"Innflytter": {
"$ref": "#/$defs/Innflytter",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
}
},
"required": [
"Innflytter"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema"
},
"@xsdRootElement": "InnflytterSkjema",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/Skjema"
}
],
"type": "object"
} | 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": {
"seres": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "melding",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"anyOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"type": "object"
} | 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",
"type": "string"
},
"street": {
"@xsdType": "string",
"type": "string"
},
"zipCode": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"street",
"zipCode",
"city",
"country"
]
},
"address_norwegian": {
"allOf": [
{
"$ref": "#/$defs/address"
},
{
"properties": {
"city": {
"@xsdType": "string",
"type": "string"
},
"co": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"country": {
"@xsdType": "string",
"type": "string"
},
"street": {
"@xsdType": "string",
"type": "string"
},
"zipCode": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"pattern": "^\\d{4}$",
"type": "string"
}
},
"required": [
"street",
"zipCode",
"city",
"country"
]
}
]
},
"address_swedish": {
"allOf": [
{
"$ref": "#/$defs/address"
},
{
"properties": {
"city": {
"@xsdType": "string",
"type": "string"
},
"co": {
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"country": {
"@xsdType": "string",
"type": "string"
},
"street": {
"@xsdType": "string",
"type": "string"
},
"zipCode": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"pattern": "^\\d{3} \\d{2}$",
"type": "string"
}
},
"required": [
"street",
"zipCode",
"city",
"country"
]
}
]
},
"contact": {
"$ref": "#/$defs/name",
"@xsdType": "#ref"
},
"customer": {
"allOf": [
{
"$ref": "#/$defs/contact"
},
{
"allOf": [
{
"oneOf": [
{
"properties": {
"address_norwegian": {
"$ref": "#/$defs/address_norwegian"
}
},
"required": [
"address_norwegian"
]
},
{
"properties": {
"address_swedish": {
"$ref": "#/$defs/address_swedish"
}
},
"required": [
"address_swedish"
]
}
]
},
{
"properties": {
"contacts": {
"@xsdMaxOccurs": "10",
"@xsdMinOccurs": 0,
"items": {
"$ref": "#/$defs/contact"
},
"maxItems": 10,
"type": "array"
},
"email": {
"@xsdMaxOccurs": "unbounded",
"@xsdMinOccurs": 1,
"items": {
"@xsdType": "string",
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"email"
]
}
]
},
{
"$ref": "#/$defs/priorityAndTags",
"@xsdType": "#ref"
}
]
},
"name": {
"properties": {
"firstName": {
"@xsdType": "string",
"type": "string"
},
"lastName": {
"@xsdType": "string",
"type": "string"
},
"title": {
"$ref": "#/$defs/title"
}
},
"required": [
"title",
"firstName",
"lastName"
]
},
"priority": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"enum": [
"Low",
"Medium",
"High"
],
"type": "string"
},
"priorityAndTags": {
"properties": {
"priority": {
"$ref": "#/$defs/priority",
"@xsdAttribute": true
},
"tags": {
"$ref": "#/$defs/tags",
"@xsdAttribute": true
}
}
},
"tags": {
"items": {
"@xsdType": "string",
"type": "string"
},
"type": "array"
},
"title": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"enum": [
"mr",
"ms",
"miss"
],
"type": "string"
}
},
"$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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/customer"
}
],
"type": "object"
} | 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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"properties": {
"i1": {
"@xsdType": "string",
"type": "string"
},
"i2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"i1",
"i2"
]
},
{
"properties": {
"o1": {
"@xsdType": "string",
"type": "string"
},
"o2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"o1",
"o2"
]
}
],
"type": "object"
} | 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": "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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"type": "object"
} | 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"
},
"a2": {
"@xsdAttribute": true,
"@xsdType": "string",
"default": "def",
"type": "string"
}
}
},
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
}
]
}
},
"$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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"oneOf": [
{
"$ref": "#/$defs/melding-modell"
}
],
"type": "object"
} | 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": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "Root",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"allOf": [
{
"$ref": "#/$defs/myBase"
},
{
"properties": {
"ce1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"ce1"
]
},
{
"properties": {
"a1": {
"@xsdAttribute": true,
"@xsdType": "int",
"type": "integer"
}
}
}
],
"type": "object"
} | 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": "http://seres.no/xsd/forvaltningsdata",
"xsd": "http://www.w3.org/2001/XMLSchema",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/{{rootType}}"
}
],
"type": "object"
} | 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": "#/$defs/AntallMinutterRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AntallMinutter/592850"
},
"AntallMinutterRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/AntallMinutterRestriksjon/592849",
"maximum": 59,
"minimum": 0,
"type": "integer"
},
"AntallRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/AntallRestriksjon/502249",
"minimum": 0,
"type": "integer"
},
"Besoeksadresse": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Bes\u00f8ksadresse/486194",
"properties": {
"gateadresse": {
"$ref": "#/$defs/Tekst200",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/gateadresse/486193"
},
"postnummer": {
"$ref": "#/$defs/Postnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/postnummer/486192"
},
"poststed": {
"$ref": "#/$defs/Tekst100",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/poststed/486191"
}
}
},
"Checkboks01": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeliste/Checkboks01/593709",
"enum": [
"1",
"0",
""
],
"type": "string"
},
"Data": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Data/600881",
"properties": {
"LedigeStillinger": {
"$ref": "#/$defs/HeltallAlleMaks6siffer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/SPML16/600880"
}
}
},
"Dato": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Dato/479008",
"format": "date",
"type": "string"
},
"DriftsstatusPeriode": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeliste/DriftsstatusPeriode/524891",
"enum": [
"jaDrift",
"jaDriftPeriode",
"neiDriftPeriode"
],
"type": "string"
},
"EPostRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/EPostRestriksjon/502244",
"maxLength": 100,
"minLength": 1,
"type": "string"
},
"Epost": {
"$ref": "#/$defs/EPostRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Epost/476105"
},
"Foretak": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Foretak/492157",
"properties": {
"adresseForetak": {
"$ref": "#/$defs/Besoeksadresse",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/postadresseForetak/492453"
},
"navnForetak": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navnForetak/492155"
},
"organisasjonsnummerForetak": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerForetak/492156"
}
}
},
"ForetakOgVirksomhetsopplysninger": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/ForetakOgVirksomhetsopplysninger/492169",
"properties": {
"foretak": {
"$ref": "#/$defs/Foretak",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/foretak/492168"
},
"organisasjonsnummerKontekst": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerKontekst/492166"
},
"virksomhet": {
"$ref": "#/$defs/Virksomhet",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/virksomhet/492167"
}
}
},
"HeltallAlleMaks6siffer": {
"$ref": "#/$defs/HeltallMaks6sifferRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/AlleHeltallMaks6siffer/479391"
},
"HeltallMaks6sifferRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tallrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tallrestriksjon/HeltallMaks6sifferRestriksjon/502001",
"maximum": 999999,
"minimum": -999999,
"type": "integer"
},
"InternInformasjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/InternInformasjon/479039",
"properties": {
"delRegNummer": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/delRegNummer/479035"
},
"identnummerEnhet": {
"$ref": "#/$defs/Tekst_30",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetsIdentNummer/492113"
},
"periodeFritekst": {
"$ref": "#/$defs/Tekst_50",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/periode/479038"
},
"raNummer": {
"$ref": "#/$defs/Tekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/raNummer/479036"
},
"rapportPeriode": {
"$ref": "#/$defs/Tidsrom",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/rapportPeriode/479037"
},
"sendtFraSluttbrukersystem": {
"$ref": "#/$defs/Tekst_09",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/sendtFraSluttbrukersystem/555500"
},
"statistiskEnhet": {
"$ref": "#/$defs/StatistiskEnhet",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/statistiskEnhet/569286"
}
},
"required": [
"raNummer"
]
},
"Kommentar": {
"$ref": "#/$defs/Kommentar2000Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Kommentar/4721"
},
"Kommentar2000Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Kommentar2000Restriksjon/502246",
"maxLength": 2000,
"minLength": 1,
"type": "string"
},
"Kontaktperson": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Kontaktperson/476088",
"properties": {
"epostadresse": {
"$ref": "#/$defs/Epost",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/epostadresse/476085"
},
"navn": {
"$ref": "#/$defs/NavnSomToken",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navn/489943"
},
"telefonSFU": {
"$ref": "#/$defs/Tekst_25",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/telefonSFU/566757"
}
}
},
"KontaktpersonOgKommentarfelt": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/KontaktpersonOgKommentarfelt/487843",
"properties": {
"kommentar": {
"$ref": "#/$defs/Kommentar",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/kommentar/487842"
},
"kontaktperson": {
"$ref": "#/$defs/Kontaktperson",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/kontaktperson/487841"
}
}
},
"Naeringskode": {
"$ref": "#/$defs/Tekst_06Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/N\u00e6ringskode/13640"
},
"Naeringskontroll": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/N\u00e6ringskontroll/488727",
"properties": {
"naeringOk": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringOk/488726"
},
"naeringsbeskrivelse": {
"$ref": "#/$defs/Tekst4000",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringsbeskrivelse/592349"
},
"naeringskode": {
"$ref": "#/$defs/Naeringskode",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringskode/487207"
},
"naeringstekst": {
"$ref": "#/$defs/Tekst4000",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/n\u00e6ringstekst/487206"
},
"nyNaeringsbeskrivelse": {
"$ref": "#/$defs/NyNaeringsbeskrivelse",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/nyN\u00e6ringsbeskrivelse/488725"
}
}
},
"Naeringskontrollspoersmaal": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/N\u00e6ringskontroll/526331",
"properties": {
"Naeringskontroll": {
"$ref": "#/$defs/Naeringskontroll",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/n\u00e6ringskontroll/526329"
},
"visNaeringskontrollJaNeiPrefill": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/visN\u00e6ringskontrollJaNeiPrefill/526330"
}
}
},
"NavnRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/NavnRestriksjon/502238",
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"NavnSomToken": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/NavnSomToken/488179",
"type": "string"
},
"NavnString": {
"$ref": "#/$defs/NavnRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Navn/4722"
},
"NyNaeringsbeskrivelse": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/NyN\u00e6ringsbeskrivelse/488724",
"properties": {
"alltidViktigsteAktivitet": {
"$ref": "#/$defs/Checkboks01",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/AlltidViktigsteAktivitet/525326"
},
"datoNaeringsendring": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/datoN\u00e6ringsendring/594362"
},
"nyNaeringTekst": {
"$ref": "#/$defs/Kommentar",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/nyN\u00e6ringTekst/488723"
}
}
},
"Oppgavebyrde": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Oppgavebyrde/492705",
"properties": {
"antallPersonerHjelp": {
"$ref": "#/$defs/AntallMedNull",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/antallPersonerHjelp/492704"
},
"fikkHjelpAvAndre": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/fikkHjelpAvAndre/492703"
},
"harSamletInformasjon": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/harSamletInformasjon/492702"
},
"tidsbrukSamleInformasjon": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukSamleInformasjon/492701"
},
"tidsbrukSelveSkjemautfyllingen": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukSelveSkjemautfyllingen/492700"
},
"tidsbrukTotalHjelpAvAndre": {
"$ref": "#/$defs/Tidsbruk",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/tidsbrukTotalHjelpAvAndre/492699"
},
"visOppgavebyrdeJaNeiPrefill": {
"$ref": "#/$defs/SvaralternativJaNei",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/visOppgavebyrdeJaNeiPrefill/492910"
}
}
},
"Organisasjonsnummer": {
"$ref": "#/$defs/OrganisasjonsnummerRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Organisasjonsnummer/476107"
},
"OrganisasjonsnummerRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/OrganisasjonsnummerRestriksjon/502234",
"maxLength": 9,
"minLength": 9,
"type": "string"
},
"Postnummer": {
"$ref": "#/$defs/Tallkode_4SiffRestriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Postnummer/4733"
},
"Prefilldata": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Prefilldata/600879",
"properties": {
"AntallAnsatte": {
"$ref": "#/$defs/TokenTekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/AntallAnsatte/600878"
},
"Dato": {
"$ref": "#/$defs/TokenTekst",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/Dato/600877"
}
}
},
"RA-0678_M": {
"@xsdAnyAttribute": true,
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsmodell",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsmodell/RA-0678_M/600886",
"properties": {
"ForetakOgVirksomhetsopplysninger": {
"$ref": "#/$defs/ForetakOgVirksomhetsopplysninger",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/ForetakOgVirksomhetsopplysninger/492169"
},
"InternInformasjon": {
"$ref": "#/$defs/InternInformasjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/InternInformasjon/479039"
},
"KontaktpersonOgKommentarfelt": {
"$ref": "#/$defs/KontaktpersonOgKommentarfelt",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/KontaktpersonOgKommentarfelt/487843"
},
"Naeringskontrollspoersmaal": {
"$ref": "#/$defs/Naeringskontrollspoersmaal",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/N\u00e6ringskontroll/526331"
},
"Oppgavebyrde": {
"$ref": "#/$defs/Oppgavebyrde",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Oppgavebyrde/492705"
},
"Skjemadata": {
"$ref": "#/$defs/Skjemadata",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Skjemadata/600884"
},
"StatusVirksomhetMedDriftsperiode": {
"$ref": "#/$defs/StatusVirksomhetMedDriftsperiode",
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/StatusVirksomhetMedDriftsperiode/526334"
},
"dataFormatId": {
"@xsdType": "XmlAttribute",
"const": "4664",
"type": "string"
},
"dataFormatProvider": {
"@xsdType": "XmlAttribute",
"const": "SERES",
"type": "string"
},
"dataFormatVersion": {
"@xsdType": "XmlAttribute",
"const": "38916",
"type": "string"
}
},
"required": [
"dataFormatProvider",
"dataFormatId",
"dataFormatVersion",
"InternInformasjon",
"KontaktpersonOgKommentarfelt",
"ForetakOgVirksomhetsopplysninger",
"StatusVirksomhetMedDriftsperiode",
"Naeringskontrollspoersmaal",
"Oppgavebyrde",
"Skjemadata"
],
"type": "object"
},
"Skjemadata": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/Skjemadata/600884",
"properties": {
"Data": {
"$ref": "#/$defs/Data",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/Data/600883"
},
"Prefilldata": {
"$ref": "#/$defs/Prefilldata",
"@xsdUnhandledAttribute1": "seres:elementtype=Relasjonsegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Relasjonsegenskap/Prefilldata/600882"
}
}
},
"StatistiskEnhet": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/StatistiskEnhet/569285",
"properties": {
"enhetsident": {
"$ref": "#/$defs/Tekst_50",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetsident/569284"
},
"enhetstype": {
"$ref": "#/$defs/StatistiskeEnhetstyper",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/enhetstype/569283"
}
}
},
"StatistiskeEnhetstyper": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeutvalg/StatistiskeEnhetstyper/492035",
"enum": [
"ADRE",
"BEDR",
"BOLI",
"BYGG",
"FRTK",
"HUSH",
"PERS"
],
"type": "string"
},
"StatusVirksomhetMedDriftsperiode": {
"@xsdUnhandledAttribute1": "seres:elementtype=Meldingsdel",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Meldingsdel/StatusVirksomhetMedDriftsperiode/526334",
"properties": {
"driftsstatusPeriode": {
"$ref": "#/$defs/DriftsstatusPeriode",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/driftsstatusPeriode/526333"
}
}
},
"SvaralternativJaNei": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakodeliste",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakodeutvalg/Svaralternativ/13653",
"enum": [
"1",
"2",
""
],
"type": "string"
},
"Tallkode_4SiffRestriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tallkode_4SiffRestriksjon/502226",
"maxLength": 4,
"minLength": 4,
"pattern": "dddd",
"type": "string"
},
"Tekst": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst/476104",
"type": "string"
},
"Tekst100": {
"$ref": "#/$defs/Tekst100Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst100/479311"
},
"Tekst100Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst100Restriksjon/502231",
"maxLength": 100,
"type": "string"
},
"Tekst200": {
"$ref": "#/$defs/Tekst200Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst200/491779"
},
"Tekst200Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst200Restriksjon/502227",
"maxLength": 200,
"type": "string"
},
"Tekst4000": {
"$ref": "#/$defs/Tekst4000Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst4000/571139"
},
"Tekst4000Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst4000Restriksjon/571137",
"maxLength": 4000,
"type": "string"
},
"Tekst_06Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_06Restriksjon/571136",
"maxLength": 6,
"type": "string"
},
"Tekst_09": {
"$ref": "#/$defs/Tekst_09Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_09/566760"
},
"Tekst_09Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_09Restriksjon/566758",
"maxLength": 9,
"type": "string"
},
"Tekst_25": {
"$ref": "#/$defs/Tekst_25Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_25/566761"
},
"Tekst_25Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_25Restriksjon/566759",
"maxLength": 25,
"type": "string"
},
"Tekst_30": {
"$ref": "#/$defs/Tekst_30Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst_30/492116"
},
"Tekst_30Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_30Restriksjon/502224",
"maxLength": 30,
"type": "string"
},
"Tekst_50": {
"$ref": "#/$defs/Tekst_50Restriksjon",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/Tekst50/479312"
},
"Tekst_50Restriksjon": {
"@xsdUnhandledAttribute1": "seres:elementtype=Tegnrestriksjon",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Tegnrestriksjon/Tekst_50Restriksjon/502232",
"maxLength": 50,
"type": "string"
},
"Tidsbruk": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Tidsbruk/487647",
"properties": {
"AntallMinutter": {
"$ref": "#/$defs/AntallMinutter",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/AntallMinutter/487645"
},
"AntallTimer": {
"$ref": "#/$defs/AntallMedNull",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/AntallTimer/487646"
}
}
},
"Tidsrom": {
"@xsdUnhandledAttribute1": "seres:elementtype=Datakomplekstype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Datakomplekstype/Tidsrom/476091",
"properties": {
"fomDato": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/fomDato/476090"
},
"tomDato": {
"$ref": "#/$defs/Dato",
"@xsdUnhandledAttribute1": "seres:elementtype=DataTypeegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/DataTypeegenskap/tomDato/476089"
}
}
},
"TokenTekst": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataenkeltype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataenkeltype/TokenTekst/486190",
"type": "string"
},
"Virksomhet": {
"@xsdUnhandledAttribute1": "seres:elementtype=Dataobjekttype",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataobjekttype/Virksomhet/492153",
"properties": {
"adresseVirksomhet": {
"$ref": "#/$defs/Besoeksadresse",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/forretningsadresseVirksomhet/492452"
},
"avdeling": {
"$ref": "#/$defs/NavnString",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/avdeling/492150"
},
"navnVirksomhet": {
"$ref": "#/$defs/NavnString",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/navnVirksomhet/492151"
},
"organisasjonsnummerVirksomhet": {
"$ref": "#/$defs/Organisasjonsnummer",
"@xsdUnhandledAttribute1": "seres:elementtype=Dataegenskap",
"@xsdUnhandledAttribute2": "seres:guid=http://seres.no/guid/StatistiskSentralbyr\u00e5/Dataegenskap/organisasjonsnummerVirksomhet/492152"
}
}
},
"allOfTest": {
"allOf": [
{
"$ref": "#/$defs/Tekst_50"
}
]
},
"anyOfTestSeveralItems": {
"anyOf": [
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "null"
},
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "string"
}
]
},
"oneOfTestNullable": {
"oneOf": [
{
"$ref": "#/$defs/Tekst_50"
},
{
"type": "null"
}
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"info": {
"XSD-generatorversjon": "2.0.13",
"XSD-transformatorversjon": "1.2",
"XSD-variant": "Altinn",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "StatistiskSentralbyr\u00e5",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2015-05-06T09:50:22.327+02:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "RA-0678_M",
"namespace": "http://seres.no/xsd/StatistiskSentralbyr\u00e5/RA-0678_M/2015",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"sem-ref": "false",
"spr\u00e5k": "",
"s\u00e6rnorske-bokstaver-i-navn": "false",
"tillat-gjenbruk": "true"
},
"properties": {
"arrayForTest": {
"type": "array"
},
"melding": {
"$ref": "#/$defs/RA-0678_M"
}
},
"type": "object"
} | 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://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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"properties": {
"e1": {
"$ref": "#/$defs/sce"
}
},
"required": [
"e1"
],
"type": "object"
} | 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",
"xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
"@xsdRootElement": "test",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"rootNode": ""
},
"properties": {
"emptyObjectArray": {
"items": {
"type": "object"
},
"type": "array"
},
"emptyObjectField": {
"type": "object"
},
"name": {
"$ref": "#/$defs/emptyObjectType"
},
"objectField": {
"properties": {
"emptySubobject": {
"type": "object"
},
"field": {
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
} | 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": "string",
"type": "string"
},
"Poststed": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Gateadresse",
"Postnr",
"Poststed"
]
},
"Arbeidsinformasjon": {
"properties": {
"AarIArbeidslivet": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Bransje": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"Sektor": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Sektor",
"AarIArbeidslivet"
]
},
"Innflytter": {
"properties": {
"Adresse": {
"$ref": "#/$defs/Adresse",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Alder": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "integer",
"type": [
"integer",
"null"
]
},
"Arbeidsinformasjon": {
"$ref": "#/$defs/Arbeidsinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Etternavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Fornavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"KanBrukeSkjema": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "boolean",
"type": [
"boolean",
"null"
]
},
"Kontaktinformasjon": {
"$ref": "#/$defs/Kontaktinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Mellomnavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"TidligereBosteder": {
"@xsdMaxOccurs": "10",
"@xsdMinOccurs": 1,
"items": {
"$ref": "#/$defs/Adresse"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"Fornavn",
"Etternavn",
"Arbeidsinformasjon",
"KanBrukeSkjema",
"TidligereBosteder",
"Adresse",
"Kontaktinformasjon"
]
},
"Kontaktinformasjon": {
"properties": {
"Epost": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Telefonnummer": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Telefonnummer",
"Epost"
]
},
"Skjema": {
"properties": {
"Innflytter": {
"$ref": "#/$defs/Innflytter",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
}
},
"required": [
"Innflytter"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema"
},
"@xsdRootElement": "InnflytterSkjema",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/Skjema"
}
],
"type": "object"
} | 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",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"info": {
"XSD-generatorversjon": "2.0.17",
"XSD-variant": "Altinn 1.3.1",
"XSLT-prosessor": "SAXON versjon 9.1.0.7",
"XSLT-skriptnavn": "SERES_XSD_GEN",
"domenenavn": "altinn-test",
"elementtype": "true",
"forvaltningsdata": "true",
"forvaltningsdata-navnerom": "http://seres.no/xsd/forvaltningsdata",
"ft_guid_som_attributt": "false",
"generert": "2016-12-14T13:28:58.147+01:00",
"guid": "true",
"kodebibliotek": "false",
"meldingsnavn": "melding",
"metamodellversjon": "1.2",
"modellnavn": "melding-modell",
"namespace": "http://seres.no/xsd/altinn/test/basic",
"navneromprefix": "http://seres.no/xsd",
"nillable": "true",
"orid": "false",
"saernorske-bokstaver-i-navn": "false",
"sem-ref": "false",
"spraak": "",
"tillat-gjenbruk": "true"
},
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
],
"type": "object"
} | 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": "string",
"type": "string"
},
"Poststed": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Gateadresse",
"Postnr",
"Poststed"
]
},
"Arbeidsinformasjon": {
"properties": {
"AarIArbeidslivet": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Bransje": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": "string"
},
"Sektor": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Sektor",
"AarIArbeidslivet"
]
},
"Innflytter": {
"properties": {
"Adresse": {
"$ref": "#/$defs/Adresse",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Alder": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "integer",
"type": [
"integer",
"null"
]
},
"Arbeidsinformasjon": {
"$ref": "#/$defs/Arbeidsinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Etternavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Fornavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"KanBrukeSkjema": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "boolean",
"type": [
"boolean",
"null"
]
},
"Kontaktinformasjon": {
"$ref": "#/$defs/Kontaktinformasjon",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
},
"Mellomnavn": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 0,
"@xsdType": "string",
"type": [
"string",
"null"
]
},
"TidligereBosteder": {
"@xsdMaxOccurs": "10",
"@xsdMinOccurs": 1,
"items": {
"$ref": "#/$defs/Adresse"
},
"maxItems": 10,
"minItems": 1,
"type": "array"
}
},
"required": [
"Fornavn",
"Etternavn",
"Arbeidsinformasjon",
"KanBrukeSkjema",
"TidligereBosteder",
"Adresse",
"Kontaktinformasjon"
]
},
"Kontaktinformasjon": {
"properties": {
"Epost": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
},
"Telefonnummer": {
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1,
"@xsdType": "string",
"type": "string"
}
},
"required": [
"Telefonnummer",
"Epost"
]
},
"Skjema": {
"properties": {
"Innflytter": {
"$ref": "#/$defs/Innflytter",
"@xsdMaxOccurs": "1",
"@xsdMinOccurs": 1
}
},
"required": [
"Innflytter"
]
}
},
"$id": "schema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"@xsdNamespaces": {
"xsd": "http://www.w3.org/2001/XMLSchema"
},
"@xsdRootElement": "InnflytterSkjema",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"$ref": "#/$defs/Skjema"
}
],
"type": "object"
} | 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}}",
"@xsdSchemaAttributes": {
"AttributeFormDefault": "Unqualified",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"property1": {
"type": "string"
},
"property2": {
"type": "string"
},
"property3": {
"type": "string"
}
},
"required": [
"property1",
"property2"
],
"type": "object"
} | 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": "https://json-schema.org/draft/2020-12/schema",
"type": "object"
} | 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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"oneOf": [
{
"properties": {
"e1": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e1"
]
},
{
"properties": {
"e2": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e2"
]
},
{
"properties": {
"e3": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e3"
]
},
{
"properties": {
"e4": {
"@xsdType": "string",
"type": "string"
}
},
"required": [
"e4"
]
}
],
"type": "object"
} | 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",
"@xsdType": "decimal",
"exclusiveMaximum": 100,
"exclusiveMinimum": -100,
"totalDigits": 10,
"type": "number"
},
"numberRestrictionsFractional0": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 1,
"type": "number"
},
"numberRestrictionsFractional1": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.1,
"type": "number"
},
"numberRestrictionsFractional2": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.01,
"type": "number"
},
"numberRestrictionsFractional3": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.001,
"type": "number"
},
"numberRestrictionsFractional4": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 0.0001,
"type": "number"
},
"numberRestrictionsFractional5": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "decimal",
"multipleOf": 1e-05,
"type": "number"
},
"stringEnumRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"enum": [
"v1",
"v2"
],
"type": "string"
},
"stringLengthRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"maxLength": 10,
"minLength": 10,
"type": "string"
},
"stringMinMaxLengthRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"maxLength": 20,
"minLength": 5,
"type": "string"
},
"stringPatternRestrictions": {
"@xsdStructure": "XmlSchemaSimpleTypeRestriction",
"@xsdType": "string",
"pattern": "^\\d\\.\\d\\.\\d$",
"type": "string"
}
},
"$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",
"BlockDefault": "None",
"ElementFormDefault": "Qualified",
"FinalDefault": "None"
},
"properties": {
"f1": {
"$ref": "#/$defs/numberRestrictionsFractional0"
},
"f2": {
"$ref": "#/$defs/numberRestrictionsFractional1"
},
"f3": {
"$ref": "#/$defs/numberRestrictionsFractional2"
},
"f4": {
"$ref": "#/$defs/numberRestrictionsFractional3"
},
"f5": {
"$ref": "#/$defs/numberRestrictionsFractional4"
},
"f6": {
"$ref": "#/$defs/numberRestrictionsFractional5"
},
"n1": {
"$ref": "#/$defs/numberRestrictions"
},
"n2": {
"$ref": "#/$defs/numberRestrictions2"
},
"t1": {
"$ref": "#/$defs/stringMinMaxLengthRestrictions"
},
"t2": {
"$ref": "#/$defs/stringLengthRestrictions"
},
"t3": {
"$ref": "#/$defs/stringEnumRestrictions"
},
"t4": {
"$ref": "#/$defs/stringPatternRestrictions"
}
},
"required": [
"t1",
"t2",
"t3",
"t4",
"n1",
"n2",
"f1",
"f2",
"f3",
"f4",
"f5",
"f6"
],
"type": "object"
} | 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"
},
"deprecated_comment": {
"type": "string"
},
"uuid": {
"format": "uuid",
"pattern": "^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"uuid"
],
"title": "Token",
"type": "object"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 (or boldness) of the font",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | 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",
"type": "string"
} | 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 defines a font family that can be used in a component.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\"?\\w+\"? ?,? ?)*\"?\\w+\"?$",
"type": "string"
}
},
"title": "Font family",
"type": "object"
} | 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 dimension.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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",
"feedback",
"inputs",
"navigation",
"status",
"typography"
],
"type": "string"
},
"documentationUrl": {
"format": "uri",
"type": "string"
}
},
"required": [
"category",
"documentationUrl"
],
"type": "object"
}
},
"required": [
"meta",
"title",
"description",
"properties",
"$id"
],
"title": "Component",
"type": "object"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 a value by a given amount. Also used as a line-height multiplier.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$",
"type": "string"
}
},
"title": "Multiplier",
"type": "object"
} | 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-classification",
"type": "string"
} | 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 specifies how to capitalize an element's text.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"uppercase",
"lowercase",
"capitalize",
"none"
],
"type": "string"
}
},
"title": "Text transform",
"type": "object"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 values that change based on color theme.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | 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"
},
"deprecated_comment": {
"type": "string"
},
"uuid": {
"pattern": "^[0-9a-fA-F]{8}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{4}\\b-[0-9a-fA-F]{12}$",
"type": "string"
},
"value": {
"type": "string"
}
},
"required": [
"value",
"uuid"
],
"title": "Token",
"type": "object"
} | 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 another token.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^\\{(\\w|-)*\\}$",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | 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",
"AddToSelection",
"Airplane",
"Alert",
"AlertAdd",
"AlertCheck",
"AlertCircle",
"AlertCircleFilled",
"Algorithm",
"Alias",
"AlignBottom",
"AlignCenter",
"AlignLeft",
"AlignMiddle",
"AlignRight",
"AlignTop",
"Amusementpark",
"Anchor",
"AnchorSelect",
"Annotate",
"AnnotatePen",
"Answer",
"AnswerFavorite",
"App",
"AppRefresh",
"AppleFiles",
"ApplicationDelivery",
"ApproveReject",
"Apps",
"Archive",
"ArchiveRemove",
"ArrowDown",
"ArrowLeft",
"ArrowRight",
"ArrowUp",
"ArrowUpRight",
"Artboard",
"Article",
"Asset",
"AssetCheck",
"AssetsAdded",
"AssetsDownloaded",
"AssetsExpired",
"AssetsLinkedPublished",
"AssetsModified",
"AssetsPublished",
"Asterisk",
"At",
"Attach",
"AttachmentExclude",
"Attributes",
"Audio",
"AutomatedSegment",
"Back",
"Back30Seconds",
"BackAndroid",
"Beaker",
"BeakerCheck",
"BeakerShare",
"Bell",
"BidRule",
"BidRuleAdd",
"Blower",
"Blur",
"Book",
"Bookmark",
"BookmarkSingle",
"BookmarkSingleOutline",
"BookmarkSmall",
"BookmarkSmallOutline",
"Boolean",
"Border",
"Box",
"BoxAdd",
"BoxExport",
"BoxImport",
"Brackets",
"BracketsSquare",
"Branch1",
"Branch2",
"Branch3",
"BranchCircle",
"BreadcrumbNavigation",
"Breakdown",
"BreakdownAdd",
"Briefcase",
"Browse",
"Brush",
"Bug",
"Building",
"BulkEditUsers",
"Button",
"CCLibrary",
"Calculator",
"Calendar",
"CalendarAdd",
"CalendarLocked",
"CalendarUnlocked",
"CallCenter",
"Camera",
"CameraFlip",
"CameraRefresh",
"Campaign",
"CampaignAdd",
"CampaignClose",
"CampaignDelete",
"CampaignEdit",
"Cancel",
"Capitals",
"Captcha",
"Car",
"Card",
"Channel",
"Chat",
"ChatAdd",
"CheckPause",
"Checkmark",
"CheckmarkCircle",
"CheckmarkCircleOutline",
"ChevronDoubleLeft",
"ChevronDoubleRight",
"ChevronDown",
"ChevronLeft",
"ChevronRight",
"ChevronUp",
"ChevronUpDown",
"Circle",
"CircleFilled",
"ClassicGridView",
"Clock",
"ClockCheck",
"CloneStamp",
"Close",
"CloseCaptions",
"CloseCircle",
"Cloud",
"CloudDisconnected",
"CloudError",
"CloudOutline",
"Code",
"Collection",
"CollectionAdd",
"CollectionAddTo",
"CollectionCheck",
"CollectionEdit",
"CollectionExclude",
"CollectionLink",
"ColorFill",
"ColorPalette",
"ColorWheel",
"ColumnSettings",
"ColumnTwoA",
"ColumnTwoB",
"ColumnTwoC",
"Comment",
"Compare",
"Compass",
"Condition",
"ConfidenceFour",
"ConfidenceOne",
"ConfidenceThree",
"ConfidenceTwo",
"Contrast",
"ConversionFunnel",
"Copy",
"CoverImage",
"CreditCard",
"Crop",
"CropLightning",
"CropRotate",
"Crosshairs",
"Curate",
"Cut",
"Dashboard",
"Data",
"DataAdd",
"DataBook",
"DataCheck",
"DataCorrelated",
"DataDownload",
"DataEdit",
"DataMapping",
"DataRefresh",
"DataRemove",
"DataSettings",
"DataUnavailable",
"DataUpload",
"DataUser",
"Date",
"DateInput",
"Deduplication",
"Delegate",
"Delete",
"DeleteOutline",
"Demographic",
"Deselect",
"DeselectCircular",
"DesktopAndMobile",
"DeviceDesktop",
"DeviceLaptop",
"DevicePhone",
"DevicePhoneRefresh",
"DevicePreview",
"DeviceRotateLandscape",
"DeviceRotatePortrait",
"DeviceTV",
"DeviceTablet",
"Devices",
"DistributeBottomEdge",
"DistributeHorizontalCenter",
"DistributeHorizontally",
"DistributeLeftEdge",
"DistributeRightEdge",
"DistributeSpaceHoriz",
"DistributeSpaceVert",
"DistributeTopEdge",
"DistributeVerticalCenter",
"DistributeVertically",
"Divide",
"DividePath",
"Document",
"DocumentFragment",
"DocumentFragmentGroup",
"DocumentOutline",
"DocumentRefresh",
"Dolly",
"Download",
"DownloadFromCloud",
"DownloadFromCloudOutline",
"Draft",
"DragHandle",
"Draw",
"Dropdown",
"Duplicate",
"Edit",
"EditCircle",
"EditExclude",
"EditIn",
"EditInLight",
"Education",
"Effects",
"Efficient",
"Ellipse",
"Email",
"EmailCancel",
"EmailCheck",
"EmailExclude",
"EmailExcludeOutline",
"EmailGear",
"EmailGearOutline",
"EmailKey",
"EmailKeyOutline",
"EmailLightning",
"EmailNotification",
"EmailOutline",
"EmailRefresh",
"EmailSchedule",
"Engagement",
"Erase",
"Event",
"EventExclude",
"EventShare",
"Events",
"ExcludeOverlap",
"Experience",
"ExperienceAdd",
"ExperienceAddTo",
"ExperienceExport",
"ExperienceImport",
"Export",
"ExportOriginal",
"Exposure",
"Extension",
"FacebookCoverImage",
"Fast",
"FastForward",
"FastForwardCircle",
"Feature",
"Feed",
"FeedAdd",
"FeedManagement",
"Feedback",
"FileAdd",
"FileCSV",
"FileCampaign",
"FileChart",
"FileCheckedOut",
"FileCode",
"FileData",
"FileEmail",
"FileExcel",
"FileFolder",
"FileGear",
"FileGlobe",
"FileHTML",
"FileImportant",
"FileJson",
"FileKey",
"FileMobile",
"FilePDF",
"FileShare",
"FileSingleWebPage",
"FileSpace",
"FileTemplate",
"FileTxt",
"FileUser",
"FileWord",
"FileWorkflow",
"FileXML",
"FileZip",
"FilingCabinet",
"Filmroll",
"FilmrollAutoAdd",
"Filter",
"FilterAdd",
"FilterCheck",
"FilterDelete",
"FilterEdit",
"FilterHeart",
"FilterRemove",
"FilterStar",
"FindAndReplace",
"Flag",
"FlagExclude",
"FlashAuto",
"FlashOff",
"FlashOn",
"Flashlight",
"FlashlightOff",
"FlashlightOn",
"FlipHorizontal",
"FlipVertical",
"Folder",
"Folder2Color",
"FolderAdd",
"FolderAddTo",
"FolderArchive",
"FolderDelete",
"FolderGear",
"FolderLocked",
"FolderOpen",
"FolderOpenOutline",
"FolderOutline",
"FolderRemove",
"FolderSearch",
"FolderUser",
"Follow",
"FollowOff",
"ForPlacementOnly",
"Forecast",
"Form",
"Forward",
"FullScreen",
"FullScreenExit",
"Function",
"Game",
"Gauge1",
"Gauge2",
"Gauge3",
"Gauge4",
"Gauge5",
"Gears",
"GearsAdd",
"GearsDelete",
"GearsEdit",
"GenderFemale",
"GenderMale",
"Gift",
"Globe",
"GlobeCheck",
"GlobeClock",
"GlobeEnter",
"GlobeExit",
"GlobeGrid",
"GlobeOutline",
"GlobeRemove",
"GlobeSearch",
"GlobeStrike",
"GlobeStrikeClock",
"Gradient",
"GraphArea",
"GraphAreaStacked",
"GraphBarHorizontal",
"GraphBarHorizontalAdd",
"GraphBarHorizontalStacked",
"GraphBarVertical",
"GraphBarVerticalAdd",
"GraphBarVerticalStacked",
"GraphBubble",
"GraphBullet",
"GraphConfidenceBands",
"GraphDonut",
"GraphDonutAdd",
"GraphGantt",
"GraphHistogram",
"GraphPathing",
"GraphPie",
"GraphProfitCurve",
"GraphScatter",
"GraphStream",
"GraphStreamRanked",
"GraphStreamRankedAdd",
"GraphSunburst",
"GraphTree",
"GraphTrend",
"GraphTrendAdd",
"GraphTrendAlert",
"Graphic",
"Group",
"Hammer",
"Hand",
"Hand0",
"Hand1",
"Hand2",
"Hand3",
"Hand4",
"Heal",
"Heart",
"Help",
"HelpOutline",
"Histogram",
"History",
"Home",
"Homepage",
"HotFixes",
"HotelBed",
"IdentityService",
"Image",
"ImageAdd",
"ImageAlbum",
"ImageAutoMode",
"ImageCarousel",
"ImageCheck",
"ImageCheckedOut",
"ImageMapCircle",
"ImageMapPolygon",
"ImageMapRectangle",
"ImageNext",
"ImageProfile",
"ImageSearch",
"ImageText",
"Images",
"Import",
"Inbox",
"Individual",
"Info",
"InfoOutline",
"IntersectOverlap",
"InvertAdj",
"Invite",
"Journey",
"JourneyAction",
"JourneyData",
"JourneyEvent",
"JourneyEvent2",
"JourneyReports",
"JourneyVoyager",
"JumpToTop",
"Key",
"KeyClock",
"KeyExclude",
"Keyboard",
"Label",
"LabelExclude",
"Labels",
"Landscape",
"Launch",
"Layers",
"LayersBackward",
"LayersBringToFront",
"LayersForward",
"LayersSendToBack",
"Light",
"Line",
"LineHeight",
"LinearGradient",
"Link",
"LinkCheck",
"LinkGlobe",
"LinkNav",
"LinkOff",
"LinkOut",
"LinkOutLight",
"LinkPage",
"LinkUser",
"Location",
"LocationBasedDate",
"LocationBasedEvent",
"LocationContribution",
"LockClosed",
"LockOpen",
"LogOut",
"Login",
"Looks",
"LoupeView",
"MBox",
"MagicWand",
"Magnify",
"Mailbox",
"MapView",
"MarginBottom",
"MarginLeft",
"MarginRight",
"MarginTop",
"MarketingActivities",
"Maximize",
"Measure",
"Menu",
"Merge",
"MergeLayers",
"Messenger",
"Minimize",
"MobileServices",
"ModernGridView",
"Money",
"Monitoring",
"Moon",
"More",
"MoreCircle",
"MoreSmall",
"MoreSmallList",
"MoreSmallListVert",
"MoreVertical",
"Move",
"MoveLeftRight",
"MoveTo",
"MoveUpDown",
"MovieCamera",
"Multiple",
"MultipleAdd",
"MultipleCheck",
"MultipleExclude",
"NamingOrder",
"NewItem",
"News",
"NewsAdd",
"NoEdit",
"Note",
"NoteAdd",
"OS",
"Offer",
"OfferDelete",
"OnAir",
"OpenIn",
"OpenInLight",
"OpenRecent",
"OpenRecentOutline",
"Orbit",
"Organisations",
"Organize",
"OutlinePath",
"PaddingBottom",
"PaddingLeft",
"PaddingRight",
"PaddingTop",
"PageBreak",
"PageExclude",
"PageGear",
"PageRule",
"PageShare",
"PageTag",
"PagesExclude",
"Pan",
"Panel",
"Paste",
"PasteHTML",
"PasteList",
"PasteText",
"Pattern",
"Pause",
"PauseCircle",
"Pawn",
"Pending",
"PeopleGroup",
"PersonalizationField",
"Perspective",
"PinOff",
"PinOn",
"Pivot",
"PlatformDataMapping",
"Play",
"PlayCircle",
"Plug",
"Polygon",
"PolygonSelect",
"PopIn",
"Portrait",
"Preset",
"Preview",
"Print",
"PrintPreview",
"Project",
"ProjectAdd",
"ProjectEdit",
"ProjectNameEdit",
"Promote",
"Properties",
"PropertiesCopy",
"PublishCheck",
"PublishPending",
"PublishReject",
"PublishRemove",
"PublishSchedule",
"PushNotification",
"Question",
"QuickSelect",
"RSS",
"RadialGradient",
"Rail",
"RailBottom",
"RailLeft",
"RailRight",
"RailRightClose",
"RailRightOpen",
"RailTop",
"RangeMask",
"RealTimeCustomerProfile",
"RectSelect",
"Rectangle",
"Redo",
"Refresh",
"RegionSelect",
"Relevance",
"Remove",
"RemoveCircle",
"Rename",
"Reorder",
"Replay",
"Replies",
"Reply",
"ReplyAll",
"Report",
"ReportAdd",
"Resize",
"Retweet",
"Reuse",
"Revenue",
"Revert",
"Rewind",
"RewindCircle",
"Ribbon",
"RotateCCW",
"RotateCCWBold",
"RotateCW",
"RotateCWBold",
"RotateLeft",
"RotateLeftOutline",
"RotateRight",
"RotateRightOutline",
"SMS",
"SMSKey",
"SMSLightning",
"SMSRefresh",
"SQLQuery",
"Sampler",
"Sandbox",
"SaveAsFloppy",
"SaveFloppy",
"SaveTo",
"SaveToLight",
"Scribble",
"Search",
"Seat",
"SeatAdd",
"Segmentation",
"Segments",
"Select",
"SelectAdd",
"SelectBox",
"SelectBoxAll",
"SelectCircular",
"SelectContainer",
"SelectGear",
"SelectIntersect",
"SelectSubtract",
"Selection",
"SelectionChecked",
"SelectionMove",
"Send",
"SentimentNegative",
"SentimentNeutral",
"SentimentPositive",
"Separator",
"Servers",
"Settings",
"Shapes",
"Share",
"ShareAndroid",
"ShareCheck",
"ShareLight",
"ShareWindows",
"Sharpen",
"Shield",
"Ship",
"Shop",
"ShoppingCart",
"ShowAllLayers",
"ShowMenu",
"ShowOneLayer",
"Shuffle",
"Slice",
"Slow",
"SmallCaps",
"Snapshot",
"SocialNetwork",
"SortOrderDown",
"SortOrderUp",
"Spam",
"Spellcheck",
"Spin",
"SplitView",
"SpotHeal",
"Stadium",
"Stage",
"Stamp",
"Star",
"StarOutline",
"Starburst",
"StepBackward",
"StepBackwardCircle",
"StepForward",
"StepForwardCircle",
"Stop",
"StopCircle",
"Stopwatch",
"Straighten",
"StraightenOutline",
"StrokeWidth",
"Subscribe",
"SubtractBackPath",
"SubtractFromSelection",
"SubtractFrontPath",
"SuccessMetric",
"Summarize",
"Survey",
"Switch",
"Sync",
"SyncRemove",
"Table",
"TableAdd",
"TableAndChart",
"TableColumnAddLeft",
"TableColumnAddRight",
"TableColumnMerge",
"TableColumnRemoveCenter",
"TableColumnSplit",
"TableEdit",
"TableHistogram",
"TableMergeCells",
"TableRowAddBottom",
"TableRowAddTop",
"TableRowMerge",
"TableRowRemoveCenter",
"TableRowSplit",
"TableSelectColumn",
"TableSelectRow",
"TagBold",
"TagItalic",
"TagUnderline",
"Target",
"Targeted",
"TaskList",
"Teapot",
"Temperature",
"TestAB",
"TestABEdit",
"TestABGear",
"TestABRemove",
"TestProfile",
"Text",
"TextAdd",
"TextAlignCenter",
"TextAlignJustify",
"TextAlignLeft",
"TextAlignRight",
"TextBaselineShift",
"TextBold",
"TextBulleted",
"TextBulletedAttach",
"TextBulletedHierarchy",
"TextBulletedHierarchyExclude",
"TextColor",
"TextDecrease",
"TextEdit",
"TextExclude",
"TextIncrease",
"TextIndentDecrease",
"TextIndentIncrease",
"TextItalic",
"TextKerning",
"TextLetteredLowerCase",
"TextLetteredUpperCase",
"TextNumbered",
"TextParagraph",
"TextRomanLowercase",
"TextRomanUppercase",
"TextSize",
"TextSizeAdd",
"TextSpaceAfter",
"TextSpaceBefore",
"TextStrikethrough",
"TextStroke",
"TextStyle",
"TextSubscript",
"TextSuperscript",
"TextTracking",
"TextUnderline",
"ThumbDown",
"ThumbDownOutline",
"ThumbUp",
"ThumbUpOutline",
"Tips",
"Train",
"TransferToPlatform",
"Transparency",
"Trap",
"TreeCollapse",
"TreeCollapseAll",
"TreeExpand",
"TreeExpandAll",
"TrendInspect",
"TrimPath",
"Trophy",
"Type",
"USA",
"Underline",
"Undo",
"Ungroup",
"Unlink",
"Unmerge",
"UploadToCloud",
"UploadToCloudOutline",
"User",
"UserActivity",
"UserAdd",
"UserAdmin",
"UserArrow",
"UserCheckedOut",
"UserDeveloper",
"UserEdit",
"UserExclude",
"UserGroup",
"UserLock",
"UserShare",
"UsersAdd",
"UsersExclude",
"UsersLock",
"UsersShare",
"Variable",
"VectorDraw",
"VideoCheckedOut",
"VideoFilled",
"VideoOutline",
"ViewAllTags",
"ViewBiWeek",
"ViewCard",
"ViewColumn",
"ViewDay",
"ViewDetail",
"ViewGrid",
"ViewList",
"ViewRow",
"ViewSingle",
"ViewStack",
"ViewWeek",
"ViewedMarkAs",
"Vignette",
"Visibility",
"VisibilityOff",
"Visit",
"VisitShare",
"VoiceOver",
"VolumeMute",
"VolumeOne",
"VolumeThree",
"VolumeTwo",
"Watch",
"WebPage",
"WebPages",
"Workflow",
"WorkflowAdd",
"Wrench",
"ZoomIn",
"ZoomOut"
],
"title": "workflow-icon",
"type": "string"
} | 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 (or boldness) of the font",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 specifies how to capitalize an element's text.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"uppercase",
"lowercase",
"capitalize",
"none"
],
"type": "string"
}
},
"title": "Text transform",
"type": "object"
} | 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 dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 a value by a given amount. Also used as a line-height multiplier.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/multiplier.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+\\.?\\d*)|(?:\\.?\\d+)$",
"type": "string"
}
},
"title": "Multiplier",
"type": "object"
} | 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 should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | 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 defines a font family that can be used in a component.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\"?\\w+\"? ?,? ?)*\"?\\w+\"?$",
"type": "string"
}
},
"title": "Font family",
"type": "object"
} | 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 another token.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "\\{(\\w|-)*\\}",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | 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 dimension values that change based on platform scale.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | 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",
"feedback",
"inputs",
"navigation",
"status",
"typography"
],
"type": "string"
},
"documentationUrl": {
"format": "uri",
"type": "string"
}
},
"required": [
"category",
"documentationUrl"
],
"type": "object"
}
},
"required": [
"meta",
"title",
"description",
"properties",
"$id"
],
"title": "Component",
"type": "object"
} | 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",
"type": "string"
} | 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 specifies how to capitalize an element's text.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/text-transform.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"uppercase",
"lowercase",
"capitalize",
"none"
],
"type": "string"
}
},
"title": "Text transform",
"type": "object"
} | 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 the opacity.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+(?:\\.\\d)+%)|(?:1|0)(?:\\.0)?|0?\\.\\d*$",
"type": "string"
}
},
"title": "Opacity",
"type": "object"
} | 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 defines a font family that can be used in a component.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-family.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\"?\\w+\"? ?,? ?)*\"?\\w+\"?$",
"type": "string"
}
},
"title": "Font family",
"type": "object"
} | 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 should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | 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 values that change based on color theme.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | 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 the opacity.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+(?:\\.\\d)+%)|(?:1|0)(?:\\.0)?|0?\\.\\d*$",
"type": "string"
}
},
"title": "Opacity",
"type": "object"
} | 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 (or boldness) of the font",
"properties": {
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | 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 dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 (or boldness) of the font",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | 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.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | 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 values that change based on color theme.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
}
},
"required": [
"light",
"dark",
"darkest",
"wireframe"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | 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.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | 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 should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-style.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | 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.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | 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",
"feedback",
"inputs",
"navigation",
"status",
"typography"
],
"type": "string"
},
"documentationUrl": {
"format": "uri",
"type": "string"
}
},
"required": [
"category",
"documentationUrl"
],
"type": "object"
}
},
"required": [
"meta",
"title",
"description",
"properties",
"$id"
],
"title": "Component",
"type": "object"
} | 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",
"AddToSelection",
"Airplane",
"Alert",
"AlertAdd",
"AlertCheck",
"AlertCircle",
"AlertCircleFilled",
"Algorithm",
"Alias",
"AlignBottom",
"AlignCenter",
"AlignLeft",
"AlignMiddle",
"AlignRight",
"AlignTop",
"Amusementpark",
"Anchor",
"AnchorSelect",
"Annotate",
"AnnotatePen",
"Answer",
"AnswerFavorite",
"App",
"AppRefresh",
"AppleFiles",
"ApplicationDelivery",
"ApproveReject",
"Apps",
"Archive",
"ArchiveRemove",
"ArrowDown",
"ArrowLeft",
"ArrowRight",
"ArrowUp",
"ArrowUpRight",
"Artboard",
"Article",
"Asset",
"AssetCheck",
"AssetsAdded",
"AssetsDownloaded",
"AssetsExpired",
"AssetsLinkedPublished",
"AssetsModified",
"AssetsPublished",
"Asterisk",
"At",
"Attach",
"AttachmentExclude",
"Attributes",
"Audio",
"AutomatedSegment",
"Back",
"Back30Seconds",
"BackAndroid",
"Beaker",
"BeakerCheck",
"BeakerShare",
"Bell",
"BidRule",
"BidRuleAdd",
"Blower",
"Blur",
"Book",
"Bookmark",
"BookmarkSingle",
"BookmarkSingleOutline",
"BookmarkSmall",
"BookmarkSmallOutline",
"Boolean",
"Border",
"Box",
"BoxAdd",
"BoxExport",
"BoxImport",
"Brackets",
"BracketsSquare",
"Branch1",
"Branch2",
"Branch3",
"BranchCircle",
"BreadcrumbNavigation",
"Breakdown",
"BreakdownAdd",
"Briefcase",
"Browse",
"Brush",
"Bug",
"Building",
"BulkEditUsers",
"Button",
"CCLibrary",
"Calculator",
"Calendar",
"CalendarAdd",
"CalendarLocked",
"CalendarUnlocked",
"CallCenter",
"Camera",
"CameraFlip",
"CameraRefresh",
"Campaign",
"CampaignAdd",
"CampaignClose",
"CampaignDelete",
"CampaignEdit",
"Cancel",
"Capitals",
"Captcha",
"Car",
"Card",
"Channel",
"Chat",
"ChatAdd",
"CheckPause",
"Checkmark",
"CheckmarkCircle",
"CheckmarkCircleOutline",
"ChevronDoubleLeft",
"ChevronDoubleRight",
"ChevronDown",
"ChevronLeft",
"ChevronRight",
"ChevronUp",
"ChevronUpDown",
"Circle",
"CircleFilled",
"ClassicGridView",
"Clock",
"ClockCheck",
"CloneStamp",
"Close",
"CloseCaptions",
"CloseCircle",
"Cloud",
"CloudDisconnected",
"CloudError",
"CloudOutline",
"Code",
"Collection",
"CollectionAdd",
"CollectionAddTo",
"CollectionCheck",
"CollectionEdit",
"CollectionExclude",
"CollectionLink",
"ColorFill",
"ColorPalette",
"ColorWheel",
"ColumnSettings",
"ColumnTwoA",
"ColumnTwoB",
"ColumnTwoC",
"Comment",
"Compare",
"Compass",
"Condition",
"ConfidenceFour",
"ConfidenceOne",
"ConfidenceThree",
"ConfidenceTwo",
"Contrast",
"ConversionFunnel",
"Copy",
"CoverImage",
"CreditCard",
"Crop",
"CropLightning",
"CropRotate",
"Crosshairs",
"Curate",
"Cut",
"Dashboard",
"Data",
"DataAdd",
"DataBook",
"DataCheck",
"DataCorrelated",
"DataDownload",
"DataEdit",
"DataMapping",
"DataRefresh",
"DataRemove",
"DataSettings",
"DataUnavailable",
"DataUpload",
"DataUser",
"Date",
"DateInput",
"Deduplication",
"Delegate",
"Delete",
"DeleteOutline",
"Demographic",
"Deselect",
"DeselectCircular",
"DesktopAndMobile",
"DeviceDesktop",
"DeviceLaptop",
"DevicePhone",
"DevicePhoneRefresh",
"DevicePreview",
"DeviceRotateLandscape",
"DeviceRotatePortrait",
"DeviceTV",
"DeviceTablet",
"Devices",
"DistributeBottomEdge",
"DistributeHorizontalCenter",
"DistributeHorizontally",
"DistributeLeftEdge",
"DistributeRightEdge",
"DistributeSpaceHoriz",
"DistributeSpaceVert",
"DistributeTopEdge",
"DistributeVerticalCenter",
"DistributeVertically",
"Divide",
"DividePath",
"Document",
"DocumentFragment",
"DocumentFragmentGroup",
"DocumentOutline",
"DocumentRefresh",
"Dolly",
"Download",
"DownloadFromCloud",
"DownloadFromCloudOutline",
"Draft",
"DragHandle",
"Draw",
"Dropdown",
"Duplicate",
"Edit",
"EditCircle",
"EditExclude",
"EditIn",
"EditInLight",
"Education",
"Effects",
"Efficient",
"Ellipse",
"Email",
"EmailCancel",
"EmailCheck",
"EmailExclude",
"EmailExcludeOutline",
"EmailGear",
"EmailGearOutline",
"EmailKey",
"EmailKeyOutline",
"EmailLightning",
"EmailNotification",
"EmailOutline",
"EmailRefresh",
"EmailSchedule",
"Engagement",
"Erase",
"Event",
"EventExclude",
"EventShare",
"Events",
"ExcludeOverlap",
"Experience",
"ExperienceAdd",
"ExperienceAddTo",
"ExperienceExport",
"ExperienceImport",
"Export",
"ExportOriginal",
"Exposure",
"Extension",
"FacebookCoverImage",
"Fast",
"FastForward",
"FastForwardCircle",
"Feature",
"Feed",
"FeedAdd",
"FeedManagement",
"Feedback",
"FileAdd",
"FileCSV",
"FileCampaign",
"FileChart",
"FileCheckedOut",
"FileCode",
"FileData",
"FileEmail",
"FileExcel",
"FileFolder",
"FileGear",
"FileGlobe",
"FileHTML",
"FileImportant",
"FileJson",
"FileKey",
"FileMobile",
"FilePDF",
"FileShare",
"FileSingleWebPage",
"FileSpace",
"FileTemplate",
"FileTxt",
"FileUser",
"FileWord",
"FileWorkflow",
"FileXML",
"FileZip",
"FilingCabinet",
"Filmroll",
"FilmrollAutoAdd",
"Filter",
"FilterAdd",
"FilterCheck",
"FilterDelete",
"FilterEdit",
"FilterHeart",
"FilterRemove",
"FilterStar",
"FindAndReplace",
"Flag",
"FlagExclude",
"FlashAuto",
"FlashOff",
"FlashOn",
"Flashlight",
"FlashlightOff",
"FlashlightOn",
"FlipHorizontal",
"FlipVertical",
"Folder",
"Folder2Color",
"FolderAdd",
"FolderAddTo",
"FolderArchive",
"FolderDelete",
"FolderGear",
"FolderLocked",
"FolderOpen",
"FolderOpenOutline",
"FolderOutline",
"FolderRemove",
"FolderSearch",
"FolderUser",
"Follow",
"FollowOff",
"ForPlacementOnly",
"Forecast",
"Form",
"Forward",
"FullScreen",
"FullScreenExit",
"Function",
"Game",
"Gauge1",
"Gauge2",
"Gauge3",
"Gauge4",
"Gauge5",
"Gears",
"GearsAdd",
"GearsDelete",
"GearsEdit",
"GenderFemale",
"GenderMale",
"Gift",
"Globe",
"GlobeCheck",
"GlobeClock",
"GlobeEnter",
"GlobeExit",
"GlobeGrid",
"GlobeOutline",
"GlobeRemove",
"GlobeSearch",
"GlobeStrike",
"GlobeStrikeClock",
"Gradient",
"GraphArea",
"GraphAreaStacked",
"GraphBarHorizontal",
"GraphBarHorizontalAdd",
"GraphBarHorizontalStacked",
"GraphBarVertical",
"GraphBarVerticalAdd",
"GraphBarVerticalStacked",
"GraphBubble",
"GraphBullet",
"GraphConfidenceBands",
"GraphDonut",
"GraphDonutAdd",
"GraphGantt",
"GraphHistogram",
"GraphPathing",
"GraphPie",
"GraphProfitCurve",
"GraphScatter",
"GraphStream",
"GraphStreamRanked",
"GraphStreamRankedAdd",
"GraphSunburst",
"GraphTree",
"GraphTrend",
"GraphTrendAdd",
"GraphTrendAlert",
"Graphic",
"Group",
"Hammer",
"Hand",
"Hand0",
"Hand1",
"Hand2",
"Hand3",
"Hand4",
"Heal",
"Heart",
"Help",
"HelpOutline",
"Histogram",
"History",
"Home",
"Homepage",
"HotFixes",
"HotelBed",
"IdentityService",
"Image",
"ImageAdd",
"ImageAlbum",
"ImageAutoMode",
"ImageCarousel",
"ImageCheck",
"ImageCheckedOut",
"ImageMapCircle",
"ImageMapPolygon",
"ImageMapRectangle",
"ImageNext",
"ImageProfile",
"ImageSearch",
"ImageText",
"Images",
"Import",
"Inbox",
"Individual",
"Info",
"InfoOutline",
"IntersectOverlap",
"InvertAdj",
"Invite",
"Journey",
"JourneyAction",
"JourneyData",
"JourneyEvent",
"JourneyEvent2",
"JourneyReports",
"JourneyVoyager",
"JumpToTop",
"Key",
"KeyClock",
"KeyExclude",
"Keyboard",
"Label",
"LabelExclude",
"Labels",
"Landscape",
"Launch",
"Layers",
"LayersBackward",
"LayersBringToFront",
"LayersForward",
"LayersSendToBack",
"Light",
"Line",
"LineHeight",
"LinearGradient",
"Link",
"LinkCheck",
"LinkGlobe",
"LinkNav",
"LinkOff",
"LinkOut",
"LinkOutLight",
"LinkPage",
"LinkUser",
"Location",
"LocationBasedDate",
"LocationBasedEvent",
"LocationContribution",
"LockClosed",
"LockOpen",
"LogOut",
"Login",
"Looks",
"LoupeView",
"MBox",
"MagicWand",
"Magnify",
"Mailbox",
"MapView",
"MarginBottom",
"MarginLeft",
"MarginRight",
"MarginTop",
"MarketingActivities",
"Maximize",
"Measure",
"Menu",
"Merge",
"MergeLayers",
"Messenger",
"Minimize",
"MobileServices",
"ModernGridView",
"Money",
"Monitoring",
"Moon",
"More",
"MoreCircle",
"MoreSmall",
"MoreSmallList",
"MoreSmallListVert",
"MoreVertical",
"Move",
"MoveLeftRight",
"MoveTo",
"MoveUpDown",
"MovieCamera",
"Multiple",
"MultipleAdd",
"MultipleCheck",
"MultipleExclude",
"NamingOrder",
"NewItem",
"News",
"NewsAdd",
"NoEdit",
"Note",
"NoteAdd",
"OS",
"Offer",
"OfferDelete",
"OnAir",
"OpenIn",
"OpenInLight",
"OpenRecent",
"OpenRecentOutline",
"Orbit",
"Organisations",
"Organize",
"OutlinePath",
"PaddingBottom",
"PaddingLeft",
"PaddingRight",
"PaddingTop",
"PageBreak",
"PageExclude",
"PageGear",
"PageRule",
"PageShare",
"PageTag",
"PagesExclude",
"Pan",
"Panel",
"Paste",
"PasteHTML",
"PasteList",
"PasteText",
"Pattern",
"Pause",
"PauseCircle",
"Pawn",
"Pending",
"PeopleGroup",
"PersonalizationField",
"Perspective",
"PinOff",
"PinOn",
"Pivot",
"PlatformDataMapping",
"Play",
"PlayCircle",
"Plug",
"Polygon",
"PolygonSelect",
"PopIn",
"Portrait",
"Preset",
"Preview",
"Print",
"PrintPreview",
"Project",
"ProjectAdd",
"ProjectEdit",
"ProjectNameEdit",
"Promote",
"Properties",
"PropertiesCopy",
"PublishCheck",
"PublishPending",
"PublishReject",
"PublishRemove",
"PublishSchedule",
"PushNotification",
"Question",
"QuickSelect",
"RSS",
"RadialGradient",
"Rail",
"RailBottom",
"RailLeft",
"RailRight",
"RailRightClose",
"RailRightOpen",
"RailTop",
"RangeMask",
"RealTimeCustomerProfile",
"RectSelect",
"Rectangle",
"Redo",
"Refresh",
"RegionSelect",
"Relevance",
"Remove",
"RemoveCircle",
"Rename",
"Reorder",
"Replay",
"Replies",
"Reply",
"ReplyAll",
"Report",
"ReportAdd",
"Resize",
"Retweet",
"Reuse",
"Revenue",
"Revert",
"Rewind",
"RewindCircle",
"Ribbon",
"RotateCCW",
"RotateCCWBold",
"RotateCW",
"RotateCWBold",
"RotateLeft",
"RotateLeftOutline",
"RotateRight",
"RotateRightOutline",
"SMS",
"SMSKey",
"SMSLightning",
"SMSRefresh",
"SQLQuery",
"Sampler",
"Sandbox",
"SaveAsFloppy",
"SaveFloppy",
"SaveTo",
"SaveToLight",
"Scribble",
"Search",
"Seat",
"SeatAdd",
"Segmentation",
"Segments",
"Select",
"SelectAdd",
"SelectBox",
"SelectBoxAll",
"SelectCircular",
"SelectContainer",
"SelectGear",
"SelectIntersect",
"SelectSubtract",
"Selection",
"SelectionChecked",
"SelectionMove",
"Send",
"SentimentNegative",
"SentimentNeutral",
"SentimentPositive",
"Separator",
"Servers",
"Settings",
"Shapes",
"Share",
"ShareAndroid",
"ShareCheck",
"ShareLight",
"ShareWindows",
"Sharpen",
"Shield",
"Ship",
"Shop",
"ShoppingCart",
"ShowAllLayers",
"ShowMenu",
"ShowOneLayer",
"Shuffle",
"Slice",
"Slow",
"SmallCaps",
"Snapshot",
"SocialNetwork",
"SortOrderDown",
"SortOrderUp",
"Spam",
"Spellcheck",
"Spin",
"SplitView",
"SpotHeal",
"Stadium",
"Stage",
"Stamp",
"Star",
"StarOutline",
"Starburst",
"StepBackward",
"StepBackwardCircle",
"StepForward",
"StepForwardCircle",
"Stop",
"StopCircle",
"Stopwatch",
"Straighten",
"StraightenOutline",
"StrokeWidth",
"Subscribe",
"SubtractBackPath",
"SubtractFromSelection",
"SubtractFrontPath",
"SuccessMetric",
"Summarize",
"Survey",
"Switch",
"Sync",
"SyncRemove",
"Table",
"TableAdd",
"TableAndChart",
"TableColumnAddLeft",
"TableColumnAddRight",
"TableColumnMerge",
"TableColumnRemoveCenter",
"TableColumnSplit",
"TableEdit",
"TableHistogram",
"TableMergeCells",
"TableRowAddBottom",
"TableRowAddTop",
"TableRowMerge",
"TableRowRemoveCenter",
"TableRowSplit",
"TableSelectColumn",
"TableSelectRow",
"TagBold",
"TagItalic",
"TagUnderline",
"Target",
"Targeted",
"TaskList",
"Teapot",
"Temperature",
"TestAB",
"TestABEdit",
"TestABGear",
"TestABRemove",
"TestProfile",
"Text",
"TextAdd",
"TextAlignCenter",
"TextAlignJustify",
"TextAlignLeft",
"TextAlignRight",
"TextBaselineShift",
"TextBold",
"TextBulleted",
"TextBulletedAttach",
"TextBulletedHierarchy",
"TextBulletedHierarchyExclude",
"TextColor",
"TextDecrease",
"TextEdit",
"TextExclude",
"TextIncrease",
"TextIndentDecrease",
"TextIndentIncrease",
"TextItalic",
"TextKerning",
"TextLetteredLowerCase",
"TextLetteredUpperCase",
"TextNumbered",
"TextParagraph",
"TextRomanLowercase",
"TextRomanUppercase",
"TextSize",
"TextSizeAdd",
"TextSpaceAfter",
"TextSpaceBefore",
"TextStrikethrough",
"TextStroke",
"TextStyle",
"TextSubscript",
"TextSuperscript",
"TextTracking",
"TextUnderline",
"ThumbDown",
"ThumbDownOutline",
"ThumbUp",
"ThumbUpOutline",
"Tips",
"Train",
"TransferToPlatform",
"Transparency",
"Trap",
"TreeCollapse",
"TreeCollapseAll",
"TreeExpand",
"TreeExpandAll",
"TrendInspect",
"TrimPath",
"Trophy",
"Type",
"USA",
"Underline",
"Undo",
"Ungroup",
"Unlink",
"Unmerge",
"UploadToCloud",
"UploadToCloudOutline",
"User",
"UserActivity",
"UserAdd",
"UserAdmin",
"UserArrow",
"UserCheckedOut",
"UserDeveloper",
"UserEdit",
"UserExclude",
"UserGroup",
"UserLock",
"UserShare",
"UsersAdd",
"UsersExclude",
"UsersLock",
"UsersShare",
"Variable",
"VectorDraw",
"VideoCheckedOut",
"VideoFilled",
"VideoOutline",
"ViewAllTags",
"ViewBiWeek",
"ViewCard",
"ViewColumn",
"ViewDay",
"ViewDetail",
"ViewGrid",
"ViewList",
"ViewRow",
"ViewSingle",
"ViewStack",
"ViewWeek",
"ViewedMarkAs",
"Vignette",
"Visibility",
"VisibilityOff",
"Visit",
"VisitShare",
"VoiceOver",
"VolumeMute",
"VolumeOne",
"VolumeThree",
"VolumeTwo",
"Watch",
"WebPage",
"WebPages",
"Workflow",
"WorkflowAdd",
"Wrench",
"ZoomIn",
"ZoomOut"
],
"title": "workflow-icon",
"type": "string"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 that change based on system.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/system-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 values that change based on color theme.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json"
}
},
"required": [
"light",
"dark",
"darkest"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"light",
"dark",
"darkest"
]
},
{
"properties": {
"dark": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"darkest": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"light": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
},
"wireframe": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/percent.json"
}
},
"required": [
"light",
"dark",
"darkest"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Color set",
"type": "object"
} | 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.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^rgba\\((([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]),\\s?){3}(0|1|0?\\.\\d+)\\)|rgb\\(([0-1]?[0-9]?[0-9]?|2[0-4][0-9]|25[0-5]){1,3}(,\\s?\\d{1,3}%?){2}\\)$",
"type": "string"
}
},
"title": "Color",
"type": "object"
} | 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 that change based on system.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"anyOf": [
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color-set.json"
}
},
"required": [
"spectrum",
"express"
]
},
{
"properties": {
"express": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"spectrum": {
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
}
},
"required": [
"spectrum",
"express"
]
}
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "System set",
"type": "object"
} | 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 dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0|\\d+dp$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 the opacity.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+(?:\\.\\d)+%)|(?:1|0)(?:\\.0)?|0?\\.\\d*$",
"type": "string"
}
},
"title": "Opacity",
"type": "object"
} | 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 the opacity.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/opacity.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:\\d+(?:\\.\\d)+%)|(?:1|0)(?:\\.0)?|0?\\.\\d*$",
"type": "string"
}
},
"title": "Opacity",
"type": "object"
} | 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 should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | 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 specifies how to capitalize an element's text.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"uppercase",
"lowercase",
"capitalize",
"none"
],
"type": "string"
}
},
"title": "Text transform",
"type": "object"
} | 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 dimension values that change based on platform scale.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/scale-set.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"sets": {
"properties": {
"desktop": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
},
"mobile": {
"anyOf": [
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/dimension.json"
},
{
"$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/alias.json"
}
]
}
},
"required": [
"mobile",
"desktop"
],
"type": "object"
},
"uuid": {}
},
"required": [
"sets"
],
"title": "Scale set",
"type": "object"
} | 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 dimension.",
"properties": {
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em|%))|0$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 (or boldness) of the font",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-weight.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"enum": [
"light",
"regular",
"medium",
"bold",
"extra-bold",
"black"
],
"type": "string"
}
},
"title": "Font weight",
"type": "object"
} | 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 sizes dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"private": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em))$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 sizes dimension.",
"properties": {
"$schema": {
"const": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/font-size.json"
},
"component": {},
"deprecated": {},
"deprecated_comment": {},
"uuid": {},
"value": {
"pattern": "^(?:-?((?:\\d+\\.?\\d*)|(?:\\.?\\d+))(px|rem|em))$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | 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 another token.",
"properties": {
"value": {
"pattern": "\\{(\\w|-)*\\}",
"type": "string"
}
},
"title": "Alias",
"type": "object"
} | 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",
"AddToSelection",
"Airplane",
"Alert",
"AlertAdd",
"AlertCheck",
"AlertCircle",
"AlertCircleFilled",
"Algorithm",
"Alias",
"AlignBottom",
"AlignCenter",
"AlignLeft",
"AlignMiddle",
"AlignRight",
"AlignTop",
"Amusementpark",
"Anchor",
"AnchorSelect",
"Annotate",
"AnnotatePen",
"Answer",
"AnswerFavorite",
"App",
"AppRefresh",
"AppleFiles",
"ApplicationDelivery",
"ApproveReject",
"Apps",
"Archive",
"ArchiveRemove",
"ArrowDown",
"ArrowLeft",
"ArrowRight",
"ArrowUp",
"ArrowUpRight",
"Artboard",
"Article",
"Asset",
"AssetCheck",
"AssetsAdded",
"AssetsDownloaded",
"AssetsExpired",
"AssetsLinkedPublished",
"AssetsModified",
"AssetsPublished",
"Asterisk",
"At",
"Attach",
"AttachmentExclude",
"Attributes",
"Audio",
"AutomatedSegment",
"Back",
"Back30Seconds",
"BackAndroid",
"Beaker",
"BeakerCheck",
"BeakerShare",
"Bell",
"BidRule",
"BidRuleAdd",
"Blower",
"Blur",
"Book",
"Bookmark",
"BookmarkSingle",
"BookmarkSingleOutline",
"BookmarkSmall",
"BookmarkSmallOutline",
"Boolean",
"Border",
"Box",
"BoxAdd",
"BoxExport",
"BoxImport",
"Brackets",
"BracketsSquare",
"Branch1",
"Branch2",
"Branch3",
"BranchCircle",
"BreadcrumbNavigation",
"Breakdown",
"BreakdownAdd",
"Briefcase",
"Browse",
"Brush",
"Bug",
"Building",
"BulkEditUsers",
"Button",
"CCLibrary",
"Calculator",
"Calendar",
"CalendarAdd",
"CalendarLocked",
"CalendarUnlocked",
"CallCenter",
"Camera",
"CameraFlip",
"CameraRefresh",
"Campaign",
"CampaignAdd",
"CampaignClose",
"CampaignDelete",
"CampaignEdit",
"Cancel",
"Capitals",
"Captcha",
"Car",
"Card",
"Channel",
"Chat",
"ChatAdd",
"CheckPause",
"Checkmark",
"CheckmarkCircle",
"CheckmarkCircleOutline",
"ChevronDoubleLeft",
"ChevronDoubleRight",
"ChevronDown",
"ChevronLeft",
"ChevronRight",
"ChevronUp",
"ChevronUpDown",
"Circle",
"CircleFilled",
"ClassicGridView",
"Clock",
"ClockCheck",
"CloneStamp",
"Close",
"CloseCaptions",
"CloseCircle",
"Cloud",
"CloudDisconnected",
"CloudError",
"CloudOutline",
"Code",
"Collection",
"CollectionAdd",
"CollectionAddTo",
"CollectionCheck",
"CollectionEdit",
"CollectionExclude",
"CollectionLink",
"ColorFill",
"ColorPalette",
"ColorWheel",
"ColumnSettings",
"ColumnTwoA",
"ColumnTwoB",
"ColumnTwoC",
"Comment",
"Compare",
"Compass",
"Condition",
"ConfidenceFour",
"ConfidenceOne",
"ConfidenceThree",
"ConfidenceTwo",
"Contrast",
"ConversionFunnel",
"Copy",
"CoverImage",
"CreditCard",
"Crop",
"CropLightning",
"CropRotate",
"Crosshairs",
"Curate",
"Cut",
"Dashboard",
"Data",
"DataAdd",
"DataBook",
"DataCheck",
"DataCorrelated",
"DataDownload",
"DataEdit",
"DataMapping",
"DataRefresh",
"DataRemove",
"DataSettings",
"DataUnavailable",
"DataUpload",
"DataUser",
"Date",
"DateInput",
"Deduplication",
"Delegate",
"Delete",
"DeleteOutline",
"Demographic",
"Deselect",
"DeselectCircular",
"DesktopAndMobile",
"DeviceDesktop",
"DeviceLaptop",
"DevicePhone",
"DevicePhoneRefresh",
"DevicePreview",
"DeviceRotateLandscape",
"DeviceRotatePortrait",
"DeviceTV",
"DeviceTablet",
"Devices",
"DistributeBottomEdge",
"DistributeHorizontalCenter",
"DistributeHorizontally",
"DistributeLeftEdge",
"DistributeRightEdge",
"DistributeSpaceHoriz",
"DistributeSpaceVert",
"DistributeTopEdge",
"DistributeVerticalCenter",
"DistributeVertically",
"Divide",
"DividePath",
"Document",
"DocumentFragment",
"DocumentFragmentGroup",
"DocumentOutline",
"DocumentRefresh",
"Dolly",
"Download",
"DownloadFromCloud",
"DownloadFromCloudOutline",
"Draft",
"DragHandle",
"Draw",
"Dropdown",
"Duplicate",
"Edit",
"EditCircle",
"EditExclude",
"EditIn",
"EditInLight",
"Education",
"Effects",
"Efficient",
"Ellipse",
"Email",
"EmailCancel",
"EmailCheck",
"EmailExclude",
"EmailExcludeOutline",
"EmailGear",
"EmailGearOutline",
"EmailKey",
"EmailKeyOutline",
"EmailLightning",
"EmailNotification",
"EmailOutline",
"EmailRefresh",
"EmailSchedule",
"Engagement",
"Erase",
"Event",
"EventExclude",
"EventShare",
"Events",
"ExcludeOverlap",
"Experience",
"ExperienceAdd",
"ExperienceAddTo",
"ExperienceExport",
"ExperienceImport",
"Export",
"ExportOriginal",
"Exposure",
"Extension",
"FacebookCoverImage",
"Fast",
"FastForward",
"FastForwardCircle",
"Feature",
"Feed",
"FeedAdd",
"FeedManagement",
"Feedback",
"FileAdd",
"FileCSV",
"FileCampaign",
"FileChart",
"FileCheckedOut",
"FileCode",
"FileData",
"FileEmail",
"FileExcel",
"FileFolder",
"FileGear",
"FileGlobe",
"FileHTML",
"FileImportant",
"FileJson",
"FileKey",
"FileMobile",
"FilePDF",
"FileShare",
"FileSingleWebPage",
"FileSpace",
"FileTemplate",
"FileTxt",
"FileUser",
"FileWord",
"FileWorkflow",
"FileXML",
"FileZip",
"FilingCabinet",
"Filmroll",
"FilmrollAutoAdd",
"Filter",
"FilterAdd",
"FilterCheck",
"FilterDelete",
"FilterEdit",
"FilterHeart",
"FilterRemove",
"FilterStar",
"FindAndReplace",
"Flag",
"FlagExclude",
"FlashAuto",
"FlashOff",
"FlashOn",
"Flashlight",
"FlashlightOff",
"FlashlightOn",
"FlipHorizontal",
"FlipVertical",
"Folder",
"Folder2Color",
"FolderAdd",
"FolderAddTo",
"FolderArchive",
"FolderDelete",
"FolderGear",
"FolderLocked",
"FolderOpen",
"FolderOpenOutline",
"FolderOutline",
"FolderRemove",
"FolderSearch",
"FolderUser",
"Follow",
"FollowOff",
"ForPlacementOnly",
"Forecast",
"Form",
"Forward",
"FullScreen",
"FullScreenExit",
"Function",
"Game",
"Gauge1",
"Gauge2",
"Gauge3",
"Gauge4",
"Gauge5",
"Gears",
"GearsAdd",
"GearsDelete",
"GearsEdit",
"GenderFemale",
"GenderMale",
"Gift",
"Globe",
"GlobeCheck",
"GlobeClock",
"GlobeEnter",
"GlobeExit",
"GlobeGrid",
"GlobeOutline",
"GlobeRemove",
"GlobeSearch",
"GlobeStrike",
"GlobeStrikeClock",
"Gradient",
"GraphArea",
"GraphAreaStacked",
"GraphBarHorizontal",
"GraphBarHorizontalAdd",
"GraphBarHorizontalStacked",
"GraphBarVertical",
"GraphBarVerticalAdd",
"GraphBarVerticalStacked",
"GraphBubble",
"GraphBullet",
"GraphConfidenceBands",
"GraphDonut",
"GraphDonutAdd",
"GraphGantt",
"GraphHistogram",
"GraphPathing",
"GraphPie",
"GraphProfitCurve",
"GraphScatter",
"GraphStream",
"GraphStreamRanked",
"GraphStreamRankedAdd",
"GraphSunburst",
"GraphTree",
"GraphTrend",
"GraphTrendAdd",
"GraphTrendAlert",
"Graphic",
"Group",
"Hammer",
"Hand",
"Hand0",
"Hand1",
"Hand2",
"Hand3",
"Hand4",
"Heal",
"Heart",
"Help",
"HelpOutline",
"Histogram",
"History",
"Home",
"Homepage",
"HotFixes",
"HotelBed",
"IdentityService",
"Image",
"ImageAdd",
"ImageAlbum",
"ImageAutoMode",
"ImageCarousel",
"ImageCheck",
"ImageCheckedOut",
"ImageMapCircle",
"ImageMapPolygon",
"ImageMapRectangle",
"ImageNext",
"ImageProfile",
"ImageSearch",
"ImageText",
"Images",
"Import",
"Inbox",
"Individual",
"Info",
"InfoOutline",
"IntersectOverlap",
"InvertAdj",
"Invite",
"Journey",
"JourneyAction",
"JourneyData",
"JourneyEvent",
"JourneyEvent2",
"JourneyReports",
"JourneyVoyager",
"JumpToTop",
"Key",
"KeyClock",
"KeyExclude",
"Keyboard",
"Label",
"LabelExclude",
"Labels",
"Landscape",
"Launch",
"Layers",
"LayersBackward",
"LayersBringToFront",
"LayersForward",
"LayersSendToBack",
"Light",
"Line",
"LineHeight",
"LinearGradient",
"Link",
"LinkCheck",
"LinkGlobe",
"LinkNav",
"LinkOff",
"LinkOut",
"LinkOutLight",
"LinkPage",
"LinkUser",
"Location",
"LocationBasedDate",
"LocationBasedEvent",
"LocationContribution",
"LockClosed",
"LockOpen",
"LogOut",
"Login",
"Looks",
"LoupeView",
"MBox",
"MagicWand",
"Magnify",
"Mailbox",
"MapView",
"MarginBottom",
"MarginLeft",
"MarginRight",
"MarginTop",
"MarketingActivities",
"Maximize",
"Measure",
"Menu",
"Merge",
"MergeLayers",
"Messenger",
"Minimize",
"MobileServices",
"ModernGridView",
"Money",
"Monitoring",
"Moon",
"More",
"MoreCircle",
"MoreSmall",
"MoreSmallList",
"MoreSmallListVert",
"MoreVertical",
"Move",
"MoveLeftRight",
"MoveTo",
"MoveUpDown",
"MovieCamera",
"Multiple",
"MultipleAdd",
"MultipleCheck",
"MultipleExclude",
"NamingOrder",
"NewItem",
"News",
"NewsAdd",
"NoEdit",
"Note",
"NoteAdd",
"OS",
"Offer",
"OfferDelete",
"OnAir",
"OpenIn",
"OpenInLight",
"OpenRecent",
"OpenRecentOutline",
"Orbit",
"Organisations",
"Organize",
"OutlinePath",
"PaddingBottom",
"PaddingLeft",
"PaddingRight",
"PaddingTop",
"PageBreak",
"PageExclude",
"PageGear",
"PageRule",
"PageShare",
"PageTag",
"PagesExclude",
"Pan",
"Panel",
"Paste",
"PasteHTML",
"PasteList",
"PasteText",
"Pattern",
"Pause",
"PauseCircle",
"Pawn",
"Pending",
"PeopleGroup",
"PersonalizationField",
"Perspective",
"PinOff",
"PinOn",
"Pivot",
"PlatformDataMapping",
"Play",
"PlayCircle",
"Plug",
"Polygon",
"PolygonSelect",
"PopIn",
"Portrait",
"Preset",
"Preview",
"Print",
"PrintPreview",
"Project",
"ProjectAdd",
"ProjectEdit",
"ProjectNameEdit",
"Promote",
"Properties",
"PropertiesCopy",
"PublishCheck",
"PublishPending",
"PublishReject",
"PublishRemove",
"PublishSchedule",
"PushNotification",
"Question",
"QuickSelect",
"RSS",
"RadialGradient",
"Rail",
"RailBottom",
"RailLeft",
"RailRight",
"RailRightClose",
"RailRightOpen",
"RailTop",
"RangeMask",
"RealTimeCustomerProfile",
"RectSelect",
"Rectangle",
"Redo",
"Refresh",
"RegionSelect",
"Relevance",
"Remove",
"RemoveCircle",
"Rename",
"Reorder",
"Replay",
"Replies",
"Reply",
"ReplyAll",
"Report",
"ReportAdd",
"Resize",
"Retweet",
"Reuse",
"Revenue",
"Revert",
"Rewind",
"RewindCircle",
"Ribbon",
"RotateCCW",
"RotateCCWBold",
"RotateCW",
"RotateCWBold",
"RotateLeft",
"RotateLeftOutline",
"RotateRight",
"RotateRightOutline",
"SMS",
"SMSKey",
"SMSLightning",
"SMSRefresh",
"SQLQuery",
"Sampler",
"Sandbox",
"SaveAsFloppy",
"SaveFloppy",
"SaveTo",
"SaveToLight",
"Scribble",
"Search",
"Seat",
"SeatAdd",
"Segmentation",
"Segments",
"Select",
"SelectAdd",
"SelectBox",
"SelectBoxAll",
"SelectCircular",
"SelectContainer",
"SelectGear",
"SelectIntersect",
"SelectSubtract",
"Selection",
"SelectionChecked",
"SelectionMove",
"Send",
"SentimentNegative",
"SentimentNeutral",
"SentimentPositive",
"Separator",
"Servers",
"Settings",
"Shapes",
"Share",
"ShareAndroid",
"ShareCheck",
"ShareLight",
"ShareWindows",
"Sharpen",
"Shield",
"Ship",
"Shop",
"ShoppingCart",
"ShowAllLayers",
"ShowMenu",
"ShowOneLayer",
"Shuffle",
"Slice",
"Slow",
"SmallCaps",
"Snapshot",
"SocialNetwork",
"SortOrderDown",
"SortOrderUp",
"Spam",
"Spellcheck",
"Spin",
"SplitView",
"SpotHeal",
"Stadium",
"Stage",
"Stamp",
"Star",
"StarOutline",
"Starburst",
"StepBackward",
"StepBackwardCircle",
"StepForward",
"StepForwardCircle",
"Stop",
"StopCircle",
"Stopwatch",
"Straighten",
"StraightenOutline",
"StrokeWidth",
"Subscribe",
"SubtractBackPath",
"SubtractFromSelection",
"SubtractFrontPath",
"SuccessMetric",
"Summarize",
"Survey",
"Switch",
"Sync",
"SyncRemove",
"Table",
"TableAdd",
"TableAndChart",
"TableColumnAddLeft",
"TableColumnAddRight",
"TableColumnMerge",
"TableColumnRemoveCenter",
"TableColumnSplit",
"TableEdit",
"TableHistogram",
"TableMergeCells",
"TableRowAddBottom",
"TableRowAddTop",
"TableRowMerge",
"TableRowRemoveCenter",
"TableRowSplit",
"TableSelectColumn",
"TableSelectRow",
"TagBold",
"TagItalic",
"TagUnderline",
"Target",
"Targeted",
"TaskList",
"Teapot",
"Temperature",
"TestAB",
"TestABEdit",
"TestABGear",
"TestABRemove",
"TestProfile",
"Text",
"TextAdd",
"TextAlignCenter",
"TextAlignJustify",
"TextAlignLeft",
"TextAlignRight",
"TextBaselineShift",
"TextBold",
"TextBulleted",
"TextBulletedAttach",
"TextBulletedHierarchy",
"TextBulletedHierarchyExclude",
"TextColor",
"TextDecrease",
"TextEdit",
"TextExclude",
"TextIncrease",
"TextIndentDecrease",
"TextIndentIncrease",
"TextItalic",
"TextKerning",
"TextLetteredLowerCase",
"TextLetteredUpperCase",
"TextNumbered",
"TextParagraph",
"TextRomanLowercase",
"TextRomanUppercase",
"TextSize",
"TextSizeAdd",
"TextSpaceAfter",
"TextSpaceBefore",
"TextStrikethrough",
"TextStroke",
"TextStyle",
"TextSubscript",
"TextSuperscript",
"TextTracking",
"TextUnderline",
"ThumbDown",
"ThumbDownOutline",
"ThumbUp",
"ThumbUpOutline",
"Tips",
"Train",
"TransferToPlatform",
"Transparency",
"Trap",
"TreeCollapse",
"TreeCollapseAll",
"TreeExpand",
"TreeExpandAll",
"TrendInspect",
"TrimPath",
"Trophy",
"Type",
"USA",
"Underline",
"Undo",
"Ungroup",
"Unlink",
"Unmerge",
"UploadToCloud",
"UploadToCloudOutline",
"User",
"UserActivity",
"UserAdd",
"UserAdmin",
"UserArrow",
"UserCheckedOut",
"UserDeveloper",
"UserEdit",
"UserExclude",
"UserGroup",
"UserLock",
"UserShare",
"UsersAdd",
"UsersExclude",
"UsersLock",
"UsersShare",
"Variable",
"VectorDraw",
"VideoCheckedOut",
"VideoFilled",
"VideoOutline",
"ViewAllTags",
"ViewBiWeek",
"ViewCard",
"ViewColumn",
"ViewDay",
"ViewDetail",
"ViewGrid",
"ViewList",
"ViewRow",
"ViewSingle",
"ViewStack",
"ViewWeek",
"ViewedMarkAs",
"Vignette",
"Visibility",
"VisibilityOff",
"Visit",
"VisitShare",
"VoiceOver",
"VolumeMute",
"VolumeOne",
"VolumeThree",
"VolumeTwo",
"Watch",
"WebPage",
"WebPages",
"Workflow",
"WorkflowAdd",
"Wrench",
"ZoomIn",
"ZoomOut"
],
"title": "workflow-icon",
"type": "string"
} | 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 should be styled with a normal, italic, or oblique face from its font-family",
"properties": {
"value": {
"enum": [
"italic",
"normal"
],
"type": "string"
}
},
"title": "Font style",
"type": "object"
} | 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 dimension.",
"properties": {
"value": {
"pattern": "^([0-9]+)(px|rem|em|%)$",
"type": "string"
}
},
"title": "Dimension",
"type": "object"
} | Apache-2.0 | en |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.