Existing Example Networks
The repository includes complete example network configs under examples/schemas.
Yellow Dot
Section titled “Yellow Dot”Path:
examples/schemas/yellow_dot/network.json
Use case:
- education network
Domains:
studenttutorcoaching_center
Item schema examples:
student.profile_1.0student.profile_1.1tutor.profile_1.0coaching_center.profile_1.0
Action:
connect
The connect action currently allows a student to connect to a tutor. The requirement payload captures the subject and goal, and the event payload captures status and remark fields.
Blue Dot
Section titled “Blue Dot”Path:
examples/schemas/blue_dot/network.json
Use case:
- jobs and hiring network
Domains:
seekerprovider
Item schema examples:
seeker.profile_1.0provider.job_posting_1.0
Action:
apply
The apply action allows a seeker to apply to a provider’s job posting. The requirement payload captures job id, cover note, and optional resume URL. The event payload captures application status and remark.
Example Payloads
Section titled “Example Payloads”Request payload examples live in:
examples/api/yellow_dot.mdexamples/api/blue_dot.md
Use these examples to verify API behavior after authoring a new network schema.