You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Inline Signature**|`app.certified.signature.inline`| An inline cryptographic signature for attesting to record content. Uses JOSE algorithm identifiers (ES256, ES256K, Ed25519). |
159
+
|**Signature List**|`app.certified.signature.list`| Container object with a `signatures` array. Referenced by all record lexicons via `signatureData` property. |
160
+
|**Proof**|`app.certified.signature.proof`| Remote attestation proof record containing the CID of attested content. Lives in the attestor's repository and can be referenced via strongRef. |
161
+
162
+
All record lexicons include an optional `signatureData` property that references `app.certified.signature.list`, enabling cryptographic attestations. See [Cryptographic Signatures](#cryptographic-signatures) for usage details.
All record lexicons support optional cryptographic signatures via the `signatureData` property. This enables platform attestation and verification that records were created through trusted services.
386
+
387
+
Signatures support two patterns:
388
+
389
+
1.**Inline signatures**: Embedded directly in the record
390
+
2.**Remote attestations**: References to proof records in other repositories (via `strongRef`)
0 commit comments