|
506 | 506 | "NamespacePropertiesEntry": { |
507 | 507 | "description": "Represents an entry in the feed when querying namespace info", |
508 | 508 | "type": "object", |
| 509 | + "required": [ |
| 510 | + "title" |
| 511 | + ], |
509 | 512 | "properties": { |
510 | 513 | "id": { |
511 | 514 | "description": "The URL of the GET request", |
|
516 | 519 | }, |
517 | 520 | "title": { |
518 | 521 | "description": "The name of the namespace.", |
519 | | - "type": "object", |
| 522 | + "type": "string", |
520 | 523 | "xml": { |
521 | 524 | "namespace": "http://www.w3.org/2005/Atom" |
522 | 525 | } |
|
538 | 541 | "content": { |
539 | 542 | "description": "Information about the namespace.", |
540 | 543 | "type": "object", |
| 544 | + "required": [ |
| 545 | + "type", |
| 546 | + "NamespaceProperties" |
| 547 | + ], |
541 | 548 | "xml": { |
542 | 549 | "namespace": "http://www.w3.org/2005/Atom" |
543 | 550 | }, |
|
828 | 835 | }, |
829 | 836 | "title": { |
830 | 837 | "description": "The name of the queue", |
831 | | - "type": "object", |
| 838 | + "type": "string", |
832 | 839 | "xml": { |
833 | 840 | "namespace": "http://www.w3.org/2005/Atom" |
834 | 841 | } |
|
858 | 865 | "content": { |
859 | 866 | "description": "The QueueDescription", |
860 | 867 | "type": "object", |
| 868 | + "required": [ |
| 869 | + "type", |
| 870 | + "QueueDescription" |
| 871 | + ], |
861 | 872 | "xml": { |
862 | 873 | "namespace": "http://www.w3.org/2005/Atom" |
863 | 874 | }, |
|
1203 | 1214 | }, |
1204 | 1215 | "title": { |
1205 | 1216 | "description": "The name of the topic", |
1206 | | - "type": "object", |
| 1217 | + "type": "string", |
1207 | 1218 | "xml": { |
1208 | 1219 | "namespace": "http://www.w3.org/2005/Atom" |
1209 | 1220 | } |
|
1233 | 1244 | "content": { |
1234 | 1245 | "description": "The TopicDescription", |
1235 | 1246 | "type": "object", |
| 1247 | + "required": [ |
| 1248 | + "type", |
| 1249 | + "TopicDescription" |
| 1250 | + ], |
1236 | 1251 | "xml": { |
1237 | 1252 | "namespace": "http://www.w3.org/2005/Atom" |
1238 | 1253 | }, |
|
1351 | 1366 | "namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect" |
1352 | 1367 | } |
1353 | 1368 | }, |
| 1369 | + "defaultRuleDescription": { |
| 1370 | + "description": "The default rule description.", |
| 1371 | + "$ref": "#/definitions/RuleDescription", |
| 1372 | + "xml": { |
| 1373 | + "name": "DefaultRuleDescription", |
| 1374 | + "namespace": "http://schemas.microsoft.com/netservices/2010/10/servicebus/connect" |
| 1375 | + } |
| 1376 | + }, |
1354 | 1377 | "messageCount": { |
1355 | 1378 | "description": "The number of messages in the subscription.", |
1356 | 1379 | "type": "integer", |
|
1461 | 1484 | }, |
1462 | 1485 | "title": { |
1463 | 1486 | "description": "The name of the subscription", |
1464 | | - "type": "object", |
| 1487 | + "type": "string", |
1465 | 1488 | "xml": { |
1466 | 1489 | "namespace": "http://www.w3.org/2005/Atom" |
1467 | 1490 | } |
|
1488 | 1511 | "content": { |
1489 | 1512 | "description": "The SubscriptionDescription.", |
1490 | 1513 | "type": "object", |
| 1514 | + "required": [ |
| 1515 | + "type", |
| 1516 | + "SubscriptionDescription" |
| 1517 | + ], |
1491 | 1518 | "xml": { |
1492 | 1519 | "namespace": "http://www.w3.org/2005/Atom" |
1493 | 1520 | }, |
|
1864 | 1891 | }, |
1865 | 1892 | "title": { |
1866 | 1893 | "description": "The name of the rule", |
1867 | | - "type": "object", |
| 1894 | + "type": "string", |
1868 | 1895 | "xml": { |
1869 | 1896 | "namespace": "http://www.w3.org/2005/Atom" |
1870 | 1897 | } |
|
1891 | 1918 | "content": { |
1892 | 1919 | "description": "The RuleDescription", |
1893 | 1920 | "type": "object", |
| 1921 | + "required": [ |
| 1922 | + "type", |
| 1923 | + "RuleDescription" |
| 1924 | + ], |
1894 | 1925 | "xml": { |
1895 | 1926 | "namespace": "http://www.w3.org/2005/Atom" |
1896 | 1927 | }, |
|
0 commit comments