{ "$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-login-response-schema.json", "title": "AppUserLoginResponse", "description": "AppUserLoginResponse schema from ReqRes API", "type": "object", "properties": { "data": { "type": "object", "additionalProperties": true } }, "required": [ "data" ] }