schema:
  properties:
    name:
      type: string
    location:
      type: object
      $ref: ./city.yaml#/schema
