addedOutput schema / properties / evidence
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "attestation": {
+ "additionalProperties": false,
+ "properties": {
+ "attester": {
+ "type": "string"
+ },
+ "expiresAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "issuedAt": {
+ "type": "string"
+ },
+ "passingScore": {
+ "type": "boolean"
+ },
+ "revoked": {
+ "type": "boolean"
+ },
+ "schema": {
+ "type": "string"
+ },
+ "score": {
+ "type": "number"
+ },
+ "scorerId": {
+ "type": "string"
+ },
+ "threshold": {
+ "type": "number"
+ },
+ "validAtCertIssuance": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "attester",
+ "schema",
+ "issuedAt",
+ "expiresAt",
+ "revoked",
+ "validAtCertIssuance"
+ ],
+ "type": "object"
+ },
+ "easAttestationUid": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "reviewedAt": {
+ "type": "string"
+ },
+ "reviewer": {
+ "type": "string"
+ },
+ "sessionIdHash": {
+ "type": "string"
+ },
+ "tier": {
+ "enum": [
+ "evidence-verified",
+ "legacy",
+ "unverified"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "tier"
+ ],
+ "type": "object"
+}