changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "ReminderSummary": {
- "properties": {
- "creator": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Creator"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "note": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Note"
- },
- "remind_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Remind At"
- },
- "url": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Url"
- },
- "work_package_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Work Package Id"
- }
- },
- "required": [
- "id",
- "remind_at",
- "note",
- "work_package_id",
- "creator",
- "url"
- ],
- "title": "ReminderSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/ReminderSummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "ReminderListResult",
- "type": "object"
-}New value: +null