DEBSOURCES
Skip Quicknav
sources / python-openapi-core / 0.22.0-1 / tests / integration / data / v3.0 / parent-reference / schemas / book.yaml
123456789
Book: type: object properties: id: $ref: "#/BookId" title: type: string BookId: type: string