mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-22 22:13:43 +01:00
Compare commits
1 commit
d6c115aba3
...
39dfbb9f43
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39dfbb9f43 |
|
|
@ -1 +0,0 @@
|
|||
Correct null value handling for the AS Registration's `url` property.
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue