SdkTypes

The collection of SdkType instances.

APIs.ioEngineeringPlatform

Properties

Name Type Description
position object
items object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-sdktypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SdkTypes",
  "title": "SdkTypes",
  "type": "object",
  "properties": {
    "position": {
      "$ref": "#/components/schemas/String"
    },
    "items": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfSdkType"
        },
        {
          "xml": {
            "name": "item"
          },
          "description": "The current page of elements from this collection."
        }
      ]
    }
  },
  "description": "The collection of SdkType instances."
}