mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-27 04:54:08 +02:00
Compare commits
1 commit
cbb49851aa
...
361748c33e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
361748c33e |
|
|
@ -1 +0,0 @@
|
||||||
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: ["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.
|
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…
Reference in a new issue