Schemas

Category

  • object
    Example: {"id":0,"name":"string"}
    Properties:
    • id
      integer:int64
      Id
      Category ID
      Example: 0
      ReadOnly
    • name
      string
      Category name
      Example: "string"
      Minimum string length: 1

Id

  • integer:int64
    Example: 0
    ReadOnly

Person

  • object
    Example: {"id":0,"category":{"id":0,"name":"string"},"DependentIds":[278,279,280,281],"name":{"firstName":{"prefix":"string","name":"string"},"lastName":"string"},"photoUrls":["string"],"tags":[{"id":0,"name":"string"}],"maritalStatus":"married","phone":"+1-202-555-0192"}
    Properties:
    • id
      integer:int64
      Id
      Pet ID
      Example: 0
      ReadOnly
    • category
      object
      Category
      Categories this pet belongs to
      Example: {"id":0,"name":"string"}
    • DependentIds
      array<integer>
      IDs of Dependents .
      Example: [278,279,280,281]
      Items:
      • integer
        Example: 0
    • name
      object
      Required
      Name of the person
      Example: {"firstName":{"prefix":"string","name":"string"},"lastName":"string"}
    • photoUrls
      array<string:url>
      Required
      The list of URL to a cute photos featuring pet
      Example: ["string"]
      Maximum number of items: 20
      Items:
      • string:url
        Example: "string"
    • tags
      array
      Tags attached to the pet
      Example: [{"id":0,"name":"string"}]
      Maximum number of items: 1
      Items:
      • object
        Tag
        Example: {"id":0,"name":"string"}
    • maritalStatus
      string
      Pet status in the store
      Example: "married"
      Enum: married unmarried widowed
    • phone
      string or null
      phone number in international format
      Example: "+1-202-555-0192"
      Pattern: /^\+(?:[0-9]-?){6,14}[0-9]$/

Tag

  • object
    Example: {"id":0,"name":"string"}
    Properties:
    • id
      integer:int64
      Id
      Tag ID
      Example: 0
      ReadOnly
    • name
      string
      Tag name
      Example: "string"
      Minimum string length: 1