Skip to main content

Find pet by ID

Returns a single pet

Path Parameters
    petId int64 required

    ID of pet to return

Responses

successful operation


Schema
    id object
    category Category
    id int64

    Category ID

    name string

    Possible values: non-empty

    Category name

    sub object

    Test Sub Category

    prop1 string

    Dumb Property

    name string required

    The name given to a pet

    photoUrls url[] required

    Possible values: <= 20

    The list of URL to a cute photos featuring pet

    friend circular(pet)
    tags Tag[]

    Possible values: >= 1

    Tags attached to the pet

  • Array [
  • id object
    name string

    Possible values: non-empty

    Tag name

  • ]
  • status string

    Possible values: [available, pending, sold]

    Pet status in the store

    petType string

    Type of a pet


    huntingSkill string required

    Possible values: [clueless, lazy, adventurous, aggressive]

    Default value: lazy

    The measured skill for hunting

Loading...