Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jul 22, 2024
2 parents 9b8d483 + 7519e5f commit b1e9974
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion social/email/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@
"description": "Email subject",
"type": "string"
},
"type": {
"title": "Type",
"description": "Type of message (send, receive)",
"type": "string",
"enum": ["send", "receive"]
},
"fromName": {
"title": "From Name",
"description": "Name of email sender",
Expand All @@ -83,10 +89,16 @@
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"filename": {
"type": "string"
},
"content": {
"data": {
"type": "string"
},
"textContent": {
"type": "string"
},
"uri": {
Expand Down

0 comments on commit b1e9974

Please sign in to comment.