Schemas

user

  • object
    Example: {"id":0,"email":"string","first_name":"string","last_name":"string","avatar":"string"}
    Properties:
    • id
      integer
      User ID
      Example: 0
    • email
      string
      User Email
      Example: "string"
    • first_name
      string
      First Name
      Example: "string"
    • last_name
      string
      Last Name
      Example: "string"
    • avatar
      string
      Avatar URL
      Example: "string"

support

  • object
    Example: {"url":"string","text":"string"}
    Properties:
    • url
      string
      Support URL
      Example: "string"
    • text
      string
      Support URL - Description
      Example: "string"

userInput

  • object
    Example: {"name":"string","job":"string"}
    Properties:
    • name
      string
      User Name
      Example: "string"
    • job
      string
      Job
      Example: "string"

createUserResponse

  • object
    Example: {"id":0,"createdAt":"string"}
    Properties:
    • id
      integer
      Example: 0
    • createdAt
      string
      Example: "string"