Blimpz.io
  1. Sample Schemas
Blimpz.io
  • Getting Started
    • Welcome
    • Base URL
    • Authorization
    • Document format
    • Rate limits
    • Sandbox
  • Services
    • html-to-pdf
      • Getting Started
      • Convert html to PDF
  • Account
  • Schemas
    • Sample Schemas
      • Pet
      • Category
      • Tag
  1. Sample Schemas

Pet

{
    "id": 1,
    "category": {
        "id": 1,
        "name": "string"
    },
    "name": "doggie",
    "photoUrls": [
        "string"
    ],
    "tags": [
        {
            "id": 1,
            "name": "string"
        }
    ],
    "status": "available"
}
Built with