{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://offeringprotocol.org/schemas/action-relation.schema.json",
  "title": "ODP Action relation",
  "type": "string",
  "minLength": 1,
  "maxLength": 64,
  "pattern": "^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$"
}
