changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "MembershipSummary": {
- "properties": {
- "can_update": {
- "title": "Can Update",
- "type": "boolean"
- },
- "can_update_immediately": {
- "title": "Can Update Immediately",
- "type": "boolean"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "principal_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Principal Id"
- },
- "principal_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Principal Name"
- },
- "project_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Project Id"
- },
- "project_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Project Name"
- },
- "role_ids": {
- "items": {
- "type": "integer"
- },
- "title": "Role Ids",
- "type": "array"
- },
- "role_names": {
- "items": {
- "type": "string"
- },
- "title": "Role Names",
- "type": "array"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "principal_id",
- "principal_name",
- "project_id",
- "project_name",
- "role_ids",
- "role_names",
- "can_update",
- "can_update_immediately",
- "url"
- ],
- "title": "MembershipSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/MembershipSummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "MembershipListResult",
- "type": "object"
-}New value: +null