@forge/manifest
12.6.0-next.112.6.0-next.2
out/schema/manifest-schema.json~
out/schema/manifest-schema.jsonModified+13
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -29747,8 +29747,9 @@
"additionalProperties": false,
"required": [
"name",
"protocols",
+ "productContexts",
"key"
],
"properties": {
"icon": {
@@ -29804,8 +29805,20 @@
}
}
}
},
+ "productContexts": {
+ "type": "array",
+ "description": "Declares which Atlassian products the agent is designed to operate within.",
+ "minItems": 1,
+ "uniqueItems": true,
+ "items": {
+ "type": "string",
+ "enum": [
+ "jira"
+ ]
+ }
+ },
"protocols": {
"description": "Defines how your agent communicates with other agents and systems. It specifies the protocols and transport mechanisms available for interactions with your remote agent.",
"type": "object",
"additionalProperties": false,