Alation · JSON Structure

Alation Alation Data Catalog Custom Field Value Structure

A custom field value for a catalog object

Type: object Properties: 5
Data CatalogData GovernanceData IntelligenceData LineageData QualityBusiness GlossaryMetadata ManagementAI

Alation Alation Data Catalog Custom Field Value Structure is a JSON Structure definition published by Alation, describing 5 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

field_id field_name object_type object_id value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/alation/refs/heads/main/json-structure/alation-alation-data-catalog-custom-field-value-structure.json",
  "title": "CustomFieldValue",
  "description": "A custom field value for a catalog object",
  "type": "object",
  "properties": {
    "field_id": {
      "type": "int32",
      "description": ""
    },
    "field_name": {
      "type": "string",
      "description": ""
    },
    "object_type": {
      "type": "string",
      "description": ""
    },
    "object_id": {
      "type": "int32",
      "description": ""
    },
    "value": {
      "type": "string",
      "description": "Field value"
    }
  }
}