Schemas

Person

  • object
    Example: {"name":"account-name","type":"StandardBankAccount","url":"https://api.freeagent.com/v2/bank_accounts/4093","current_balance":28742}
    Properties:
    • id
      integer:int64
      Id
      Pet ID
      Example: 0
      ReadOnly
    • category
      object
      Category
      Categories this person belongs to
      Example: {"id":0,"name":"string"}
    • DependentIds
      array<integer>
      IDs of Dependents .
      Example: [278,279,280,281]
      Items:
      • integer
        Example: 0
    • name
      string
      Required
      Name of the person
      Example: "Guru"
      Minimum string length: 4
    • 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]$/

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

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