Compare commits

...

3 commits

Author SHA1 Message Date
V02460 4ba9c7ea7a
Merge f1e04b780d into 81273df88e 2025-04-16 10:10:52 -07:00
Kai A. Hiller f1e04b780d Add newsfragment
Signed-off-by: Kai A. Hiller <git@kaialexhiller.de>
2025-04-09 10:04:16 +02:00
Kai A. Hiller a7b4139e1b schema: Make AS URL nullable
Signed-off-by: Kai A. Hiller <git@kaialexhiller.de>
2025-04-08 21:29:33 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
Correct null value handling for the AS Registrations `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