From 536dee53197eecef7d02b22d155391b685cff63a Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 26 Jan 2021 16:22:37 +0000 Subject: [PATCH] DOC: Correct field description in schema --- twined/schema/children_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)$" },