version: "1.0.0"
apiVersion: "v3.1.0"
kind: "DataContract"
id: "registry-consumer"
name: "registry_consumer"
status: "active"
schema:
- name: "orders"
logicalType: "object"
properties:
- name: "customer_id"
logicalType: "string"
required: true
relationships:
- type: "foreignKey"
from: "orders.customer_id"
to: "provider-contract/customers/customer_id"