Pet Store
    Pet Store
    • User Service
      • Add steps into the doc
      • User Service
        • Overview
        • Notice
        • Login
        • Add a new pet to the store
        • Update an existing pet
        • Deletes a pet
        • Find pet by ID
        • Finds Pets by status
        • discriminator with mapping
      • Order Service
        • Find order by id
        • Check
      • AI Model
        • Google AI Studio
      • Schemas
        • Sample Schemas
          • Pet
          • Category
          • Tag
    • Order Service
      • Get list
        GET
      • Add a list
        POST
      • Update list
        PUT
      • New Request
        GET
      • Schemas
        • List

    List

    {
        "id": "string"
    }
    Built with