ReqRes · Schema

AppUserTotalResponse

AppUserTotalResponse schema from ReqRes API

DevelopmentTestingPrototypingFake APIRESTAgent Sandbox

Properties

Name Type Description
total integer
View JSON Schema on GitHub

JSON Schema

reqres-app-user-total-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-total-response-schema.json",
  "title": "AppUserTotalResponse",
  "description": "AppUserTotalResponse schema from ReqRes API",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    }
  },
  "required": [
    "total"
  ]
}