|
786 | 786 | } |
787 | 787 | } |
788 | 788 | }, |
789 | | - "revision": "20250209", |
| 789 | + "revision": "20250427", |
790 | 790 | "rootUrl": "https://recaptchaenterprise.googleapis.com/", |
791 | 791 | "schemas": { |
792 | 792 | "GoogleCloudRecaptchaenterpriseV1AccountDefenderAssessment": { |
|
1098 | 1098 | }, |
1099 | 1099 | "type": "object" |
1100 | 1100 | }, |
| 1101 | + "GoogleCloudRecaptchaenterpriseV1Bot": { |
| 1102 | + "description": "Bot information and metadata.", |
| 1103 | + "id": "GoogleCloudRecaptchaenterpriseV1Bot", |
| 1104 | + "properties": { |
| 1105 | + "botType": { |
| 1106 | + "description": "Optional. Enumerated field representing the type of bot.", |
| 1107 | + "enum": [ |
| 1108 | + "BOT_TYPE_UNSPECIFIED", |
| 1109 | + "AI_AGENT", |
| 1110 | + "CONTENT_SCRAPER", |
| 1111 | + "SEARCH_INDEXER" |
| 1112 | + ], |
| 1113 | + "enumDescriptions": [ |
| 1114 | + "Default unspecified type.", |
| 1115 | + "Software program that interacts with a site and performs tasks autonomously.", |
| 1116 | + "Software that extracts specific data from sites for use.", |
| 1117 | + "Software that crawls sites and stores content for the purpose of efficient retrieval, likely as part of a search engine." |
| 1118 | + ], |
| 1119 | + "type": "string" |
| 1120 | + }, |
| 1121 | + "name": { |
| 1122 | + "description": "Optional. Enumerated string value that indicates the identity of the bot, formatted in kebab-case.", |
| 1123 | + "type": "string" |
| 1124 | + } |
| 1125 | + }, |
| 1126 | + "type": "object" |
| 1127 | + }, |
1101 | 1128 | "GoogleCloudRecaptchaenterpriseV1ChallengeMetrics": { |
1102 | 1129 | "description": "Metrics related to challenges.", |
1103 | 1130 | "id": "GoogleCloudRecaptchaenterpriseV1ChallengeMetrics", |
|
1916 | 1943 | "format": "float", |
1917 | 1944 | "readOnly": true, |
1918 | 1945 | "type": "number" |
| 1946 | + }, |
| 1947 | + "verifiedBots": { |
| 1948 | + "description": "Output only. Bots with identities that have been verified by reCAPTCHA and detected in the event.", |
| 1949 | + "items": { |
| 1950 | + "$ref": "GoogleCloudRecaptchaenterpriseV1Bot" |
| 1951 | + }, |
| 1952 | + "readOnly": true, |
| 1953 | + "type": "array" |
1919 | 1954 | } |
1920 | 1955 | }, |
1921 | 1956 | "type": "object" |
|
0 commit comments