{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/organizationsEntityPathType", "title": "organizationsEntityPathType", "type": "string", "pattern": "^o-[0-9a-z]{10,32}\\/r-[0-9a-z]{4,32}[0-9a-z-\\/]*", "minLength": 19, "maxLength": 427 }