Add provenance schema contract for v0.3.0
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"schema": "https://thinkloom.app/schemas/provenance/1.0/encrypted-key-envelope.schema.json",
|
||||
"description": "Valid Encrypted key envelope example.",
|
||||
"instance": {
|
||||
"schema_version": "1.0",
|
||||
"envelope_id": "record_01J00000000000000000000005",
|
||||
"key_id": "key_01J0000000000000000000000G",
|
||||
"envelope_type": "device",
|
||||
"algorithm": "xchacha20-poly1305",
|
||||
"key_derivation": null,
|
||||
"nonce": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
|
||||
"wrapped_key": "d3JhcHBlZC1wcm9qZWN0LWtleQ==",
|
||||
"ciphertext_sha256": "sha256:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
||||
"created_at": "2026-07-17T18:42:10.123Z"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user