Red Hat 3scale · Schema

BootResponse

API GatewayAPI ManagementDeveloper PortalEnterpriseRed Hat

Properties

Name Type Description
success boolean
message string
View JSON Schema on GitHub

JSON Schema

red-hat-3scale-bootresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BootResponse",
  "title": "BootResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    }
  }
}