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

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
V02460 2025-05-20 16:54:09 +02:00 committed by Tom Foster
parent 06f6ac6c07
commit 95c86f1360
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -19,7 +19,7 @@ properties:
type: string
description: A unique, user-defined ID of the application service which will never change.
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.
as_token:
type: string