{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/secondary-dns_tsig", "title": "secondary-dns_tsig", "properties": { "algo": { "$ref": "#/components/schemas/secondary-dns_algo" }, "id": { "$ref": "#/components/schemas/secondary-dns_schemas-identifier" }, "name": { "$ref": "#/components/schemas/secondary-dns_schemas-name" }, "secret": { "$ref": "#/components/schemas/secondary-dns_secret" } }, "required": [ "id", "name", "secret", "algo" ], "type": "object" }