ReqRes · Schema

AppUserVerifyResponse

AppUserVerifyResponse schema from ReqRes API

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Properties

Name Type Description
data object
View JSON Schema on GitHub

JSON Schema

reqres-app-user-verify-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/reqres/refs/heads/main/json-schema/reqres-app-user-verify-response-schema.json",
  "title": "AppUserVerifyResponse",
  "description": "AppUserVerifyResponse schema from ReqRes API",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "additionalProperties": true
    }
  },
  "required": [
    "data"
  ]
}