{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Securable", "type": "object", "properties": { "database": { "type": "string", "description": "Database name of the securable if applicable." }, "schema": { "type": "string", "description": "Schema name of the securable if applicable." }, "service": { "type": "string", "description": "Service name of the securable if applicable." }, "name": { "type": "string", "description": "Name of the securable if applicable." } } }