Skip to content

vendor

# Copyright 2026 The Bitol Contributors
# SPDX-License-Identifier: Apache-2.0

# Demonstrates RFC-0035: the optional `vendor` field on customProperties,
# attributing a custom property to a specific vendor or external system.

version: 1.0.0
apiVersion: v3.2.0
kind: DataContract
id: 6a2f8c1d-3b4e-4f9a-8c7d-0e1f2a3b4c5d
status: active
customProperties:
  - id: prop_gov_object
    property: propGovObject
    vendor: confluent
    value:
      myObject:
        mox: abc
        moy: 123
  - property: glossaryRefs
    vendor: zeenea
    value:
      - category: KPI
        def: Number of delivered doses
  - property: genericFlag
    value: true
schema:
  - name: orders
    physicalType: table
    properties:
      - name: order_id
        logicalType: integer
        required: true