access_schemas-empty_response

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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