{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NodeInfoServices", "description": "NodeInfoServices contains the third party sites this server can connect to via their application API", "type": "object", "properties": { "inbound": { "type": "array", "items": { "type": "string" }, "x-go-name": "Inbound" }, "outbound": { "type": "array", "items": { "type": "string" }, "x-go-name": "Outbound" } }, "x-go-package": "forgejo.org/modules/structs" }