{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://universaldocument.org/developers/witness/witness-statement.schema.json","title":"UD witness statement","type":"object","additionalProperties":false,"required":["statement_version","statement_id","witness_id","witness_public_key","protocol_version","observed_checkpoint_id","observed_merkle_root","observed_tree_size","observed_at","identity_assurance","controlled","signature_algorithm","signature"],"properties":{"statement_version":{"const":"1.0"},"statement_id":{"type":"string","minLength":1},"witness_id":{"type":"string","minLength":1},"witness_public_key":{"type":"string","minLength":1},"protocol_version":{"const":"1.0"},"observed_checkpoint_id":{"type":"string","minLength":1},"observed_merkle_root":{"type":"string","pattern":"^[a-f0-9]{64}$"},"observed_tree_size":{"type":"integer","minimum":1},"observed_at":{"type":"string","format":"date-time"},"identity_assurance":{"enum":["UNVERIFIED","SELF_DECLARED","VERIFIED_ORGANIZATION"]},"controlled":{"type":"boolean"},"signature_algorithm":{"const":"Ed25519"},"signature":{"type":"string","minLength":1}}}
