{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "NodeInfoUsage", "description": "NodeInfoUsage contains usage statistics for this server", "type": "object", "properties": { "localComments": { "type": "integer", "format": "int64", "x-go-name": "LocalComments" }, "localPosts": { "type": "integer", "format": "int64", "x-go-name": "LocalPosts" }, "users": { "$ref": "#/definitions/NodeInfoUsageUsers" } }, "x-go-package": "forgejo.org/modules/structs" }