{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/dolittle-tenants-configuration/latest.json",
  "title": "Tenants Configuration",
  "description": "The tenants configuration",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Tenancy/tenants.json",
    "sourceSha256": "0ed4a7d7a72662d534685dafffcaea064ef789222bd7cb522ba9c54e1351d373",
    "fileMatch": [
      "**/.dolittle/tenants.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "additionalProperties": {
    "description": "The configuration of a tenant",
    "type": "object"
  }
}
