Attributes Schema¶
Source: attributes-schema.json
JSON input for platform attributes.
{
"$schema" : "https://json-schema.org/draft/2020-12/schema",
"type" : "object",
"properties" : {
"cryptographicAnchors" : {
"$ref" : "global-definitions.json#/$defs/TraitMap"
},
"platformConfigUri" : {
"$ref" : "global-definitions.json#/$defs/URIReference"
},
"previousPlatformCertificates" : {
"$ref" : "global-definitions.json#/$defs/TraitMap"
},
"tBBSecurityAssertions" : {
"$ref" : "global-definitions.json#/$defs/TBBSecurityAssertions"
},
"tCGCredentialSpecification" : {
"$ref" : "global-definitions.json#/$defs/TCGSpecificationVersion"
},
"tCGPlatformSpecification" : {
"$ref" : "global-definitions.json#/$defs/TCGPlatformSpecification"
},
"tCPASpecVersion" : {
"$ref" : "global-definitions.json#/$defs/TCPASpecVersion"
},
"tPMManufacturer" : {
"$ref" : "global-definitions.json#/$defs/ASN1UTF8String"
},
"tPMModel" : {
"$ref" : "global-definitions.json#/$defs/ASN1UTF8String"
},
"tPMSecurityAssertions" : {
"$ref" : "global-definitions.json#/$defs/TPMSecurityAssertions"
},
"tPMSpecification" : {
"$ref" : "global-definitions.json#/$defs/TPMSpecification"
},
"tPMVersion" : {
"$ref" : "global-definitions.json#/$defs/ASN1UTF8String"
}
},
"description" : "JSON input for platform attributes.",
"title" : "Attributes Schema",
"$id" : "attributes-schema.json"
}