odcs 0.9.1

Reference implementation of the Open Data Contract Standard (ODCS)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "3.1.0"
apiVersion: "v3.1.0"
kind: "DataContract"
id: "invalid-server-type"
status: "active"

servers:
  - server: "warehouse"
    type: "not-a-valid-server-type"
    account: "xy12345"

schema:
  - name: "customers"
    logicalType: "object"
    properties:
      - name: "customer_id"
        logicalType: "string"