Skip to content

Commit

Permalink
Cache test schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Oct 10, 2023
1 parent 1d97e56 commit 7948100
Showing 1 changed file with 285 additions and 0 deletions.
285 changes: 285 additions & 0 deletions merklize/testdata/httpresp/iden3proofs.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,285 @@
{
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"Iden3SparseMerkleTreeProof": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#Iden3SparseMerkleTreeProof",
"@context": {
"@version": 1.1,
"@protected": true,
"@propagate": true,
"id": "@id",
"type": "@type",
"sec": "https://w3id.org/security#",
"@vocab": "https://schema.iden3.io/core/vocab/Iden3SparseMerkleTreeProof.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"mtp": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#SparseMerkleTreeProof",
"@type": "SparseMerkleTreeProof"
},
"coreClaim": {
"@id": "coreClaim",
"@type": "xsd:string"
},
"issuerData": {
"@id": "issuerData",
"@context": {
"@version": 1.1,
"state": {
"@id": "state",
"@context": {
"txId": {
"@id": "txId",
"@type": "xsd:string"
},
"blockTimestamp": {
"@id": "blockTimestamp",
"@type": "xsd:integer"
},
"blockNumber": {
"@id": "blockNumber",
"@type": "xsd:integer"
},
"rootOfRoots": {
"@id": "rootOfRoots",
"@type": "xsd:string"
},
"claimsTreeRoot": {
"@id": "claimsTreeRoot",
"@type": "xsd:string"
},
"revocationTreeRoot": {
"@id": "revocationTreeRoot",
"@type": "xsd:string"
},
"authCoreClaim": {
"@id": "authCoreClaim",
"@type": "xsd:string"
},
"value": {
"@id": "value",
"@type": "xsd:string"
}
}
}
}
}
}
},
"SparseMerkleTreeProof": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#SparseMerkleTreeProof",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"sec": "https://w3id.org/security#",
"smt-proof-vocab": "https://schema.iden3.io/core/vocab/SparseMerkleTreeProof.md#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"existence": {
"@id": "smt-proof-vocab:existence",
"@type": "xsd:boolean"
},
"revocationNonce": {
"@id": "smt-proof-vocab:revocationNonce",
"@type": "xsd:number"
},
"siblings": {
"@id": "smt-proof-vocab:siblings",
"@container": "@list"
},
"nodeAux": "@nest",
"hIndex": {
"@id": "smt-proof-vocab:hIndex",
"@nest": "nodeAux",
"@type": "xsd:string"
},
"hValue": {
"@id": "smt-proof-vocab:hValue",
"@nest": "nodeAux",
"@type": "xsd:string"
}
}
},
"BJJSignature2021": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#BJJSignature2021",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"@vocab": "https://schema.iden3.io/core/vocab/BJJSignature2021.md#",
"@propagate": true,
"type": "@type",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"coreClaim": {
"@id": "coreClaim",
"@type": "xsd:string"
},
"issuerData": {
"@id": "issuerData",
"@context": {
"@version": 1.1,
"authCoreClaim": {
"@id": "authCoreClaim",
"@type": "xsd:string"
},
"mtp": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#SparseMerkleTreeProof",
"@type": "SparseMerkleTreeProof"
},
"revocationStatus": {
"@id": "revocationStatus",
"@type": "@id"
},
"state": {
"@id": "state",
"@context": {
"@version": 1.1,
"rootOfRoots": {
"@id": "rootOfRoots",
"@type": "xsd:string"
},
"claimsTreeRoot": {
"@id": "claimsTreeRoot",
"@type": "xsd:string"
},
"revocationTreeRoot": {
"@id": "revocationTreeRoot",
"@type": "xsd:string"
},
"value": {
"@id": "value",
"@type": "xsd:string"
}
}
}
}
},
"signature": {
"@id": "signature",
"@type": "https://w3id.org/security#multibase"
},
"domain": "https://w3id.org/security#domain",
"creator": {
"@id": "creator",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"challenge": "https://w3id.org/security#challenge",
"created": {
"@id": "created",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"expires": {
"@id": "https://w3id.org/security#expiration",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"nonce": "https://w3id.org/security#nonce",
"proofPurpose": {
"@id": "https://w3id.org/security#proofPurpose",
"@type": "@vocab",
"@context": {
"@protected": true,
"id": "@id",
"type": "@type",
"assertionMethod": {
"@id": "https://w3id.org/security#assertionMethod",
"@type": "@id",
"@container": "@set"
},
"authentication": {
"@id": "https://w3id.org/security#authenticationMethod",
"@type": "@id",
"@container": "@set"
},
"capabilityInvocation": {
"@id": "https://w3id.org/security#capabilityInvocationMethod",
"@type": "@id",
"@container": "@set"
},
"capabilityDelegation": {
"@id": "https://w3id.org/security#capabilityDelegationMethod",
"@type": "@id",
"@container": "@set"
},
"keyAgreement": {
"@id": "https://w3id.org/security#keyAgreementMethod",
"@type": "@id",
"@container": "@set"
}
}
},
"proofValue": {
"@id": "https://w3id.org/security#proofValue",
"@type": "https://w3id.org/security#multibase"
},
"verificationMethod": {
"@id": "https://w3id.org/security#verificationMethod",
"@type": "@id"
}
}
},
"Iden3ReverseSparseMerkleTreeProof": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#Iden3ReverseSparseMerkleTreeProof",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden3-reverse-sparse-merkle-tree-proof-vocab": "https://schema.iden3.io/core/vocab/Iden3ReverseSparseMerkleTreeProof.md#",
"revocationNonce": "iden3-reverse-sparse-merkle-tree-proof-vocab:revocationNonce",
"statusIssuer": {
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type"
},
"@id": "iden3-reverse-sparse-merkle-tree-proof-vocab:statusIssuer"
}
}
},
"Iden3commRevocationStatusV1.0": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#Iden3commRevocationStatusV1.0",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden3-comm-revocation-statusV1.0-vocab": "https://schema.iden3.io/core/vocab/Iden3commRevocationStatusV1.0.md#",
"revocationNonce": "iden3-comm-revocation-statusV1.0-vocab:revocationNonce",
"statusIssuer": {
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type"
},
"@id": "iden3-comm-revocation-statusV1.0-vocab:statusIssuer"
}
}
},
"Iden3OnchainSparseMerkleTreeProof2023": {
"@id": "https://schema.iden3.io/core/jsonld/iden3proofs.jsonld#Iden3OnchainSparseMerkleTreeProof2023",
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type",
"iden3-onchain-sparse-merkle-tree-proof-2023-vocab": "https://schema.iden3.io/core/vocab/Iden3OnchainSparseMerkleTreeProof2023.md#",
"revocationNonce": "iden3-onchain-sparse-merkle-tree-proof-2023-vocab:revocationNonce",
"statusIssuer": {
"@context": {
"@version": 1.1,
"@protected": true,
"id": "@id",
"type": "@type"
},
"@id": "iden3-onchain-sparse-merkle-tree-proof-2023-vocab:statusIssuer"
}
}
},
"JsonSchema2023": "https://www.w3.org/ns/credentials#JsonSchema2023"
}
}

0 comments on commit 7948100

Please sign in to comment.