Orbit · Schema

Note

Orbit note schema

Developer RelationsCommunity IntelligenceDevRelCommunity ManagementMember TrackingCommunity AnalyticsOpen SourceDeveloper Engagement

Properties

Name Type Description
body string
View JSON Schema on GitHub

JSON Schema

orbit-note.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://orbit.love/schemas/note.json",
  "title": "Note",
  "description": "Orbit note schema",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    }
  },
  "required": [
    "body"
  ]
}