Orbit · Schema

Custom Activity

Orbit activity_with_member schema

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen SourceDeveloper Engagement
View JSON Schema on GitHub

JSON Schema

orbit-activity-with-member.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://orbit.love/schemas/activity_with_member.json",
  "title": "Custom Activity",
  "description": "Orbit activity_with_member schema",
  "allOf": [
    {
      "$ref": "#/components/schemas/activity"
    },
    {
      "type": "object",
      "properties": {
        "member": {
          "$ref": "#/components/schemas/member"
        }
      }
    }
  ]
}