mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-16 12:57:48 +02:00
Custom format for url-safe unpadded base64
This commit is contained in:
parent
538671ded1
commit
e3f6bc4feb
|
|
@ -45,6 +45,7 @@ properties:
|
|||
example: A256CTR
|
||||
k:
|
||||
type: string
|
||||
format: mx-urlsafe-unpadded-base64
|
||||
description: The key, encoded as [URL-safe unpadded Base64](/appendices/#url-safe-unpadded-base64).
|
||||
example: "aWF6-32KGYaC3A_FEUCk1Bt0JA37zP0wrStgmdCaW-0"
|
||||
ext:
|
||||
|
|
|
|||
|
|
@ -71,6 +71,11 @@ mx-unpadded-base64:
|
|||
url: appendices#unpadded-base64
|
||||
# no regex
|
||||
|
||||
mx-urlsafe-unpadded-base64:
|
||||
title: URL-safe unpadded Base64
|
||||
url: appendices/#url-safe-unpadded-base64
|
||||
# no regex
|
||||
|
||||
uri:
|
||||
title: URI
|
||||
url: https://datatracker.ietf.org/doc/html/rfc3986
|
||||
|
|
|
|||
Loading…
Reference in a new issue