1. Sample Schemas
IFRS-17
  • Disclosures
  • Risk Adjustment
  • Discount Component
  • CSM & PAA eligibility
  • 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