{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DataGuardConfiguration", "title": "DataGuardConfiguration", "type": "object", "properties": { "configuration_name": { "type": "string" }, "protection_mode": { "type": "string" }, "enabled": { "type": "boolean" }, "databases": { "type": "array", "items": { "$ref": "#/components/schemas/DataGuardDatabase" } } } }