removedOutput schema / properties / count
Removed value: -{
- "description": "Total number of working groups",
- "type": "number"
-}
addedOutput schema / properties / meta
Added value: +{
+ "properties": {
+ "limit": {
+ "type": "number"
+ },
+ "next": {
+ "type": "string"
+ },
+ "offset": {
+ "type": "number"
+ },
+ "previous": {
+ "type": "null"
+ },
+ "total_count": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
removedOutput schema / properties / next
Removed value: -{
- "description": "URL to next page of results",
- "type": [
- "string",
- "null"
- ]
-}
addedOutput schema / properties / objects
Added value: +{
+ "items": {
+ "properties": {
+ "acronym": {
+ "type": "string"
+ },
+ "ad": {
+ "type": "null"
+ },
+ "charter": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "comments": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "type": "number"
+ },
+ "list_archive": {
+ "type": "string"
+ },
+ "list_email": {
+ "type": "string"
+ },
+ "list_subscribe": {
+ "type": "string"
+ },
+ "meeting_seen_as_area": {
+ "type": "boolean"
+ },
+ "name": {
+ "type": "string"
+ },
+ "parent": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "resource_uri": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ },
+ "time": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "unused_states": {
+ "items": {},
+ "type": "array"
+ },
+ "unused_tags": {
+ "items": {},
+ "type": "array"
+ },
+ "used_roles": {
+ "type": "string"
+ },
+ "uses_milestone_dates": {
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
removedOutput schema / properties / previous
Removed value: -{
- "description": "URL to previous page of results",
- "type": [
- "string",
- "null"
- ]
-}
removedOutput schema / properties / results
Removed value: -{
- "description": "Array of working groups",
- "items": {
- "properties": {
- "acronym": {
- "description": "Working group acronym",
- "type": "string"
- },
- "description": {
- "description": "Working group description",
- "type": "string"
- },
- "name": {
- "description": "Working group name",
- "type": "string"
- },
- "state": {
- "description": "Working group state",
- "type": "string"
- },
- "type": {
- "description": "Working group type",
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
-}