github.com/sanposhiho/openapi2proto@v0.0.0-20230521044535-d1080a134e37/fixtures/petstore/Pet.yaml (about)

     1  type: object
     2  required:
     3    - id
     4    - name
     5  properties:
     6    id:
     7      type: integer
     8      format: int64
     9    name:
    10      type: string
    11    tag:
    12      type: string