removedOutput schema / properties
Removed value: -{
- "current_page": {
- "default": 1,
- "description": "Page",
- "title": "Current Page",
- "type": "integer"
- },
- "error_message": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Error",
- "title": "Error Message"
- },
- "is_paginated": {
- "default": false,
- "description": "Paginated",
- "title": "Is Paginated",
- "type": "boolean"
- },
- "karar_id": {
- "description": "ID",
- "title": "Karar Id",
- "type": "string"
- },
- "markdown_chunk": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Content",
- "title": "Markdown Chunk"
- },
- "pdf_url": {
- "anyOf": [
- {
- "format": "uri",
- "maxLength": 2083,
- "minLength": 1,
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "PDF URL",
- "title": "Pdf Url"
- },
- "source_landing_page_url": {
- "description": "Source URL",
- "format": "uri",
- "maxLength": 2083,
- "minLength": 1,
- "title": "Source Landing Page Url",
- "type": "string"
- },
- "title_on_landing_page": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Title",
- "title": "Title On Landing Page"
- },
- "total_pages": {
- "default": 1,
- "description": "Total pages",
- "title": "Total Pages",
- "type": "integer"
- }
-}