{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/reqres/refs/heads/main/json-structure/reqres-app-user-verify-response-structure.json", "name": "AppUserVerifyResponse", "description": "AppUserVerifyResponse schema from ReqRes API", "type": "object", "properties": { "data": { "type": "object", "additionalProperties": true } }, "required": [ "data" ] }