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 16, 2024
2 parents 7f64b30 + 297e646 commit c13a88d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions social/post/v0.1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
{"$ref": "https://core.schemas.verida.io/base/v0.1.0/schema.json"},
{
"properties": {
"type": {
"title": "Type",
"description": "Type of post",
"type": "string",
"enum": ["link", "status", "photo", "video", "event", "offer", "question", "note", "album", "life_event"]
},
"content": {
"title": "Content",
"description": "Content of the post",
Expand Down

0 comments on commit c13a88d

Please sign in to comment.