Create custom post types with structured data for specialized content and unique user experiences
Design Schema
Create Post
Implement Rendering
dataType
parameter must have the custom
prefix (e.g., “custom.recipe”, “custom.product”).Parameter | Type | Required | Description |
---|---|---|---|
dataType | String | Yes | Custom type identifier (must start with “custom”) |
data | Object | Yes | Free-form JSON object with your custom structure |
text | String | No | Optional text content |
targetType | Enum | Yes | Target destination (community or user feed) |
tags | Array | No | Searchable tags |
metadata | Object | No | Additional properties |
E-commerce Product
Real Estate Listing
Educational Course
Schema Design
Data Structure
User Experience
Performance
Invalid DataType Format
JSON Payload Too Large
Schema Validation Errors
Healthcare & Wellness
custom.appointment
, custom.health_tip
, custom.exercise_plan
Use Cases: Medical appointment booking, health tips with structured advice, workout plans with exercises and timingEducation & Learning
custom.course
, custom.assignment
, custom.quiz
Use Cases: Course catalogs with curriculum details, assignment submissions with rubrics, interactive quizzes with scoringTravel & Hospitality
custom.hotel
, custom.itinerary
, custom.restaurant
Use Cases: Hotel bookings with amenities, travel itineraries with schedules, restaurant reviews with menusFinance & Investment
custom.stock_analysis
, custom.portfolio
, custom.market_update
Use Cases: Stock analysis reports, portfolio performance tracking, market news with data visualization