@forge/manifest
12.1.0-next.7-experimental-fd4d1a212.1.0-next.8
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+5−5
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -29775,12 +29775,8 @@
},
"configurable": {
"description": "A remote that an admin can configure",
"type": "object",
- "required": [
- "name",
- "description"
- ],
"additionalProperties": false,
"properties": {
"name": {
"description": "The name that an admin will see when they're configuring the remote",
@@ -29797,9 +29793,13 @@
"items": {
"type": "string"
}
}
- }
+ },
+ "required": [
+ "name",
+ "description"
+ ]
}
}
}
},