Version ID Missing

APIs.ioEngineeringPlatform

Properties

Name Type Description
type string The error type.
title string A short summary of the problem.
detail string Details about the error.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api400errorversionidmissing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api400ErrorVersionIdMissing",
  "title": "Version ID Missing",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The error type.",
      "example": "invalidParamError"
    },
    "title": {
      "type": "string",
      "description": "A short summary of the problem.",
      "example": "Invalid request body"
    },
    "detail": {
      "type": "string",
      "description": "Details about the error.",
      "example": "Missing field 'versionId' in the request body"
    }
  }
}