File: multipleModels.yaml

package info (click to toggle)
golang-github-go-openapi-loads 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,208 kB
  • sloc: makefile: 4
file content (3 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (20)
1
2
3
definitions:
  Pet: {properties: {name: {type: string}}, required: [name]}
  Dog: {properties: {id: {type: integer, format: int64}, name: {type: string}}, required: [name]}