ResponseBase

Response base

APIs.ioEngineeringPlatform

Properties

Name Type Description
_type string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-responsebase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseBase",
  "title": "ResponseBase",
  "required": [
    "_type"
  ],
  "type": "object",
  "properties": {
    "_type": {
      "type": "string"
    }
  },
  "description": "Response base",
  "discriminator": {
    "propertyName": "_type"
  }
}