DocumentationPartIds

A collection of the imported DocumentationPart identifiers.

APIs.ioEngineeringPlatform

Properties

Name Type Description
ids object
warnings object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-documentationpartids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DocumentationPartIds",
  "title": "DocumentationPartIds",
  "type": "object",
  "properties": {
    "ids": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfString"
        },
        {
          "description": "A list of the returned documentation part identifiers."
        }
      ]
    },
    "warnings": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfString"
        },
        {
          "description": "A list of warning messages reported during import of documentation parts."
        }
      ]
    }
  },
  "description": "A collection of the imported DocumentationPart identifiers."
}