changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "CapabilitySummary": {
- "properties": {
- "action_id": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Action Id"
- },
- "action_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Action Name"
- },
- "context": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Context"
- },
- "id": {
- "title": "Id",
- "type": "string"
- },
- "name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Name"
- },
- "principal_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Principal Id"
- },
- "principal_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Principal Name"
- },
- "url": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Url"
- }
- },
- "required": [
- "id",
- "name",
- "action_id",
- "action_name",
- "principal_id",
- "principal_name",
- "context",
- "url"
- ],
- "title": "CapabilitySummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "limit": {
- "title": "Limit",
- "type": "integer"
- },
- "next_offset": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Next Offset"
- },
- "offset": {
- "title": "Offset",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/CapabilitySummary"
- },
- "title": "Results",
- "type": "array"
- },
- "total": {
- "title": "Total",
- "type": "integer"
- },
- "truncated": {
- "title": "Truncated",
- "type": "boolean"
- }
- },
- "required": [
- "offset",
- "limit",
- "total",
- "count",
- "next_offset",
- "truncated",
- "results"
- ],
- "title": "CapabilityListResult",
- "type": "object"
-}New value: +null