api-shield_schema_upload_details_errors_critical

APIs.ioEngineeringPlatform

Properties

Name Type Description
critical array Diagnostic critical error events that occurred during processing.
errors array Diagnostic error events that occurred during processing.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schema-upload-details-errors-critical-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schema_upload_details_errors_critical",
  "title": "api-shield_schema_upload_details_errors_critical",
  "properties": {
    "critical": {
      "description": "Diagnostic critical error events that occurred during processing.",
      "items": {
        "$ref": "#/components/schemas/api-shield_schema_upload_log_event"
      },
      "type": "array"
    },
    "errors": {
      "description": "Diagnostic error events that occurred during processing.",
      "items": {
        "$ref": "#/components/schemas/api-shield_schema_upload_log_event"
      },
      "type": "array"
    }
  },
  "type": "object"
}