removedInput schema / properties / KararSayisi / title
Removed value: -"Kararsayisi"
removedInput schema / properties / KararTarihi / title
Removed value: -"Karartarihi"
removedInput schema / properties / KararTuru / title
Removed value: -"Kararturu"
removedInput schema / properties / PdfText / title
Removed value: -"Pdftext"
removedInput schema / properties / YayinlanmaTarihi / title
Removed value: -"Yayinlanmatarihi"
removedInput schema / properties / page / title
Removed value: -"Page"
removedInput schema / properties / sayfaAdi / title
Removed value: -"Sayfaadi"
removedOutput schema / $defs
Removed value: -{
- "RekabetDecisionSummary": {
- "description": "Model for a single Rekabet Kurumu decision summary from search results.",
- "properties": {
- "decision_date": {
- "default": "",
- "description": "Date",
- "title": "Decision Date",
- "type": "string"
- },
- "decision_number": {
- "default": "",
- "description": "Number",
- "title": "Decision Number",
- "type": "string"
- },
- "decision_type_text": {
- "default": "",
- "description": "Type",
- "title": "Decision Type Text",
- "type": "string"
- },
- "decision_url": {
- "default": "",
- "description": "URL",
- "title": "Decision Url",
- "type": "string"
- },
- "karar_id": {
- "default": "",
- "description": "ID",
- "title": "Karar Id",
- "type": "string"
- },
- "publication_date": {
- "default": "",
- "description": "Pub date",
- "title": "Publication Date",
- "type": "string"
- },
- "related_cases_url": {
- "default": "",
- "description": "Cases URL",
- "title": "Related Cases Url",
- "type": "string"
- },
- "title": {
- "default": "",
- "description": "Title",
- "title": "Title",
- "type": "string"
- }
- },
- "title": "RekabetDecisionSummary",
- "type": "object"
- }
-}
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / description
Removed value: -"Model for the overall search result for Rekabet Kurumu decisions."
removedOutput schema / properties
Removed value: -{
- "decisions": {
- "items": {
- "$ref": "#/$defs/RekabetDecisionSummary"
- },
- "title": "Decisions",
- "type": "array"
- },
- "retrieved_page_number": {
- "description": "Page",
- "title": "Retrieved Page Number",
- "type": "integer"
- },
- "total_pages": {
- "default": 0,
- "description": "Pages",
- "title": "Total Pages",
- "type": "integer"
- },
- "total_records_found": {
- "default": 0,
- "description": "Total",
- "title": "Total Records Found",
- "type": "integer"
- }
-}
removedOutput schema / required
Removed value: -[
- "decisions",
- "retrieved_page_number"
-]
removedOutput schema / title
Removed value: -"RekabetSearchResult"