{% import 'macros/authoritative_definitions.html' as ad_macros %}
{% set has_tags = datacontract.tags and datacontract.tags|length > 0 %}
{% set has_authoritative_definitions = datacontract.authoritativeDefinitions and datacontract.authoritativeDefinitions|length > 0 %}
{% set has_custom_properties = datacontract.customProperties and datacontract.customProperties|length > 0 %}
{% set has_data = datacontract.id or datacontract.name or datacontract.version or has_tags or has_authoritative_definitions or has_custom_properties %}
{% if has_data %}
Fundamentals
Information about the data contract
{% if has_authoritative_definitions %}
{% for definition in datacontract.authoritativeDefinitions %}