diff --git a/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 13e8459..36bc71f 100644 --- a/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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." } ] }