{
  "informationService": {
    "documentInformation": {
      "serviceType": "SERVICE_DESCRIPTION",
      "documentIdentification": {
        "title": "Example Service Description",
        "referenceDate": "2026-01-01",
        "edition": "1.0"
      }
    },
    "serviceIdentification": {
      "name": "Example Service",
      "version": "1.0.1"
    },
    "serviceAbstract": "Example service description abstract.",
    "serviceProvider": {
      "provider": "Example Provider",
      "providerDescription": "Example provider of the service.",
      "pointOfContact": [
        {
          "name": "Service Desk",
          "contactInformation": [
            {
              "type": "EMAIL",
              "address": "support@example.com"
            }
          ],
          "role": "Support"
        }
      ]
    },
    "serviceCategorisation": {
      "informationCategory": [
        "AERONAUTICAL_INFORMATION"
      ],
      "applicationMessageExchangePattern": [
        {
          "name": "SYNCHRONOUS_REQUEST_REPLY"
        }
      ],
      "lifeCycle": [
        {
          "lifeCycleStage": "INVENTED",
          "from": "2026-01-01"
        }
      ],
      "geospatialCategorisation": {
        "description": "Worldwide"
      }
    },
    "generalDescription": {
      "abbreviations": [
        {
          "name": "ATM",
          "description": "Air Traffic Management"
        }
      ],
      "operationalEnvironment": {
        "operationalNeeds": [
          {
            "name": "Operational need",
            "description": "Supports operational planning."
          }
        ]
      },
      "functionality": [
        {
          "name": "Provide data",
          "description": "Provides the requested data.",
          "realWorldEffect": "Consumers receive the data."
        }
      ],
      "qualitiesOfService": {
        "performance": [
          {
            "name": "Response time",
            "description": "Under 1 second."
          }
        ],
        "reliability": [
          {
            "name": "Availability",
            "description": "99.9% uptime."
          }
        ],
        "security": [
          {
            "name": "Confidentiality",
            "description": "TLS in transit."
          }
        ]
      },
      "accessAndUseConditions": [
        {
          "name": "Access",
          "type": "LEGAL_CONSTRAINT",
          "description": "Access requires agreement."
        }
      ],
      "dateInOperation": "2026-01-01",
      "serviceSupport": [
        {
          "name": "Service Desk",
          "contactInformation": [
            {
              "type": "EMAIL",
              "address": "support@example.com"
            }
          ],
          "role": "Support"
        }
      ]
    },
    "technicalDescription": {
      "behaviour": [
        {
          "name": "Normal conditions",
          "description": "Standard request/response flow."
        }
      ]
    },
    "serviceInterface": [
      {
        "name": "Example Interface",
        "description": "Primary interface for consumers.",
        "provisionSide": "PROVIDER_SIDE",
        "operations": [
          {
            "name": "GetData",
            "description": "Returns requested data."
          }
        ],
        "endpoints": [
          {
            "url": "https://example.com/api"
          }
        ],
        "serviceInterfaceBinding": {
          "name": "REST"
        },
        "networkInterfaceBinding": {
          "name": "IPV4_UNICAST"
        }
      }
    ],
    "informationDescription": {
      "informationDefinition": {
        "reference": [
          {
            "url": "https://example.com/information-definition"
          }
        ]
      }
    },
    "references": {
      "serviceDefinition": {
        "name": "Example Service - not the right property for showing Service Def. name/title",
        "edition": "<missing value>",
        "url": "https://swim.webdots.ro/node/20"
      }
    }
  }
}