douglass.network/profile
Information about a user
{ "id": "douglass.network/profile", "title": "Profile", "description": "Information about a user", "type": "json-table", "keyTemplate": [ { "type": "string", "value": "self" } ], "definition": { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "required": [ "displayName" ], "properties": { "displayName": { "type": "string", "minLength": 1, "maxLength": 64 }, "description": { "type": "string", "maxLength": 256 }, "homepageUrl": { "type": "string", "format": "uri" }, "sections": { "type": "array", "items": { "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "maxLength": 64 }, "label": { "type": "string", "maxLength": 64 } } } } } } }