ValidationWarning

A validation warning

Application DependenciesCloud-NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
path string JSON path to the warning location
message string Warning message
code string Warning code
View JSON Schema on GitHub

JSON Schema

application-research-validationwarning-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationWarning",
  "title": "ValidationWarning",
  "type": "object",
  "description": "A validation warning",
  "properties": {
    "path": {
      "type": "string",
      "description": "JSON path to the warning location"
    },
    "message": {
      "type": "string",
      "description": "Warning message"
    },
    "code": {
      "type": "string",
      "description": "Warning code"
    }
  }
}