$schema: https://json-schema.org/draft/2020-12/schema
title: Landing Page
description: The landing page provides links to the API definition, the Conformance
  declaration and to the resources exposed by the API.
type: object
required:
- links
properties:
  title:
    type: string
    title: The title of the API.
    description: While a title is not required, implementers are strongly advised
      to include one.
    example: Buildings in Bonn
    x-jsonld-id: http://purl.org/dc/terms/title
  description:
    type: string
    example: Access to data about buildings in the city of Bonn via a Web API that
      conforms to the OGC API Common specification.
    x-jsonld-id: http://purl.org/dc/terms/description
  attribution:
    type: string
    title: attribution for the API
    description: The `attribution` should be short and intended for presentation to
      a user, for example, in a corner of a map. Parts of the text can be links to
      other resources if additional information is needed. The string can include
      HTML markup.
  links:
    type: array
    items:
      $ref: https://ogcincubator.github.io/bblocks-ogcapi-common/build/annotated/api/common/part1/schemas/link/schema.yaml
x-jsonld-prefixes:
  dct: http://purl.org/dc/terms/
