diff --git a/TextToSpeech/TextToSpeech.json b/TextToSpeech/TextToSpeech.json index 69df326e50..8b3fd7aace 100644 --- a/TextToSpeech/TextToSpeech.json +++ b/TextToSpeech/TextToSpeech.json @@ -89,7 +89,10 @@ "apps": { "summary": "List of client application", "type": "array", - "example": ["App1","App2"] + "items": { + "type": "string", + "example": "App1" + } } }, "methods": {