Successful Response

APIs.ioEngineeringPlatform

Properties

Name Type Description
collections array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-importopenapidefinition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/importOpenApiDefinition",
  "title": "Successful Response",
  "type": "object",
  "properties": {
    "collections": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "description": "The collection's ID.",
            "example": "12ece9e1-2abf-4edc-8e34-de66e74114d2"
          },
          "name": {
            "type": "string",
            "description": "The collection's name.",
            "example": "Test Collection"
          },
          "uid": {
            "type": "string",
            "format": "uid",
            "description": "The collection's unique ID.",
            "example": "12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2"
          }
        }
      }
    }
  }
}