Skip to content

Commit 8ad70eb

Browse files
committed
docs: tweak
1 parent e503f48 commit 8ad70eb

File tree

1 file changed

+1
-1
lines changed
  • packages/documentation/src/app/overview/compatibility

1 file changed

+1
-1
lines changed

packages/documentation/src/app/overview/compatibility/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ as a breaking change prior to v1.
261261
| maxProperties | 🚫 | Not yet supported |
262262
| minProperties | 🚫 | Not yet supported |
263263
| required | ✅ | Controls whether `undefined` is allowed for each value in `properties` |
264-
| enum | ✅ | Applies to `type: number` and `type: string` |
264+
| enum | ✅ | Applies to `type: number`, `type: string` and `type: boolean` |
265265
| type | ✅ | |
266266
| not | 🚫 | Not yet supported |
267267
| allOf | ✅ | Produces a intersection type like `A & B` |

0 commit comments

Comments
 (0)