Skip to content

Commit 6a4340c

Browse files
committed
fix schema
1 parent e1b361f commit 6a4340c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

react-native-libraries.schema.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"definitions": {},
32
"$schema": "http://json-schema.org/draft-07/schema#",
43
"$id": "https://github.com/react-native-community/directory/blob/main/react-native-libraries.schema.json",
54
"type": "array",
6-
"title": "React Native Directory entries",
5+
"title": "React Native Directory entries list",
76
"items": {
87
"$id": "#/items",
98
"type": "object",
@@ -37,7 +36,7 @@
3736
"default": false
3837
},
3938
"web": {
40-
"$id": "#/items/properties/android",
39+
"$id": "#/items/properties/web",
4140
"type": "boolean",
4241
"title": "Package supports Web (react-native-web)",
4342
"default": false
@@ -61,7 +60,7 @@
6160
"default": false
6261
},
6362
"visionos": {
64-
"$id": "#/items/properties/tvos",
63+
"$id": "#/items/properties/visionos",
6564
"type": "boolean",
6665
"title": "Package supports visionOS (react-native-visionos)",
6766
"default": false

0 commit comments

Comments
 (0)