File: item2.yaml

package info (click to toggle)
golang-github-go-openapi-spec 1%3A0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, bullseye-backports
  • size: 2,344 kB
  • sloc: makefile: 3
file content (12 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
type: object
required:
  - title
properties:
  id:
    type: integer
    format: uint64
    readOnly: true
  title:
    type: string
    minLength: 2
    maxLength: 80