changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "description": "List of organizations",
+ "items": {
+ "properties": {
+ "created": {
+ "description": "Creation timestamp",
+ "type": "string"
+ },
+ "description": {
+ "description": "Organization description",
+ "type": "string"
+ },
+ "id": {
+ "description": "Organization ID",
+ "type": "string"
+ },
+ "image_display_url": {
+ "description": "Logo image URL",
+ "type": "string"
+ },
+ "is_organization": {
+ "description": "Whether this is an organization",
+ "type": "boolean"
+ },
+ "name": {
+ "description": "Organization name",
+ "type": "string"
+ },
+ "title": {
+ "description": "Organization title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}