Compare commits

..

1 commit

Author SHA1 Message Date
Johannes Marbach 39dfbb9f43
Merge 7b3083885b into 67743d5715 2025-05-13 16:10:21 +01:00
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
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: ["null", "string"]
type: 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