{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "recordId": {
      "type": "string",
      "pattern": "^opp_[a-z0-9-]+_[a-f0-9]{16}$",
      "description": "Library record id of the form opp_<niche>_<16 hex>, as returned by list_opportunities."
    }
  },
  "required": [
    "recordId"
  ],
  "additionalProperties": false
}
