diff --git a/components/schemas/environments/services/discovery/DiscoveryConfig.yml b/components/schemas/environments/services/discovery/DiscoveryConfig.yml index 6e4d3470..24473071 100644 --- a/components/schemas/environments/services/discovery/DiscoveryConfig.yml +++ b/components/schemas/environments/services/discovery/DiscoveryConfig.yml @@ -7,7 +7,7 @@ properties: - $ref: ../../../Duration.yml - type: "null" dual_stack_legacy: - description: When enabled, Discovery will return both IPv6 and IPv4 when in Legacy mode. Otherwise, only IPv4 will be retuned. + description: When enabled, discovery will return both IPv6 and IPv4 when in legacy mode. Otherwise, only IPv4 will be returned. anyOf: - type: boolean - type: "null" diff --git a/stackspec/schema/services/discovery/StackSpecDiscoveryConfig.yml b/stackspec/schema/services/discovery/StackSpecDiscoveryConfig.yml index b288fb13..53935298 100644 --- a/stackspec/schema/services/discovery/StackSpecDiscoveryConfig.yml +++ b/stackspec/schema/services/discovery/StackSpecDiscoveryConfig.yml @@ -7,7 +7,7 @@ properties: - $ref: ../../StackVariable.yml - type: "null" dual_stack_legacy: - description: When enabled, Discovery will return both IPv6 and IPv4 when in Legacy mode. Otherwise, only IPv4 will be retuned. + description: When enabled, discovery will return both IPv6 and IPv4 when in legacy mode. Otherwise, only IPv4 will be returned. anyOf: - type: boolean - $ref: ../../StackVariable.yml