{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/audit-seal.schema.json","title":"WANTED-10K Independent Audit Seal","type":"object","additionalProperties":false,"required":["profile_version","auditor","auditor_organization","independence_statement","scope","signed_at","signature_algorithm","canonicalization","signature_scope","public_key_uri","public_key_base64url","public_key_sha256","credential","manifest_sha256","auditor_signature"],"properties":{"profile_version":{"const":"0.2-V1"},"auditor":{"type":"string","minLength":1},"auditor_organization":{"type":"string","minLength":1},"independence_statement":{"type":"string","minLength":20},"scope":{"type":"array","minItems":1,"items":{"type":"string"}},"signed_at":{"type":"string","format":"date-time"},"signature_algorithm":{"const":"Ed25519"},"canonicalization":{"const":"RFC8785_JCS"},"signature_scope":{"const":"audit_manifest_without_audit.manifest_sha256_and_audit.auditor_signature"},"public_key_uri":{"type":"string","format":"uri","pattern":"^https://"},"public_key_base64url":{"type":"string","pattern":"^[A-Za-z0-9_-]{43}$"},"public_key_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"credential":{"$ref":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/auditor-credential.schema.json"},"manifest_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"auditor_signature":{"type":"string","pattern":"^[A-Za-z0-9_-]{86}$"}}}