You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Binary data encoded as a url-safe string as defined in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648#section-5)
5
+
base_type: string
6
+
layout: default
7
+
deprecated_note: '3.1'
8
+
remarks: "When using OpenAPI 3.1 it's recommended not to use this format and instead use [`contentEncoding` with a value of `base64url`](https://json-schema.org/draft/2020-12/json-schema-validation.html#name-contentencoding)."
9
+
---
10
+
11
+
# <ahref="..">{{ page.collection }}</a>
12
+
13
+
## {{ page.slug }} - {{ page.description }}
14
+
15
+
Base type: `{{ page.base_type }}`.
16
+
17
+
The `{{page.slug}}` format is binary data encoded as a url-safe string as defined in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648#section-5).
0 commit comments