{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://offeringprotocol.org/schemas/protocol-version.schema.json",
  "title": "ODP protocol version",
  "description": "The major and minor version governing one top-level ODP document.",
  "type": "string",
  "pattern": "^(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)$"
}
