Create or update a custom attestation type for an org.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Custom attestation description in JSON format
{
"description": "A person that is over 21 year",
"evaluator": {
"content_type": "jq",
"rules": [".age > 21"]
},
"name": "person-over-21"
}
Optional attestation schema file
Creation Success