Skip to content

Commit

Permalink
🎨 reformatting JSON file
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Mar 31, 2024
1 parent b0abe18 commit 87e5f11
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"properties": [
"properties" : [
{
"name": "apus.doag.eventId",
"type": "java.lang.String",
"description": "The ID of the DOAG event to read the conference agenda."
"name" : "apus.doag.eventId",
"type" : "java.lang.String",
"description" : "The ID of the DOAG event to read the conference agenda."
},
{
"name": "apus.mastodon.instance",
"type": "java.lang.String",
"description": "The Mastodon instance used to read the posts from."
"name" : "apus.mastodon.instance",
"type" : "java.lang.String",
"description" : "The Mastodon instance used to read the posts from."
},
{
"name": "apus.mastodon.hashtag",
"type": "java.lang.String",
"description": "The hashtag for the Mastodon wall."
"name" : "apus.mastodon.hashtag",
"type" : "java.lang.String",
"description" : "The hashtag for the Mastodon wall."
},
{
"name": "apus.filter.replies",
"type": "java.lang.Boolean",
"description": "Hide social media messages which are replies."
"name" : "apus.filter.replies",
"type" : "java.lang.Boolean",
"description" : "Hide social media messages which are replies."
},
{
"name": "apus.filter.sensitive",
"type": "java.lang.Boolean",
"description": "Hide social media messages which contain sensitive information."
"name" : "apus.filter.sensitive",
"type" : "java.lang.Boolean",
"description" : "Hide social media messages which contain sensitive information."
}
] }

0 comments on commit 87e5f11

Please sign in to comment.