type: object
nullable: false
properties:
  station_id:
    $ref: '../properties/station_id.yaml'
  station_name:
    $ref: '../properties/station_name_nullable.yaml'
  station_type:
    $ref: '../properties/station_type_nullable.yaml'
  streams:
    type: array
    items:
      $ref: './StationsCountryStreams.yaml'