{ "$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-request-structure.json", "name": "AppUserVerifyRequest", "description": "AppUserVerifyRequest schema from ReqRes API", "type": "object", "properties": { "token": { "type": "string" } }, "required": [ "token" ] }