changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "ProjectSummary": {
- "properties": {
- "active": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "title": "Active"
- },
- "can_delete": {
- "default": false,
- "title": "Can Delete",
- "type": "boolean"
- },
- "can_update": {
- "default": false,
- "title": "Can Update",
- "type": "boolean"
- },
- "created_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Created At"
- },
- "description": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Description"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "identifier": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Identifier"
- },
- "name": {
- "title": "Name",
- "type": "string"
- },
- "parent_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Parent Id"
- },
- "parent_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Parent Name"
- },
- "public": {
- "anyOf": [
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Public"
- },
- "status": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Status"
- },
- "status_explanation": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Status Explanation"
- },
- "updated_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Updated At"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "name",
- "identifier",
- "active",
- "description",
- "url"
- ],
- "title": "ProjectSummary",
- "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/ProjectSummary"
- },
- "title": "Results",
- "type": "array"
- },
- "total": {
- "title": "Total",
- "type": "integer"
- },
- "truncated": {
- "title": "Truncated",
- "type": "boolean"
- }
- },
- "required": [
- "offset",
- "limit",
- "total",
- "count",
- "next_offset",
- "truncated",
- "results"
- ],
- "title": "ProjectListResult",
- "type": "object"
-}New value: +null