{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "dolittle.io/schemas/Runtime/Tenancy/tenants.json", "title": "Tenants Configuration", "description": "The tenants configuration", "type": "object", "additionalProperties": { "description": "The configuration of a tenant", "type": "object" } }