/
opt
/
go
/
pkg
/
mod
/
github.com
/
go-openapi
/
analysis@v0.23.0
/
fixtures
/
external
/
up file
home
definitions: named: type: string tag: type: object properties: id: type: integer format: int64 value: type: string audit: $ref: "#/definitions/record" record: type: object properties: createdAt: type: string format: date-time nestedThing: type: object properties: record: type: array items: - type: string format: date-time - type: object properties: createdAt: type: string format: date-time - allOf: - type: string format: date - type: object additionalProperties: type: object properties: id: type: integer format: int64 value: type: string properties: value: type: string name: $ref: "definitions2.yml#/coordinate"