type: object
required:
  - petId
properties:
  petId:
    type: string
  adopter:
    $ref: ./adopter.yaml
