$schema: https://json-schema.org/draft/2020-12/schema
description: A line of demarcation between administrative units.
type: object
properties:
  localid:
    type: string
    pattern: ^ID\.AU\.linia\.\d+$
  country:
    type: string
    enum:
    - ES
  allOf:
    $ref: https://ogcincubator.github.io/bblocks-Inspire-AdministrativeBoundary/build/annotated/bbr/template/TechnicalStatusValue/schema.yaml
  administrativeunit1:
    type: string
  administrativeunit2:
    type: string
  beginlifespanversion:
    type: string
    format: date-time
  namespace:
    type: string
  versionid:
    type: string
required:
- localid
- country
- nationallevel
- legalstatus
- technicalstatus
- administrativeunit1
- administrativeunit2
- beginlifespanversion
- namespace
- versionid
