Skip to content

Commit 6857741

Browse files
authored
Change Entry objects' title property in Feed back to Object. (#23429)
1 parent b719f17 commit 6857741

File tree

1 file changed

+5
-5
lines changed
  • specification/servicebus/data-plane/Microsoft.ServiceBus/stable/2021-05

1 file changed

+5
-5
lines changed

specification/servicebus/data-plane/Microsoft.ServiceBus/stable/2021-05/servicebus.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@
519519
},
520520
"title": {
521521
"description": "The name of the namespace.",
522-
"type": "string",
522+
"type": "object",
523523
"xml": {
524524
"namespace": "http://www.w3.org/2005/Atom"
525525
}
@@ -835,7 +835,7 @@
835835
},
836836
"title": {
837837
"description": "The name of the queue",
838-
"type": "string",
838+
"type": "object",
839839
"xml": {
840840
"namespace": "http://www.w3.org/2005/Atom"
841841
}
@@ -1214,7 +1214,7 @@
12141214
},
12151215
"title": {
12161216
"description": "The name of the topic",
1217-
"type": "string",
1217+
"type": "object",
12181218
"xml": {
12191219
"namespace": "http://www.w3.org/2005/Atom"
12201220
}
@@ -1484,7 +1484,7 @@
14841484
},
14851485
"title": {
14861486
"description": "The name of the subscription",
1487-
"type": "string",
1487+
"type": "object",
14881488
"xml": {
14891489
"namespace": "http://www.w3.org/2005/Atom"
14901490
}
@@ -1891,7 +1891,7 @@
18911891
},
18921892
"title": {
18931893
"description": "The name of the rule",
1894-
"type": "string",
1894+
"type": "object",
18951895
"xml": {
18961896
"namespace": "http://www.w3.org/2005/Atom"
18971897
}

0 commit comments

Comments
 (0)