{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/tenant.json", "title": "Tenant", "type": "object", "description": "Information about the Dryad member associated with the dataset.", "properties": { "id": { "format": "string" }, "abbreviation": { "format": "string" }, "shortName": { "format": "string" }, "longName": { "format": "string" }, "domainName": { "format": "string" } } }