{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttackProtectionUpdateCaptchaRecaptchaV2", "title": "AttackProtectionUpdateCaptchaRecaptchaV2", "type": "object", "additionalProperties": false, "required": [ "site_key", "secret" ], "properties": { "site_key": { "type": "string", "description": "The site key for the reCAPTCHA v2 provider.", "maxLength": 100 }, "secret": { "type": "string", "description": "The secret key for the reCAPTCHA v2 provider.", "maxLength": 100 } } }