{
  "title": "Consent States (v1.0.0)",
  "description": "The state of a consent resource.",
  "type": "string",
  "enum": [
    "pending",
    "given",
    "stale",
    "rescinded",
    "revoked"
  ],
  "x-apiture-version": "1.0.0"
}