access_empty_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-empty-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_empty_response",
  "title": "access_empty_response",
  "allOf": [
    {
      "properties": {
        "result": {
          "enum": [
            true,
            false
          ],
          "example": true,
          "type": "boolean"
        },
        "success": {
          "enum": [
            true,
            false
          ],
          "example": true,
          "type": "boolean"
        }
      }
    }
  ]
}