Skip to content

Commit

Permalink
Merge pull request #141 from open-rpc/fix/cd-typename
Browse files Browse the repository at this point in the history
fix: contentDescriptor should still be a type name
  • Loading branch information
BelfordZ authored Jul 8, 2019
2 parents f85efe8 + 32e88a1 commit 8e3312f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
"default": "by-position"
},
"params": {
"title": "methodParams",
"title": "contentDescriptor",
"type": "array",
"items": {
"oneOf": [
Expand All @@ -407,7 +407,7 @@
}
},
"result": {
"title": "methodResult",
"title": "contentDescriptor",
"oneOf": [
{
"$ref": "#/definitions/contentDescriptorObject"
Expand Down

0 comments on commit 8e3312f

Please sign in to comment.