Define MVP Video Object JSON Schema
For the MVP, Arka requires a simple, clean JSON schema for the Video object.
The schema should define the minimum required fields for:
- id
- title
- description
- creator_id
- thumbnail_uri
- media_uri (IPFS or HTTP)
- tags
- created_at
- duration (optional)
- content_flags (optional)
Goals:
- Produce
protocol/video.schema.json
- Make it easy for clients to parse
- Keep it minimal but extendable
- Allow community discussion in the “Protocol & Architecture” thread
Please propose a draft schema or comment with suggested fields.
Define MVP Video Object JSON Schema
For the MVP, Arka requires a simple, clean JSON schema for the Video object.
The schema should define the minimum required fields for:
Goals:
protocol/video.schema.jsonPlease propose a draft schema or comment with suggested fields.