changedOutput schema / (root)
Previous value: -{
- "$defs": {
- "FileLinkSummary": {
- "properties": {
- "created_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Created At"
- },
- "id": {
- "title": "Id",
- "type": "integer"
- },
- "storage_id": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "title": "Storage Id"
- },
- "storage_name": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Storage Name"
- },
- "title": {
- "title": "Title",
- "type": "string"
- },
- "updated_at": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "title": "Updated At"
- },
- "url": {
- "title": "Url",
- "type": "string"
- }
- },
- "required": [
- "id",
- "title",
- "storage_id",
- "storage_name",
- "created_at",
- "updated_at",
- "url"
- ],
- "title": "FileLinkSummary",
- "type": "object"
- }
- },
- "properties": {
- "count": {
- "title": "Count",
- "type": "integer"
- },
- "results": {
- "items": {
- "$ref": "#/$defs/FileLinkSummary"
- },
- "title": "Results",
- "type": "array"
- }
- },
- "required": [
- "count",
- "results"
- ],
- "title": "FileLinkListResult",
- "type": "object"
-}New value: +null