Apache Pig · JSON Structure

Apache Pig Validation Result Structure

ValidationResult schema from Apache Pig

Type: object Properties: 2
Big DataData AnalysisETLHadoopScriptingApacheOpen Source

ValidationResult is a JSON Structure definition published by Apache Pig, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

valid errors

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-pig/refs/heads/main/json-structure/apache-pig-validation-result-structure.json",
  "description": "ValidationResult schema from Apache Pig",
  "type": "object",
  "properties": {
    "valid": {
      "type": "boolean",
      "example": true
    },
    "errors": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ValidationError"
      }
    }
  },
  "name": "ValidationResult"
}