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 611acf4 commit f22acbc
Showing 1 changed file with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
{
"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."
},
{
"name" : "apus.filter.words",
"type" : "java.lang.String",
"description" : "Hide social media messages which contain these words."
"name": "apus.filter.words",
"type": "java.lang.String",
"description": "Hide social media messages which contain these words."
}
] }

0 comments on commit f22acbc

Please sign in to comment.