Data Contract
{{ datacontract.id }}
{% if datacontract.tags %}
{% for tag in datacontract.tags %}
{{ tag }}
{% endfor %}
{% endif %}
Servers
Servers of the data contract
-
{% for server_name, server in datacontract.servers.items() %}
{{ render_partial('partials/server.html', server_name = server_name, server = server) }}
{% endfor %}
Data Model
The logical data model
{{ model_name }}
{{ model.type }}
{{ model.description }}
|
---|
Definitions
Domain specific definitions in the data contract
Examples
Examples for models in the data contract
Quality
{{ datacontract.quality.type }}
{{ quality_specification }}
Created at {{formatted_date}} with Data Contract CLI v{{datacontract_cli_version}}