@forge/manifest
13.2.0-next.413.1.1-next.2-experimental-0949616
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified−34
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -2355,42 +2355,8 @@
"required": [
"function"
]
},
- "static": {
- "anyOf": [
- {
- "additionalProperties": false,
- "type": "object",
- "properties": {
- "function": {
- "type": "string",
- "minLength": 1,
- "maxLength": 255,
- "pattern": "^[a-zA-Z0-9-_]+$"
- }
- },
- "required": [
- "function"
- ]
- },
- {
- "additionalProperties": false,
- "type": "object",
- "properties": {
- "endpoint": {
- "type": "string",
- "minLength": 1,
- "maxLength": 255,
- "pattern": "^[a-zA-Z0-9-_]+$"
- }
- },
- "required": [
- "endpoint"
- ]
- }
- ]
- },
"refDataSchema": {
"type": "object",
"additionalProperties": false,
"properties": {