We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e503f48 commit 8ad70ebCopy full SHA for 8ad70eb
packages/documentation/src/app/overview/compatibility/page.mdx
@@ -261,7 +261,7 @@ as a breaking change prior to v1.
261
| maxProperties | 🚫 | Not yet supported |
262
| minProperties | 🚫 | Not yet supported |
263
| required | ✅ | Controls whether `undefined` is allowed for each value in `properties` |
264
-| enum | ✅ | Applies to `type: number` and `type: string` |
+| enum | ✅ | Applies to `type: number`, `type: string` and `type: boolean` |
265
| type | ✅ | |
266
| not | 🚫 | Not yet supported |
267
| allOf | ✅ | Produces a intersection type like `A & B` |
0 commit comments