Fix the stragglers

This commit is contained in:
Travis Ralston 2018-08-31 15:44:23 -06:00
parent 7d34995ece
commit 2af09655ce
2 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,6 @@ properties:
type: string type: string
description: |- description: |-
Optional. When the validation is completed, the identity Optional. When the validation is completed, the identity
service will redirect the user to this URL. server will redirect the user to this URL.
example: "https://example.org/congratulations.html" example: "https://example.org/congratulations.html"
required: ["client_secret", "email", "send_attempt"] required: ["client_secret", "email", "send_attempt"]

View file

@ -48,6 +48,6 @@ properties:
type: string type: string
description: |- description: |-
Optional. When the validation is completed, the identity Optional. When the validation is completed, the identity
service will redirect the user to this URL. server will redirect the user to this URL.
example: "https://example.org/congratulations.html" example: "https://example.org/congratulations.html"
required: ["client_secret", "country", "phone_number", "send_attempt"] required: ["client_secret", "country", "phone_number", "send_attempt"]