Welcome to Zudoku preview! Open a GitHub issue if you have feature requests or find any issues.
JSONPlaceholder API

Schemas


Post

  • idinteger · required

    The post ID

  • userIdinteger · required

    The ID of the user who created the post

  • titlestring · required

    The title of the post

  • bodystring · required

    The content of the post

PostInput

  • userIdinteger · required

    The ID of the user creating the post

  • titlestring · required

    The title of the post

  • bodystring · required

    The content of the post

Comment

  • idinteger · required

    The comment ID

  • postIdinteger · required

    The ID of the post this comment belongs to

  • namestring · required

    The name of the commenter

  • emailstring · email · required

    The email of the commenter

  • bodystring · required

    The content of the comment