[schema] Correct null value handling for the AS Registration’s `url` property (#2130)

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
pull/2144/head
V02460 7 months ago committed by GitHub
parent 67743d5715
commit 4ed55a60ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Correct null value handling for the AS Registration's `url` property.

@ -19,7 +19,7 @@ properties:
type: string type: string
description: A unique, user-defined ID of the application service which will never change. description: A unique, user-defined ID of the application service which will never change.
url: url:
type: string type: ["null", "string"]
description: The URL for the application service. May include a path after the domain name. Optionally set to null if no traffic is required. description: The URL for the application service. May include a path after the domain name. Optionally set to null if no traffic is required.
as_token: as_token:
type: string type: string

Loading…
Cancel
Save