addedOutput schema / properties / CorrectionsResultCount
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / DivisionsResultCount
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / Results
Added value: +{
+ "items": {
+ "properties": {
+ "AttributedTo": {
+ "type": "string"
+ },
+ "ContributionExtId": {
+ "type": "string"
+ },
+ "ContributionText": {
+ "type": "string"
+ },
+ "ContributionTextFull": {
+ "type": "string"
+ },
+ "DebateSection": {
+ "type": "string"
+ },
+ "DebateSectionExtId": {
+ "type": "string"
+ },
+ "DebateSectionId": {
+ "type": "number"
+ },
+ "DebateSectionOrder": {
+ "type": "number"
+ },
+ "HRSTag": {
+ "type": "string"
+ },
+ "HansardSection": {
+ "type": "string"
+ },
+ "House": {
+ "type": "string"
+ },
+ "ItemId": {
+ "type": "number"
+ },
+ "MemberId": {
+ "type": "number"
+ },
+ "MemberName": {
+ "type": "string"
+ },
+ "OrderInDebateSection": {
+ "type": "number"
+ },
+ "Rank": {
+ "type": "number"
+ },
+ "Section": {
+ "type": "string"
+ },
+ "SittingDate": {
+ "type": "string"
+ },
+ "Timecode": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / SearchTerms
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / SpokenResultCount
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / TotalResultCount
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / WrittenResultCount
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / results
Removed value: -{
- "description": "List of matching debate contributions",
- "items": {
- "description": "Individual contribution record",
- "type": "object"
- },
- "type": "array"
-}
removedOutput schema / properties / totalResults
Removed value: -{
- "description": "Total count of matching contributions",
- "type": "number"
-}