openapi: 3.0.0
paths: {}
components:
  schemas:
    SchemaDef:
      type: object
    CircularSchema:
      type: object
      properties:
        id:
          type: string
        city:
          $ref: ./city.yaml#/schema
