diff --git a/schemas/2.2/example.json b/schemas/2.2/example.json index 7999895..f16101b 100644 --- a/schemas/2.2/example.json +++ b/schemas/2.2/example.json @@ -1,7 +1,8 @@ { "version": "2.2", "instance": { - "name": "New FIđť‘“F" + "name": "FIđť‘“F fediverse", + "description": "Welcome to the FIđť‘“F fediverse server" }, "software": { "name": "diaspora", diff --git a/schemas/2.2/schema.json b/schemas/2.2/schema.json index c30e8ad..aebd623 100644 --- a/schemas/2.2/schema.json +++ b/schemas/2.2/schema.json @@ -31,6 +31,11 @@ "description": "If supported by the software the administrator configured name of this instance", "type": "string", "pattern": "^.{0,500}$" + }, + "description": { + "description": "If supported by the software the administrator configured long form description of this instance.", + "type": "string", + "pattern": "^.{0,5000}$" } } },