Skip to content

Commit 32e88a1

Browse files
authored
fix: contentDescriptor should still be a type name
1 parent f85efe8 commit 32e88a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
"default": "by-position"
394394
},
395395
"params": {
396-
"title": "methodParams",
396+
"title": "contentDescriptor",
397397
"type": "array",
398398
"items": {
399399
"oneOf": [
@@ -407,7 +407,7 @@
407407
}
408408
},
409409
"result": {
410-
"title": "methodResult",
410+
"title": "contentDescriptor",
411411
"oneOf": [
412412
{
413413
"$ref": "#/definitions/contentDescriptorObject"

0 commit comments

Comments
 (0)