access_certificates_components-schemas-response_collection-2

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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