api-shield_schema_upload_details_warnings_only

APIs.ioEngineeringPlatform

Properties

Name Type Description
warnings array Diagnostic warning events that occurred during processing. These events are non-critical errors found within the schema.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-api-shield-schema-upload-details-warnings-only-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api-shield_schema_upload_details_warnings_only",
  "title": "api-shield_schema_upload_details_warnings_only",
  "properties": {
    "warnings": {
      "description": "Diagnostic warning events that occurred during processing. These events are non-critical errors found within the schema.",
      "items": {
        "$ref": "#/components/schemas/api-shield_schema_upload_log_event"
      },
      "type": "array"
    }
  },
  "type": "object"
}