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