Skip to content

Commit

Permalink
DOC: Correct field description in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jan 26, 2021
1 parent f8ab34b commit 536dee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twined/schema/children_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)$"
},
Expand Down

0 comments on commit 536dee5

Please sign in to comment.