Forgejo · Schema

ActivityPub

ActivityPub type

GitSource Code ManagementSelf-HostedDevOpsCI/CDOpen SourceForgeRepositoriesIssuesPull Requests

Properties

Name Type Description
@context string
View JSON Schema on GitHub

JSON Schema

activitypub.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ActivityPub",
  "description": "ActivityPub type",
  "type": "object",
  "properties": {
    "@context": {
      "type": "string",
      "x-go-name": "Context"
    }
  },
  "x-go-package": "forgejo.org/modules/structs"
}