{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/tls-certificates-and-hostnames_components-schemas-validation_method", "title": "tls-certificates-and-hostnames_components-schemas-validation_method", "properties": { "validation_method": { "$ref": "#/components/schemas/tls-certificates-and-hostnames_validation_method_definition" } }, "required": [ "validation_method" ], "type": "object" }