access_certificates_components-schemas-single_response-2

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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