Skip to content

Commit 5b4970d

Browse files
committed
chore(schema): defer generated schema update
1 parent 1aa9046 commit 5b4970d

1 file changed

Lines changed: 18 additions & 50 deletions

File tree

schemas/agentcore.schema.v1.json

Lines changed: 18 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3188,58 +3188,26 @@
31883188
"default": [],
31893189
"type": "array",
31903190
"items": {
3191-
"anyOf": [
3192-
{
3193-
"type": "object",
3194-
"properties": {
3195-
"name": {
3196-
"type": "string",
3197-
"minLength": 1,
3198-
"maxLength": 48,
3199-
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
3200-
},
3201-
"provider": {
3202-
"type": "string",
3203-
"const": "CoinbaseCDP"
3204-
},
3205-
"provisionMode": {
3206-
"type": "string",
3207-
"const": "QUICK_CREATE"
3208-
},
3209-
"credentialName": {
3210-
"not": {}
3211-
}
3212-
},
3213-
"required": ["name", "provider", "provisionMode"],
3214-
"additionalProperties": false
3191+
"type": "object",
3192+
"properties": {
3193+
"name": {
3194+
"type": "string",
3195+
"minLength": 1,
3196+
"maxLength": 48,
3197+
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
32153198
},
3216-
{
3217-
"type": "object",
3218-
"properties": {
3219-
"name": {
3220-
"type": "string",
3221-
"minLength": 1,
3222-
"maxLength": 48,
3223-
"pattern": "^[a-zA-Z][a-zA-Z0-9_]{0,47}$"
3224-
},
3225-
"provider": {
3226-
"default": "CoinbaseCDP",
3227-
"type": "string",
3228-
"enum": ["CoinbaseCDP", "StripePrivy"]
3229-
},
3230-
"provisionMode": {
3231-
"type": "string",
3232-
"const": "MANUAL"
3233-
},
3234-
"credentialName": {
3235-
"type": "string",
3236-
"minLength": 1
3237-
}
3238-
},
3239-
"required": ["name", "credentialName"],
3240-
"additionalProperties": false
3199+
"provider": {
3200+
"default": "CoinbaseCDP",
3201+
"type": "string",
3202+
"enum": ["CoinbaseCDP", "StripePrivy"]
3203+
},
3204+
"credentialName": {
3205+
"type": "string",
3206+
"minLength": 1
32413207
}
3242-
]
3208+
},
3209+
"required": ["name", "credentialName"],
3210+
"additionalProperties": false
32433211
}
32443212
},
32453213
"description": {

0 commit comments

Comments
 (0)