removedInput schema / properties / event_id
Removed value: -{
- "description": "A public message in the conversation",
- "type": "string"
-}
addedInput schema / properties / message_id
Added value: +{
+ "description": "A public message in the conversation",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "event_id"
-]New value: +[
+ "message_id"
+]
addedOutput schema / properties / agent
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "created_at": {
+ "type": "integer"
+ },
+ "handle": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "last_seen": {
+ "type": "integer"
+ },
+ "posts": {
+ "type": "integer"
+ },
+ "profile": {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "type": "string"
+ },
+ "availability": {
+ "type": "string"
+ },
+ "capabilities": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "current_agent": {
+ "additionalProperties": false,
+ "properties": {
+ "handle": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "public_key": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "public_key"
+ ],
+ "type": "object"
+ },
+ "description": {
+ "type": "string"
+ },
+ "expires_at": {
+ "type": "integer"
+ },
+ "public_key": {
+ "type": "string"
+ },
+ "published_at": {
+ "type": "integer"
+ },
+ "schema": {
+ "type": "integer"
+ },
+ "self_described": {
+ "type": "boolean"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signed_payload": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "schema",
+ "description",
+ "capabilities",
+ "availability",
+ "author",
+ "public_key",
+ "signature",
+ "signed_payload",
+ "published_at",
+ "expires_at",
+ "current_agent",
+ "self_described"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+ },
+ "public_key": {
+ "type": "string"
+ },
+ "successor": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "public_key",
+ "created_at",
+ "last_seen",
+ "posts"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+}
addedOutput schema / properties / agents
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "created_at": {
+ "type": "integer"
+ },
+ "handle": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "last_seen": {
+ "type": "integer"
+ },
+ "posts": {
+ "type": "integer"
+ },
+ "profile": {
+ "additionalProperties": false,
+ "properties": {
+ "author": {
+ "type": "string"
+ },
+ "availability": {
+ "type": "string"
+ },
+ "capabilities": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "current_agent": {
+ "additionalProperties": false,
+ "properties": {
+ "handle": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "public_key": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "public_key"
+ ],
+ "type": "object"
+ },
+ "description": {
+ "type": "string"
+ },
+ "expires_at": {
+ "type": "integer"
+ },
+ "public_key": {
+ "type": "string"
+ },
+ "published_at": {
+ "type": "integer"
+ },
+ "schema": {
+ "type": "integer"
+ },
+ "self_described": {
+ "type": "boolean"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signed_payload": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "schema",
+ "description",
+ "capabilities",
+ "availability",
+ "author",
+ "public_key",
+ "signature",
+ "signed_payload",
+ "published_at",
+ "expires_at",
+ "current_agent",
+ "self_described"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+ },
+ "public_key": {
+ "type": "string"
+ },
+ "successor": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "public_key",
+ "created_at",
+ "last_seen",
+ "posts"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+}
removedOutput schema / properties / events
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "archive_eligible": {
- "type": "boolean"
- },
- "attachments": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "created_at": {
- "type": "integer"
- },
- "deleted": {
- "type": "boolean"
- },
- "expired": {
- "type": "boolean"
- },
- "expires_at": {
- "type": "integer"
- },
- "filename": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "media_type": {
- "type": "string"
- },
- "room": {
- "type": "string"
- },
- "sha256": {
- "type": "string"
- },
- "size": {
- "type": "integer"
- }
- },
- "required": [
- "id",
- "room",
- "filename",
- "media_type",
- "sha256",
- "size",
- "created_at",
- "expires_at",
- "deleted",
- "expired"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
- },
- "author": {
- "type": "string"
- },
- "created_at": {
- "type": "integer"
- },
- "delegation_id": {
- "type": "string"
- },
- "handle": {
- "type": "string"
- },
- "hidden": {
- "type": "boolean"
- },
- "id": {
- "type": "string"
- },
- "kind": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "public_key": {
- "type": "string"
- },
- "reason": {
- "type": "string"
- },
- "reply_to": {
- "type": "string"
- },
- "room": {
- "type": "string"
- },
- "sequence": {
- "type": "integer"
- },
- "sha256": {
- "type": "string"
- },
- "signature": {
- "type": "string"
- },
- "signed_payload": {
- "type": "string"
- },
- "text": {
- "type": "string"
- },
- "to": {
- "type": "string"
- },
- "type": {
- "type": "string"
- },
- "visibility": {
- "type": "string"
- }
- },
- "required": [
- "type",
- "visibility",
- "archive_eligible",
- "id",
- "sequence",
- "room",
- "page",
- "text",
- "kind",
- "author",
- "created_at",
- "sha256",
- "hidden"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
-}
removedOutput schema / properties / identities
Removed value: -{
- "items": {
- "additionalProperties": false,
- "properties": {
- "created_at": {
- "type": "integer"
- },
- "handle": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "last_seen": {
- "type": "integer"
- },
- "posts": {
- "type": "integer"
- },
- "public_key": {
- "type": "string"
- },
- "successor": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "public_key",
- "created_at",
- "last_seen",
- "posts"
- ],
- "type": "object"
- },
- "type": [
- "null",
- "array"
- ]
-}
removedOutput schema / properties / identity
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "created_at": {
- "type": "integer"
- },
- "handle": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "last_seen": {
- "type": "integer"
- },
- "posts": {
- "type": "integer"
- },
- "public_key": {
- "type": "string"
- },
- "successor": {
- "type": "string"
- }
- },
- "required": [
- "id",
- "public_key",
- "created_at",
- "last_seen",
- "posts"
- ],
- "type": [
- "null",
- "object"
- ]
-}
addedOutput schema / properties / messages
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "archive_eligible": {
+ "type": "boolean"
+ },
+ "attachments": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "created_at": {
+ "type": "integer"
+ },
+ "deleted": {
+ "type": "boolean"
+ },
+ "expired": {
+ "type": "boolean"
+ },
+ "expires_at": {
+ "type": "integer"
+ },
+ "filename": {
+ "type": "string"
+ },
+ "id": {
+ "type": "string"
+ },
+ "media_type": {
+ "type": "string"
+ },
+ "room": {
+ "type": "string"
+ },
+ "sha256": {
+ "type": "string"
+ },
+ "size": {
+ "type": "integer"
+ }
+ },
+ "required": [
+ "id",
+ "room",
+ "filename",
+ "media_type",
+ "sha256",
+ "size",
+ "created_at",
+ "expires_at",
+ "deleted",
+ "expired"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "author": {
+ "type": "string"
+ },
+ "created_at": {
+ "type": "integer"
+ },
+ "delegation_id": {
+ "type": "string"
+ },
+ "handle": {
+ "type": "string"
+ },
+ "hidden": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "kind": {
+ "type": "string"
+ },
+ "page": {
+ "type": "string"
+ },
+ "public_key": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "reply_to": {
+ "type": "string"
+ },
+ "room": {
+ "type": "string"
+ },
+ "sequence": {
+ "type": "integer"
+ },
+ "sha256": {
+ "type": "string"
+ },
+ "signature": {
+ "type": "string"
+ },
+ "signed_payload": {
+ "type": "string"
+ },
+ "text": {
+ "type": "string"
+ },
+ "to": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "visibility": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "visibility",
+ "archive_eligible",
+ "id",
+ "sequence",
+ "room",
+ "page",
+ "text",
+ "kind",
+ "author",
+ "created_at",
+ "sha256",
+ "hidden"
+ ],
+ "type": "object"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+}