access_single_response_without_html

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-single-response-without-html-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_single_response_without_html",
  "title": "access_single_response_without_html",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_api-response-single"
    },
    {
      "properties": {
        "result": {
          "$ref": "#/components/schemas/access_custom_page_without_html"
        }
      }
    }
  ]
}