{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://offeringprotocol.org/schemas/trust-protocol.schema.json",
  "title": "ODP Trust Protocol Descriptor",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "const": "tap"
    }
  },
  "additionalProperties": false
}
