diff --git a/twined/schema/children_schema.json b/twined/schema/children_schema.json index abe6114..4aa0368 100644 --- a/twined/schema/children_schema.json +++ b/twined/schema/children_schema.json @@ -20,7 +20,7 @@ "title": "GCP Pub/Sub", "properties": { "name": { - "description": "Type of backend (in this case, it can only be GCPPubSub)", + "description": "Type of backend (in this case, it can only be GCPPubSubBackend)", "type": "string", "pattern": "^(GCPPubSubBackend)$" },