{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AttackProtectionCaptchaRecaptchaEnterpriseResponseContent", "title": "AttackProtectionCaptchaRecaptchaEnterpriseResponseContent", "type": "object", "additionalProperties": true, "properties": { "site_key": { "type": "string", "description": "The site key for the reCAPTCHA Enterprise provider." }, "project_id": { "type": "string", "description": "The project ID for the reCAPTCHA Enterprise provider." } } }