addedOutput schema / properties / _meta / properties / limit_warnings
Added value: +{
+ "description": "Soft-warning array for partial fulfillment. Each entry carries a stable subcode + remediation.options[]. AI agents pattern-match on subcode.",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "code": {
+ "const": "LIMIT_EXCEEDED",
+ "type": "string"
+ },
+ "current_plan": {
+ "type": "string"
+ },
+ "extensions": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "limit_type": {
+ "type": "string"
+ },
+ "limit_value": {},
+ "remediation": {
+ "additionalProperties": true,
+ "properties": {
+ "contact_sales": {
+ "type": "string"
+ },
+ "default_action": {
+ "type": "string"
+ },
+ "options": {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "pricing_page": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "options",
+ "default_action",
+ "pricing_page",
+ "contact_sales"
+ ],
+ "type": "object"
+ },
+ "requested_value": {},
+ "returned_value": {},
+ "subcode": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "code",
+ "subcode",
+ "limit_type",
+ "current_plan",
+ "remediation"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}