{
    "name": "Germanica Bildungsinstitution gemeinn\u00fctzige GmbH",
    "description": "Eine weitere WordPress-Website",
    "url": "https:\/\/www.germanica.at\/ggmbh",
    "home": "https:\/\/www.germanica.at\/ggmbh\/tr",
    "gmt_offset": 2,
    "timezone_string": "Europe\/Vienna",
    "namespaces": [
        "oembed\/1.0",
        "contact-form-7\/v1",
        "cookieyes\/v1",
        "jetpack\/v4",
        "wordfence\/v1",
        "wpcom\/v2",
        "jetpack\/v4\/stats-app",
        "elementor\/v1",
        "wpcom\/v3",
        "my-jetpack\/v1",
        "jetpack-boost\/v1",
        "jetpack\/v4\/blaze-app",
        "jetpack\/v4\/blaze",
        "elementor-pro\/v1",
        "wp\/v2",
        "wp-site-health\/v1",
        "wp-block-editor\/v1"
    ],
    "authentication": [],
    "routes": {
        "\/": {
            "namespace": "",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/"
                    }
                ]
            }
        },
        "\/batch\/v1": {
            "namespace": "",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "validation": {
                            "type": "string",
                            "enum": [
                                "require-all-validate",
                                "normal"
                            ],
                            "default": "normal",
                            "required": false
                        },
                        "requests": {
                            "type": "array",
                            "maxItems": 25,
                            "items": {
                                "type": "object",
                                "properties": {
                                    "method": {
                                        "type": "string",
                                        "enum": [
                                            "POST",
                                            "PUT",
                                            "PATCH",
                                            "DELETE"
                                        ],
                                        "default": "POST"
                                    },
                                    "path": {
                                        "type": "string",
                                        "required": true
                                    },
                                    "body": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": true
                                    },
                                    "headers": {
                                        "type": "object",
                                        "properties": [],
                                        "additionalProperties": {
                                            "type": [
                                                "string",
                                                "array"
                                            ],
                                            "items": {
                                                "type": "string"
                                            }
                                        }
                                    }
                                }
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/batch\/v1"
                    }
                ]
            }
        },
        "\/oembed\/1.0": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "oembed\/1.0",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/oembed\/1.0"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/embed": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed verisinin al\u0131naca\u011f\u0131 kayna\u011f\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "default": "json",
                            "required": false
                        },
                        "maxwidth": {
                            "default": 600,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/oembed\/1.0\/embed"
                    }
                ]
            }
        },
        "\/oembed\/1.0\/proxy": {
            "namespace": "oembed\/1.0",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "oEmbed verisinin al\u0131naca\u011f\u0131 kayna\u011f\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "format": {
                            "description": "Kullan\u0131lacak oEmbed bi\u00e7imi.",
                            "type": "string",
                            "default": "json",
                            "enum": [
                                "json",
                                "xml"
                            ],
                            "required": false
                        },
                        "maxwidth": {
                            "description": "Piksel cinsinden g\u00f6mme \u00e7er\u00e7evesinin en fazla geni\u015fli\u011fi.",
                            "type": "integer",
                            "default": 600,
                            "required": false
                        },
                        "maxheight": {
                            "description": "Piksel cinsinden g\u00f6mme \u00e7er\u00e7evesinin en fazla y\u00fcksekli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "discover": {
                            "description": "Onaylanmam\u0131\u015f hizmet sa\u011flay\u0131c\u0131lar i\u00e7in oEmbed ke\u015fif iste\u011fi yap\u0131l\u0131p yap\u0131lmayaca\u011f\u0131.",
                            "type": "boolean",
                            "default": true,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/oembed\/1.0\/proxy"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "contact-form-7\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/contact-form-7\/v1"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/contact-form-7\/v1\/contact-forms"
                    }
                ]
            }
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/feedback\/schema": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/contact-form-7\/v1\/contact-forms\/(?P<id>\\d+)\/refill": {
            "namespace": "contact-form-7\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/cookieyes\/v1": {
            "namespace": "cookieyes\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "cookieyes\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/cookieyes\/v1"
                    }
                ]
            }
        },
        "\/cookieyes\/v1\/fetch_results": {
            "namespace": "cookieyes\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/cookieyes\/v1\/fetch_results"
                    }
                ]
            }
        },
        "\/jetpack\/v4": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/backup-helper-script": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "helper": {
                            "description": "base64 ile kodlanm\u0131\u015f Yedekleme Yard\u0131mc\u0131s\u0131 Komut Dosyas\u0131 g\u00f6vdesi.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "path": {
                            "description": "Yard\u0131mc\u0131 Komut Dosyas\u0131n\u0131 Yedekleme Yolu",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/backup-helper-script"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/database-object\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "object_type": {
                            "description": "Veritaban\u0131ndan getirilecek nesne t\u00fcr\u00fc",
                            "required": true
                        },
                        "object_id": {
                            "description": "Al\u0131nacak veritaban\u0131 nesnesinin kimli\u011fi",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/database-object\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/options\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Yedeklemeye dahil edilecek bir veya daha fazla se\u00e7enek ad\u0131",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/options\/backup"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/comments\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/posts\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/terms\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/users\/(?P<id>\\d+)\/backup": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/site\/backup\/undo-event": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack-ai-jwt": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/jetpack-ai-jwt"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plans": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/plans"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/marketing\/survey": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/marketing\/survey"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/test"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/test-wpcom": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/test-wpcom"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/rewind": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/rewind"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/scan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/scan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "from": {
                            "type": "string",
                            "required": false
                        },
                        "redirect": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/tracking\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "tracks_opt_out": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/tracking\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/user": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/user"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/features": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/features"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/products": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/products"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/purchases": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/purchases"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/benefits": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/benefits"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/activity": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/activity"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/module\/all"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/all\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "default": "",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        },
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/module\/all\/active"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Bloklar\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Renk d\u00fczeni.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Mevcut oldu\u011funda, foto\u011fraf meta verilerini (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) Carousel\u2019de g\u00f6ster.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Yorum alan\u0131n\u0131 d\u00f6ng\u00fcde g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Kar\u015f\u0131lama Metni",
                            "type": "string",
                            "default": "Bir Cevap Yaz\u0131n",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Renk d\u00fczeni",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Jetpack portf\u00f6y yaz\u0131 t\u00fcr\u00fcn\u00fc etkinle\u015ftirin veya devre d\u0131\u015f\u0131 b\u0131rak\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Portf\u00f6y sayfalar\u0131nda g\u00f6sterilecek maksimum giri\u015f say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Jetpack g\u00f6r\u00fc\u015f yaz\u0131 t\u00fcr\u00fcn\u00fc etkinle\u015ftirin veya devre d\u0131\u015f\u0131 b\u0131rak\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "G\u00f6r\u00fc\u015f sayfalar\u0131nda g\u00f6sterilecek maksimum giri\u015f say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Otomatik kurallar\u0131 etkinle\u015ftirin: Otomatik g\u00fcvenlik kurallar\u0131 ile sitenizi g\u00fcvenilmeyen trafik kaynaklar\u0131na kar\u015f\u0131 koruyun.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_list": {
                            "description": "\u0130zin ver\/Engelle listesi - Belirli bir istek IP&#039;sini engelleyin veya izin verin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Engellenen IP adresleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Her zaman izin verilen IP adresleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Jetpack ile veri payla\u015f\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "T\u00fcm galeri resimlerinizi ho\u015f bir mozaik i\u00e7inde g\u00f6r\u00fcnt\u00fcleyin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "Farenizi ki\u015filerin Gravatarlar\u0131n\u0131n \u00fczerine getirdi\u011finizde onlar\u0131n profillerini g\u00f6r\u00fcn",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "Sonsuzluk ve \u00f6tesine",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Google Analytics&#039;i S\u0131n\u0131rs\u0131z Kayd\u0131rmayla Kullan\u0131n",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "WordPress.com Be\u011fenileri",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Birisi bir yaz\u0131 be\u011fendi\u011finde e-posta bildirimi g\u00f6nder",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Yorumlar i\u00e7in Markdown kullan\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "G\u00f6nderiler i\u00e7in Markdown kullan\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "E-posta \u0130zleme Bildirimlerini Al.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "E-posta Adresi",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "API anahtar\u0131n\u0131 koru",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Genel IP izin listesini koru",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Etkin Hizmetler ve bir d\u00fc\u011fmenin arkas\u0131nda gizlenenler",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "D\u00fc\u011fme Tarz\u0131",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Payla\u015f\u0131m Etiketi",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "D\u00fc\u011fmelerin g\u00f6sterildi\u011fi g\u00f6r\u00fcn\u00fcmler",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "Bu sitenin alan ad\u0131 sahibinin Twitter kullan\u0131c\u0131 ad\u0131.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "CSS ve JS \u00f6\u011felerini etkisizle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Kullan\u0131c\u0131 taraf\u0131ndan eklenen \u00f6zel payla\u015f\u0131m hizmetleri.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "\u00d6zel payla\u015f\u0131m hizmetini silin.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "\u0130ki Ad\u0131ml\u0131 Kimlik Do\u011frulamas\u0131 \u0130ste",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "E-postayla E\u015fle\u015ftir",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Yorum formunda &lt;em&gt;&#039;blogu takip et&#039;&lt;\/em&gt; se\u00e7ene\u011fi g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Yorum formunda &lt;em&gt;&#039;yorumlar\u0131 takip et&#039;&lt;\/em&gt; se\u00e7ene\u011fini g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Okuyuculara bir a\u00e7\u0131l\u0131r Abone kipi g\u00f6sterin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Birisi blogumu takip ederse e-posta bildirimi g\u00f6nder",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "show_headline": {
                            "description": "\u0130lgili i\u00e7eri\u011fi bir ba\u015fl\u0131k ile vurgulay\u0131n",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Mevcut oldu\u011funda k\u00fc\u00e7\u00fck resim g\u00f6ster",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "An\u0131nda Aramay\u0131 Etkinle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Etkin bir Jetpack Search \u00fcr\u00fcn sat\u0131n al\u0131m\u0131 bulunmaktad\u0131r",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "An\u0131nda arama i\u00e7in otomatik yap\u0131land\u0131rma tetikleyin",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Arama Konsolu",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Merkezi",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Pinterest Site Do\u011frulama",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Yandex Site Do\u011frulamas\u0131",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook Alan Ad\u0131 Do\u011frulamas\u0131",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Her sayfan\u0131n ba\u015f\u0131nda bir reklam \u00fcnitesi g\u00f6r\u00fcnt\u00fcleyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Site WordAds i\u00e7in onayland\u0131 m\u0131?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "G\u00f6nderilerin alt\u0131nda ikinci reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "\u00d6n sayfada reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "G\u00f6nderilerde reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Sayfalarda reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Ar\u015fiv sayfalar\u0131nda reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "\u00d6zel ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "\u00d6zel ads.txt giri\u015fleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Kaliforniya T\u00fcketici Gizlili\u011fi Yasas\u0131 i\u00e7in deste\u011fi etkinle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "Gizlilik Politikas\u0131 URL&#039;si",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Y\u00f6netim \u00e7ubu\u011funuza 48 saatlik anl\u0131k trafik g\u00f6r\u00fcnt\u00fcs\u00fcn\u00fcn de bulundu\u011fu k\u00fc\u00e7\u00fck bir tablo ekleyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Yeni Jetpack \u0130statistik deneyimini \u00f6nizleyin (Deneysel).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "\u0130statistik raporlar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcleyebilecek rolleri se\u00e7in.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Kay\u0131tl\u0131 kullan\u0131c\u0131lar\u0131n sayfa g\u00f6sterimlerini say.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "Blog Kimli\u011fi.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "\u0130zlemeyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "S\u00fcr\u00fcm.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Y\u00fckseltme istemlerini daralt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "WordPress.com Okuyucu&#039;da g\u00f6nderi g\u00f6r\u00fcnt\u00fclemelerini g\u00f6sterin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Site i\u00e7in birincil dil.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "onboarding": {
                            "description": "",
                            "type": "object",
                            "default": {
                                "siteTitle": "",
                                "siteDescription": "",
                                "siteType": "personal",
                                "homepageFormat": "posts",
                                "addContactForm": 0,
                                "businessAddress": {
                                    "name": "",
                                    "street": "",
                                    "city": "",
                                    "state": "",
                                    "zip": ""
                                },
                                "installWooCommerce": false
                            },
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "\u00d6n sayfa meta a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "SEO sayfa ba\u015fl\u0131\u011f\u0131 yap\u0131lar\u0131.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Video Gizlili\u011fi: G\u00f6r\u00fcnt\u00fclemeyi bu sitenin \u00fcyeleriyle s\u0131n\u0131rlay\u0131n",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "action-bar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-css": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "enhanced-distribution": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "masterbar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/active": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "active": {
                            "default": true,
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<slug>[a-z\\-]+)\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "range": {
                            "default": "day",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/module\/(?P<service>[a-z\\-]+)\/key\/check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "api_key": {
                            "default": "",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        },
                        "jetpack_blocks_disabled": {
                            "description": "Jetpack Bloklar\u0131 devre d\u0131\u015f\u0131 b\u0131rak\u0131ld\u0131.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "carousel_background_color": {
                            "description": "Renk d\u00fczeni.",
                            "type": "string",
                            "default": "black",
                            "enum": [
                                "black",
                                "white"
                            ],
                            "required": false
                        },
                        "carousel_display_exif": {
                            "description": "Mevcut oldu\u011funda, foto\u011fraf meta verilerini (<a href=\"https:\/\/en.wikipedia.org\/wiki\/Exchangeable_image_file_format\" target=\"_blank\">Exif<\/a>) Carousel\u2019de g\u00f6ster.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel_display_comments": {
                            "description": "Yorum alan\u0131n\u0131 d\u00f6ng\u00fcde g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "highlander_comment_form_prompt": {
                            "description": "Kar\u015f\u0131lama Metni",
                            "type": "string",
                            "default": "Bir Cevap Yaz\u0131n",
                            "required": false
                        },
                        "jetpack_comment_form_color_scheme": {
                            "description": "Renk d\u00fczeni",
                            "type": "string",
                            "default": "light",
                            "enum": [
                                "light",
                                "dark",
                                "transparent"
                            ],
                            "required": false
                        },
                        "jetpack_portfolio": {
                            "description": "Jetpack portf\u00f6y yaz\u0131 t\u00fcr\u00fcn\u00fc etkinle\u015ftirin veya devre d\u0131\u015f\u0131 b\u0131rak\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_portfolio_posts_per_page": {
                            "description": "Portf\u00f6y sayfalar\u0131nda g\u00f6sterilecek maksimum giri\u015f say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_testimonial": {
                            "description": "Jetpack g\u00f6r\u00fc\u015f yaz\u0131 t\u00fcr\u00fcn\u00fc etkinle\u015ftirin veya devre d\u0131\u015f\u0131 b\u0131rak\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_testimonial_posts_per_page": {
                            "description": "G\u00f6r\u00fc\u015f sayfalar\u0131nda g\u00f6sterilecek maksimum giri\u015f say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "required": false
                        },
                        "jetpack_waf_automatic_rules": {
                            "description": "Otomatik kurallar\u0131 etkinle\u015ftirin: Otomatik g\u00fcvenlik kurallar\u0131 ile sitenizi g\u00fcvenilmeyen trafik kaynaklar\u0131na kar\u015f\u0131 koruyun.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "jetpack_waf_ip_list": {
                            "description": "\u0130zin ver\/Engelle listesi - Belirli bir istek IP&#039;sini engelleyin veya izin verin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_waf_ip_block_list": {
                            "description": "Engellenen IP adresleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_ip_allow_list": {
                            "description": "Her zaman izin verilen IP adresleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_waf_share_data": {
                            "description": "Jetpack ile veri payla\u015f\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled_galleries": {
                            "description": "T\u00fcm galeri resimlerinizi ho\u015f bir mozaik i\u00e7inde g\u00f6r\u00fcnt\u00fcleyin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar_disable_hovercards": {
                            "description": "Farenizi ki\u015filerin Gravatarlar\u0131n\u0131n \u00fczerine getirdi\u011finizde onlar\u0131n profillerini g\u00f6r\u00fcn",
                            "type": "string",
                            "default": "enabled",
                            "enum": [
                                "enabled",
                                "disabled"
                            ],
                            "required": false
                        },
                        "infinite_scroll": {
                            "description": "Sonsuzluk ve \u00f6tesine",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "infinite_scroll_google_analytics": {
                            "description": "Google Analytics&#039;i S\u0131n\u0131rs\u0131z Kayd\u0131rmayla Kullan\u0131n",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpl_default": {
                            "description": "WordPress.com Be\u011fenileri",
                            "type": "string",
                            "default": "on",
                            "enum": [
                                "on",
                                "off"
                            ],
                            "required": false
                        },
                        "social_notifications_like": {
                            "description": "Birisi bir yaz\u0131 be\u011fendi\u011finde e-posta bildirimi g\u00f6nder",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wpcom_publish_comments_with_markdown": {
                            "description": "Yorumlar i\u00e7in Markdown kullan\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_publish_posts_with_markdown": {
                            "description": "G\u00f6nderiler i\u00e7in Markdown kullan\u0131n.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor_receive_notifications": {
                            "description": "E-posta \u0130zleme Bildirimlerini Al.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post_by_email_address": {
                            "description": "E-posta Adresi",
                            "type": "string",
                            "default": "noop",
                            "enum": [
                                "noop",
                                "create",
                                "regenerate",
                                "delete"
                            ],
                            "required": false
                        },
                        "jetpack_protect_key": {
                            "description": "API anahtar\u0131n\u0131 koru",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_protect_global_whitelist": {
                            "description": "Genel IP izin listesini koru",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharing_services": {
                            "description": "Etkin Hizmetler ve bir d\u00fc\u011fmenin arkas\u0131nda gizlenenler",
                            "type": "object",
                            "default": {
                                "visible": [
                                    "facebook",
                                    "x"
                                ],
                                "hidden": []
                            },
                            "required": false
                        },
                        "button_style": {
                            "description": "D\u00fc\u011fme Tarz\u0131",
                            "type": "string",
                            "default": "icon",
                            "enum": [
                                "icon-text",
                                "icon",
                                "text",
                                "official"
                            ],
                            "required": false
                        },
                        "sharing_label": {
                            "description": "Payla\u015f\u0131m Etiketi",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "show": {
                            "description": "D\u00fc\u011fmelerin g\u00f6sterildi\u011fi g\u00f6r\u00fcn\u00fcmler",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "post"
                            ],
                            "required": false
                        },
                        "jetpack-twitter-cards-site-tag": {
                            "description": "Bu sitenin alan ad\u0131 sahibinin Twitter kullan\u0131c\u0131 ad\u0131.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "sharedaddy_disable_resources": {
                            "description": "CSS ve JS \u00f6\u011felerini etkisizle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom": {
                            "description": "Kullan\u0131c\u0131 taraf\u0131ndan eklenen \u00f6zel payla\u015f\u0131m hizmetleri.",
                            "type": "object",
                            "default": {
                                "sharing_name": "",
                                "sharing_url": "",
                                "sharing_icon": ""
                            },
                            "required": false
                        },
                        "sharing_delete_service": {
                            "description": "\u00d6zel payla\u015f\u0131m hizmetini silin.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "jetpack_sso_require_two_step": {
                            "description": "\u0130ki Ad\u0131ml\u0131 Kimlik Do\u011frulamas\u0131 \u0130ste",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "jetpack_sso_match_by_email": {
                            "description": "E-postayla E\u015fle\u015ftir",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stb_enabled": {
                            "description": "Yorum formunda &lt;em&gt;&#039;blogu takip et&#039;&lt;\/em&gt; se\u00e7ene\u011fi g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "stc_enabled": {
                            "description": "Yorum formunda &lt;em&gt;&#039;yorumlar\u0131 takip et&#039;&lt;\/em&gt; se\u00e7ene\u011fini g\u00f6ster",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "sm_enabled": {
                            "description": "Okuyuculara bir a\u00e7\u0131l\u0131r Abone kipi g\u00f6sterin.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "social_notifications_subscribe": {
                            "description": "Birisi blogumu takip ederse e-posta bildirimi g\u00f6nder",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "show_headline": {
                            "description": "\u0130lgili i\u00e7eri\u011fi bir ba\u015fl\u0131k ile vurgulay\u0131n",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "show_thumbnails": {
                            "description": "Mevcut oldu\u011funda k\u00fc\u00e7\u00fck resim g\u00f6ster",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "instant_search_enabled": {
                            "description": "An\u0131nda Aramay\u0131 Etkinle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "has_jetpack_search_product": {
                            "description": "Etkin bir Jetpack Search \u00fcr\u00fcn sat\u0131n al\u0131m\u0131 bulunmaktad\u0131r",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search_auto_config": {
                            "description": "An\u0131nda arama i\u00e7in otomatik yap\u0131land\u0131rma tetikleyin",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google": {
                            "description": "Google Arama Konsolu",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "bing": {
                            "description": "Bing Webmaster Merkezi",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "pinterest": {
                            "description": "Pinterest Site Do\u011frulama",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "yandex": {
                            "description": "Yandex Site Do\u011frulamas\u0131",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "facebook": {
                            "description": "Facebook Alan Ad\u0131 Do\u011frulamas\u0131",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "enable_header_ad": {
                            "description": "Her sayfan\u0131n ba\u015f\u0131nda bir reklam \u00fcnitesi g\u00f6r\u00fcnt\u00fcleyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_approved": {
                            "description": "Site WordAds i\u00e7in onayland\u0131 m\u0131?",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_second_belowpost": {
                            "description": "G\u00f6nderilerin alt\u0131nda ikinci reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_front_page": {
                            "description": "\u00d6n sayfada reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_post": {
                            "description": "G\u00f6nderilerde reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_page": {
                            "description": "Sayfalarda reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_display_archive": {
                            "description": "Ar\u015fiv sayfalar\u0131nda reklam g\u00f6r\u00fcnt\u00fclensin mi?",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "wordads_custom_adstxt_enabled": {
                            "description": "\u00d6zel ads.txt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_custom_adstxt": {
                            "description": "\u00d6zel ads.txt giri\u015fleri",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "wordads_ccpa_enabled": {
                            "description": "Kaliforniya T\u00fcketici Gizlili\u011fi Yasas\u0131 i\u00e7in deste\u011fi etkinle\u015ftir",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads_ccpa_privacy_policy_url": {
                            "description": "Gizlilik Politikas\u0131 URL&#039;si",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "google_analytics_tracking_id": {
                            "description": "Google Analytics",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "admin_bar": {
                            "description": "Y\u00f6netim \u00e7ubu\u011funuza 48 saatlik anl\u0131k trafik g\u00f6r\u00fcnt\u00fcs\u00fcn\u00fcn de bulundu\u011fu k\u00fc\u00e7\u00fck bir tablo ekleyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "enable_odyssey_stats": {
                            "description": "Yeni Jetpack \u0130statistik deneyimini \u00f6nizleyin (Deneysel).",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "roles": {
                            "description": "\u0130statistik raporlar\u0131n\u0131 g\u00f6r\u00fcnt\u00fcleyebilecek rolleri se\u00e7in.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "count_roles": {
                            "description": "Kay\u0131tl\u0131 kullan\u0131c\u0131lar\u0131n sayfa g\u00f6sterimlerini say.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "default": [
                                "administrator"
                            ],
                            "required": false
                        },
                        "blog_id": {
                            "description": "Blog Kimli\u011fi.",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "do_not_track": {
                            "description": "\u0130zlemeyin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "version": {
                            "description": "S\u00fcr\u00fcm.",
                            "type": "integer",
                            "default": 9,
                            "required": false
                        },
                        "collapse_nudges": {
                            "description": "Y\u00fckseltme istemlerini daralt",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wpcom_reader_views_enabled": {
                            "description": "WordPress.com Okuyucu&#039;da g\u00f6nderi g\u00f6r\u00fcnt\u00fclemelerini g\u00f6sterin.",
                            "type": "boolean",
                            "default": 1,
                            "required": false
                        },
                        "akismet_show_user_comments_approved": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordpress_api_key": {
                            "description": "",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "dismiss_empty_stats_card": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_backup_getting_started": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "dismiss_dash_agencies_learn_more": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "lang_id": {
                            "description": "Site i\u00e7in birincil dil.",
                            "type": "string",
                            "default": "en_US",
                            "required": false
                        },
                        "onboarding": {
                            "description": "",
                            "type": "object",
                            "default": {
                                "siteTitle": "",
                                "siteDescription": "",
                                "siteType": "personal",
                                "homepageFormat": "posts",
                                "addContactForm": 0,
                                "businessAddress": {
                                    "name": "",
                                    "street": "",
                                    "city": "",
                                    "state": "",
                                    "zip": ""
                                },
                                "installWooCommerce": false
                            },
                            "required": false
                        },
                        "advanced_seo_front_page_description": {
                            "description": "\u00d6n sayfa meta a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "default": "",
                            "required": false
                        },
                        "advanced_seo_title_formats": {
                            "description": "SEO sayfa ba\u015fl\u0131\u011f\u0131 yap\u0131lar\u0131.",
                            "type": "object",
                            "default": {
                                "archives": [],
                                "front_page": [],
                                "groups": [],
                                "pages": [],
                                "posts": []
                            },
                            "required": false
                        },
                        "videopress_private_enabled_for_site": {
                            "description": "Video Gizlili\u011fi: G\u00f6r\u00fcnt\u00fclemeyi bu sitenin \u00fcyeleriyle s\u0131n\u0131rlay\u0131n",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "action-bar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "blaze": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "carousel": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comment-likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "comments": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "contact-form": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "copy-post": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-content-types": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "custom-css": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "enhanced-distribution": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "google-fonts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "gravatar-hovercards": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "infinite-scroll": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "json-api": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "latex": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "likes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "markdown": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "masterbar": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "monitor": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "notes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon-cdn": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "photon": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-by-email": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "post-list": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "protect": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "publicize": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "related-posts": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "search": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "seo-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sharedaddy": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortcodes": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "shortlinks": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sitemaps": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "sso": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "stats": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "subscriptions": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "tiled-gallery": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "vaultpress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "verification-tools": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "videopress": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "waf": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widget-visibility": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "widgets": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "woocommerce-analytics": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        },
                        "wordads": {
                            "description": "",
                            "type": "boolean",
                            "default": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/settings\/(?P<slug>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "default": "edit",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/options\/(?P<options>[a-z\\-]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/updates\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/updates\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/notice\/(?P<notice>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org eklenti dizini k\u0131saltmas\u0131.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Eklenti etkinle\u015ftirme durumu.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "type": "string",
                            "required": true
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/plugin\/(?P<plugin>[a-z\\\/\\.\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/widgets\/(?P<id>[0-9a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "keyring_id": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/jetpack\/v4\/verify-site\/(?P<service>[a-z\\-_]+)\/(?<keyring_id>[0-9]+)": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/recommendations\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "data": {
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/recommendations\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/step": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "step": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/recommendations\/step"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/product-suggestions": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/recommendations\/product-suggestions"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/upsell": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/recommendations\/upsell"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/recommendations\/conditional": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/recommendations\/conditional"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/site\/discount": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/site\/discount"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jetpack_crm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "extension": {
                            "type": "text",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/jetpack_crm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/purchase-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/purchase-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/seen-wc-connection-modal": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/seen-wc-connection-modal"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/intro-offers": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/intro-offers"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/subscribers\/auth": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_url": {
                            "description": "The URL to redirect to.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/subscribers\/auth"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "error": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/set-license": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "license": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/set-license"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/user\/licenses"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/counts": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/user\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "last_detached_count": {
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/user\/activation-notice-dismiss"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/licensing\/attach-licenses": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "licenses": {
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/licensing\/attach-licenses"
                    }
                ]
            }
        },
        "\/wordfence\/v1": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wordfence\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/authenticate"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/authenticate-premium": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/authenticate-premium"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/config": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/config"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/disconnect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/disconnect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/premium-connect": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/premium-connect"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issues": {
            "namespace": "wordfence\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/scan\/issues"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/scan"
                    }
                ]
            }
        },
        "\/wordfence\/v1\/scan\/issue": {
            "namespace": "wordfence\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wordfence\/v1\/scan\/issue"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_xmlrpc_error": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "nonce": {
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/verify_xmlrpc_error"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/verify_registration": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/verify_registration"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/remote_authorize": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/remote_authorize"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "isActive": {
                            "description": "false olarak ayarlan\u0131rsa, sitenin ba\u011flant\u0131s\u0131 kesilir.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/data": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/data"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/plugins": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/plugins"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/reconnect": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/reconnect"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/register": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "from": {
                            "description": "\u0130zleme\/segmentasyon ama\u00e7lar\u0131 i\u00e7in kay\u0131t i\u015fleminin nerede tetiklendi\u011fini g\u00f6sterir",
                            "type": "string",
                            "required": false
                        },
                        "registration_nonce": {
                            "description": "Ge\u00e7ici kay\u0131t",
                            "type": "string",
                            "required": true
                        },
                        "redirect_uri": {
                            "description": "Ba\u011flant\u0131 ak\u0131\u015f\u0131ndan sonra kullan\u0131c\u0131n\u0131n y\u00f6nlendirilmesi gereken y\u00f6netici sayfas\u0131n\u0131n URI'si",
                            "type": "string",
                            "required": false
                        },
                        "plugin_slug": {
                            "description": "\u0130ste\u011fin hangi eklentiden geldi\u011fini g\u00f6sterir",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/register"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/authorize_url": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "Ba\u011flant\u0131 ak\u0131\u015f\u0131ndan sonra kullan\u0131c\u0131n\u0131n y\u00f6nlendirilmesi gereken y\u00f6netici sayfas\u0131n\u0131n URI'si",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/authorize_url"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/user-token": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "user_token": {
                            "description": "Yeni kullan\u0131c\u0131 belirteci",
                            "type": "string",
                            "required": true
                        },
                        "is_connection_owner": {
                            "description": "Ba\u011flant\u0131 sahibi",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/user-token"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/connection\/owner": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "owner": {
                            "description": "Yeni sahibi",
                            "type": "integer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/connection\/owner"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/full-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "modules": {
                            "description": "Tam E\u015fitlemeye dahil edilmesi gereken Veri Mod\u00fclleri",
                            "type": "array",
                            "required": false
                        },
                        "users": {
                            "description": "Tam E\u015fitlemeye veya \"ba\u015flang\u0131\u00e7\"e dahil edilecek kullan\u0131c\u0131 kimlikleri",
                            "required": false
                        },
                        "posts": {
                            "description": "Tam E\u015fitlemeye dahil edilecek posta kimlikleri",
                            "type": "array",
                            "required": false
                        },
                        "comments": {
                            "description": "Tam E\u015fitlemeye dahil edilecek yorum kimlikleri",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/full-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/status": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "fields": {
                            "description": "Duruma dahil edilmesi gereken ek alanlar\u0131n virg\u00fclle ayr\u0131lm\u0131\u015f listesi.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/status"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/health": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "status": {
                            "description": "Yeni e\u015fitleme sa\u011fl\u0131k durumu",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/health"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST",
                        "PUT",
                        "PATCH",
                        "DELETE"
                    ],
                    "args": {
                        "module_name": {
                            "description": "E\u015fitleme mod\u00fcl\u00fcn\u00fcn ad\u0131",
                            "type": "string",
                            "required": false
                        },
                        "object_type": {
                            "description": "Nesne T\u00fcr\u00fc",
                            "type": "string",
                            "required": false
                        },
                        "object_ids": {
                            "description": "Nesne Tan\u0131mlay\u0131c\u0131lar\u0131",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/object"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/now": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "E\u015fitleme kuyru\u011funun ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/now"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/checkout": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/close": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/close"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/unlock": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "queue": {
                            "description": "E\u015fitleme kuyru\u011funun ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/unlock"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/object-id-range": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "sync_module": {
                            "description": "E\u015fitleme mod\u00fcl\u00fcn\u00fcn ad\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "batch_size": {
                            "description": "Partilerin boyutu",
                            "type": "int",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/object-id-range"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-check": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "perform_text_conversion": {
                            "description": "Sa\u011flama toplam\u0131 hesaplamas\u0131nda metin alanlar\u0131n\u0131n latin1'e d\u00f6n\u00fc\u015ft\u00fcr\u00fclmesi gerekiyorsa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/data-check"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/data-histogram": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "columns": {
                            "description": "S\u00fctun e\u015flemeleri",
                            "type": "array",
                            "required": false
                        },
                        "object_type": {
                            "description": "Nesne T\u00fcr\u00fc",
                            "type": "string",
                            "required": false
                        },
                        "buckets": {
                            "description": "Histogram paketlerinin say\u0131s\u0131.",
                            "type": "int",
                            "required": false
                        },
                        "start_id": {
                            "description": "Histogram i\u00e7in ba\u015flang\u0131\u00e7 kimli\u011fi",
                            "type": "int",
                            "required": false
                        },
                        "end_id": {
                            "description": "Histogram i\u00e7in biti\u015f kimli\u011fi",
                            "type": "int",
                            "required": false
                        },
                        "strip_non_ascii": {
                            "description": "Ascii olmayan karakterler \u00e7\u0131kar\u0131ls\u0131n m\u0131?",
                            "type": "boolean",
                            "required": false
                        },
                        "shared_salt": {
                            "description": "Sa\u011flama toplam\u0131 olu\u015ftururken kullan\u0131lacak payla\u015f\u0131lan Salt",
                            "type": "string",
                            "required": false
                        },
                        "only_range_edges": {
                            "description": "Yaln\u0131zca aral\u0131k sonlar\u0131 m\u0131 d\u00f6nd\u00fcr\u00fclmeli?",
                            "type": "boolean",
                            "required": false
                        },
                        "detailed_drilldown": {
                            "description": "Sa\u011flama toplam\u0131n\u0131 m\u0131 yoksa nesne kimliklerini mi istiyoruz?",
                            "type": "boolean",
                            "required": false
                        },
                        "perform_text_conversion": {
                            "description": "Sa\u011flama toplam\u0131 hesaplamas\u0131nda metin alanlar\u0131n\u0131n latin1'e d\u00f6n\u00fc\u015ft\u00fcr\u00fclmesi gerekiyorsa.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/data-histogram"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/spawn-sync": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/spawn-sync"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/sync\/locks": {
            "namespace": "jetpack\/v4",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/sync\/locks"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/jitm": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/jitm"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/confirm-safe-mode": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/identity-crisis\/confirm-safe-mode"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/migrate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/identity-crisis\/migrate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/start-fresh": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "redirect_uri": {
                            "description": "Ba\u011flant\u0131 ak\u0131\u015f\u0131ndan sonra kullan\u0131c\u0131n\u0131n y\u00f6nlendirilmesi gereken y\u00f6netici sayfas\u0131n\u0131n URI'si",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/identity-crisis\/start-fresh"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/identity-crisis\/url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/identity-crisis\/compare-url-secret": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "secret": {
                            "description": "Veritaban\u0131nda saklanan di\u011ferleriyle kar\u015f\u0131la\u015ft\u0131r\u0131lacak URL gizli anahtar\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/identity-crisis\/compare-url-secret"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/plan"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/settings": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/settings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/pricing": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/pricing"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/activate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/plan\/activate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/plan\/deactivate": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/plan\/deactivate"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/search\/local-stats": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/search\/local-stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf": {
            "namespace": "jetpack\/v4",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/waf"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/waf\/update-rules": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/waf\/update-rules"
                    }
                ]
            }
        },
        "\/wpcom\/v2": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/meta": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Ek i\u00e7in yay\u0131n kimli\u011fi.",
                            "type": "int",
                            "required": true
                        },
                        "title": {
                            "description": "Videonun ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Videonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Videonun ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "rating": {
                            "description": "Video i\u00e7eri\u011fi derecelendirmesi. G, PG-13 veya R-17'den biri",
                            "type": "string",
                            "required": false
                        },
                        "display_embed": {
                            "description": "Oynat\u0131c\u0131daki payla\u015f\u0131m men\u00fcs\u00fcn\u00fc g\u00f6r\u00fcnt\u00fcleyin.",
                            "type": "boolean",
                            "required": false
                        },
                        "allow_download": {
                            "description": "\u0130ndirme se\u00e7ene\u011fini g\u00f6r\u00fcnt\u00fcleyin ve izleyicilerin bu videoyu indirmesine izin verin",
                            "type": "boolean",
                            "required": false
                        },
                        "privacy_setting": {
                            "description": "Videonun herkese a\u00e7\u0131k m\u0131 yoksa \u00f6zel mi olaca\u011f\u0131 nas\u0131l belirlenir?",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/videopress\/meta"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/poster": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "at_time": {
                            "description": "Videoda poster \u00e7er\u00e7evesi olarak kullan\u0131lacak s\u00fcre.",
                            "type": "int",
                            "required": false
                        },
                        "is_millisec": {
                            "description": "S\u00fcrenin milisaniye cinsinden mi, saniye cinsinden mi oldu\u011fu.",
                            "type": "boolean",
                            "required": false
                        },
                        "poster_attachment_id": {
                            "description": "Poster g\u00f6rselinin ek kimli\u011fi.",
                            "type": "int",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/(?P<video_guid>\\w+)\/check-ownership\/(?P<post_id>\\d+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/videopress\/upload-jwt": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/videopress\/upload-jwt"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/videopress\/playback-jwt\/(?P<video_guid>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/stats-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/(?P<resource>[\\-\\w]+)\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/(?P<resource>[\\-\\w]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/posts\/(?P<resource_id>[\\d]+)": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/posts\/(?P<resource_id>[\\d]+)\/likes": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/site-has-never-published-post": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/site-has-never-published-post"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/posts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/posts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/subscribers\/counts": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/subscribers\/counts"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats\/usage": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats\/usage"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/wordads\/earnings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/wordads\/earnings"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/wordads\/stats": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/wordads\/stats"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/stats\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/stats\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/notices": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "string",
                            "description": "ID of the notice",
                            "required": true
                        },
                        "status": {
                            "type": "string",
                            "description": "Status of the notice",
                            "required": true
                        },
                        "postponed_for": {
                            "type": "number",
                            "default": null,
                            "description": "Postponed for (in seconds)",
                            "minimum": 0,
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/notices"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/referrers\/spam\/new": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/referrers\/spam\/new"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/referrers\/spam\/delete": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "domain": {
                            "type": "string",
                            "description": "Domain of the referrer",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/stats\/referrers\/spam\/delete"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/modules": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/modules"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/module-settings": {
            "namespace": "jetpack\/v4\/stats-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/stats-app\/sites\/218051202\/jetpack-stats-dashboard\/module-settings"
                    }
                ]
            }
        },
        "\/elementor\/v1": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-editor"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-editor\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/conditions-config": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-editor\/conditions-config"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-editor\/templates-conditions\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-editor\/templates-conditions-conflicts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-editor\/templates-conditions-conflicts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/business-hours\/localized-week": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/business-hours\/localized-week"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/admin-menu": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/admin-menu"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/jetpack-ai\/ai-assistant-feature"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/external-media\/list\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "search": {
                            "description": "Medya koleksiyonu arama terimi.",
                            "type": "string",
                            "required": false
                        },
                        "number": {
                            "description": "\u0130stekteki medya \u00f6\u011felerinin say\u0131s\u0131.",
                            "type": "number",
                            "default": 20,
                            "required": false
                        },
                        "path": {
                            "type": "string",
                            "required": false
                        },
                        "page_handle": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/copy\/(?P<service>google_photos|openverse|pexels)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "media": {
                            "description": "Kopyalanacak medya verisi.",
                            "items": {
                                "type": "array",
                                "items": {
                                    "type": "object",
                                    "required": true,
                                    "properties": {
                                        "caption": {
                                            "type": "string"
                                        },
                                        "guid": {
                                            "type": "object",
                                            "properties": {
                                                "caption": {
                                                    "type": "string"
                                                },
                                                "name": {
                                                    "type": "string"
                                                },
                                                "title": {
                                                    "type": "string"
                                                },
                                                "url": {
                                                    "format": "uri",
                                                    "type": "string"
                                                }
                                            }
                                        },
                                        "title": {
                                            "type": "string"
                                        },
                                        "meta": {
                                            "type": "object",
                                            "additionalProperties": false,
                                            "properties": {
                                                "vertical_id": {
                                                    "type": "string",
                                                    "format": "text-field"
                                                },
                                                "pexels_object": {
                                                    "type": "object"
                                                }
                                            }
                                        }
                                    }
                                }
                            },
                            "type": "array",
                            "required": true
                        },
                        "post_id": {
                            "description": "Y\u00fcklemenin eklenece\u011fi g\u00f6nderi kimli\u011fi.",
                            "type": "number",
                            "minimum": 0,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/external-media\/connection\/(?P<service>google_photos)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/following\/mine": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "ignore_user_blogs": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/following\/mine"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/following\/recommendations": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "number": {
                            "type": "number",
                            "default": 5,
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/following\/recommendations"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/checkGoogleDocVisibility": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/checkGoogleDocVisibility"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connect-url": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/instagram-gallery\/connect-url"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/instagram-gallery\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/instagram-gallery\/gallery": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "access_token": {
                            "description": "Bir Instagram Anahtarl\u0131k eri\u015fim belirteci.",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        },
                        "count": {
                            "description": "Ka\u00e7 tane Instagram g\u00f6nderisi var?",
                            "type": "integer",
                            "minimum": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/instagram-gallery\/gallery"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/mailchimp"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/mailchimp\/groups": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/mailchimp\/groups"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/newsletter-categories"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/newsletter-categories\/count": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "term_ids": {
                            "default": "",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/newsletter-categories\/count"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Podcast RSS ak\u0131\u015f\u0131 URL'si.",
                            "type": "string",
                            "required": true
                        },
                        "guids": {
                            "description": "Belirli podcast b\u00f6l\u00fcmlerini getirmek i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131lar\u0131n listesi.",
                            "type": "array",
                            "required": true
                        },
                        "episode-options": {
                            "description": "Se\u00e7im kullan\u0131c\u0131 aray\u00fcz\u00fcnde kullan\u0131lacak b\u00f6l\u00fcm listesini d\u00f6nd\u00fcrmemiz gerekip gerekmedi\u011fi",
                            "type": "boolean",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/podcast-player"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/podcast-player\/track-quantity": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/podcast-player\/track-quantity"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/publicize\/connections": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/publicize\/connections"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/posts\/(?P<postId>\\d+)\/publicize": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "message": {
                            "description": "Payla\u015f\u0131lacak mesaj.",
                            "type": "string",
                            "required": true
                        },
                        "skipped_connections": {
                            "description": "Payla\u015f\u0131m\u0131 atlamak i\u00e7in harici ba\u011flant\u0131 kimlikleri dizisi.",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/related-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/related-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/related-posts\/enable": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/related-posts\/enable"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/resolve-redirect\/?(?P<url>.+)?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "Yeniden y\u00f6nlendirmeleri kontrol etmek i\u00e7in kullan\u0131lan URL.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/search": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/search"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/send-email-preview": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131 i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/send-email-preview"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/template-loader\/(?P<template_type>\\w+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "template_type": {
                            "description": "\u015eablonun t\u00fcr\u00fc.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/post-types": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/post-types"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/top-posts": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "period": {
                            "description": "Timeframe for stats.",
                            "type": [
                                "string",
                                "integer"
                            ],
                            "required": true
                        },
                        "number": {
                            "description": "Number of posts to display.",
                            "type": "integer",
                            "required": false
                        },
                        "types": {
                            "description": "Types of content to include.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/top-posts"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/transients\/(?P<name>\\w{1,172})": {
            "namespace": "wpcom\/v2",
            "methods": [
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "name": {
                            "description": "Silinecek ge\u00e7i\u015fin ad\u0131.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v3": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wpcom\/v3",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v3"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "after": {
                            "description": "Belirli bir tarihten sonraki istemleri g\u00f6ster.",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Belirli bir tarihten \u00f6nceki istemleri g\u00f6ster.",
                            "type": "string",
                            "required": false
                        },
                        "force_year": {
                            "description": "Geri d\u00f6nd\u00fcr\u00fclen istemleri belirli bir y\u0131l i\u00e7in olmaya zorlay\u0131n. Her g\u00fcn i\u00e7in yaln\u0131zca bir istem geri d\u00f6nd\u00fcr\u00fcr.",
                            "type": "integer",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v3\/blogging-prompts"
                    }
                ]
            }
        },
        "\/wpcom\/v3\/blogging-prompts\/(?P<id>[\\d]+)": {
            "namespace": "wpcom\/v3",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u0130stem i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wpcom\/v2\/gutenberg\/available-extensions": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/gutenberg\/available-extensions"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/hello": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/hello"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/status\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "source": {
                            "type": "string",
                            "required": false
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/memberships\/status\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "float",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/memberships\/product\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/products\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/memberships\/products\/?"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/memberships\/product\/(?P<product_id>[0-9]+)\/?": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "required": true
                        },
                        "price": {
                            "type": "float",
                            "required": true
                        },
                        "currency": {
                            "type": "string",
                            "required": true
                        },
                        "interval": {
                            "type": "string",
                            "required": true
                        },
                        "is_editable": {
                            "type": "boolean",
                            "required": false
                        },
                        "buyer_can_change_amount": {
                            "type": "boolean",
                            "required": false
                        },
                        "tier": {
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wpcom\/v2\/publicize\/connection-test-results": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/publicize\/connection-test-results"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/publicize\/services": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/publicize\/services"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/service-api-keys\/(?P<service>[a-z\\-_]+)": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "service_api_key": {
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/my-jetpack\/v1": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "my-jetpack\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site\/products"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/products\/(?P<product>[a-z\\-]+)": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "product": {
                            "description": "\u00dcr\u00fcn k\u0131saltmas\u0131",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "creator",
                                "extras",
                                "jetpack-ai",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress",
                                "stats"
                            ],
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product": {
                            "description": "\u00dcr\u00fcn k\u0131saltmas\u0131",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "creator",
                                "extras",
                                "jetpack-ai",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress",
                                "stats"
                            ],
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "product": {
                            "description": "\u00dcr\u00fcn k\u0131saltmas\u0131",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "creator",
                                "extras",
                                "jetpack-ai",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress",
                                "stats"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/my-jetpack\/v1\/site\/products\/(?P<product>[a-z\\-]+)\/install-standalone": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "product": {
                            "description": "\u00dcr\u00fcn k\u0131saltmas\u0131",
                            "type": "string",
                            "enum": [
                                "anti-spam",
                                "backup",
                                "boost",
                                "crm",
                                "creator",
                                "extras",
                                "jetpack-ai",
                                "scan",
                                "search",
                                "social",
                                "security",
                                "protect",
                                "videopress",
                                "stats"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/my-jetpack\/v1\/site\/purchases": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site\/purchases"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/availability": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/chat\/availability"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/chat\/authentication": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "required": false
                        },
                        "test_mode": {
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/chat\/authentication"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/backup\/undo-event": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site\/backup\/undo-event"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/backup\/count-items": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site\/backup\/count-items"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site"
                    }
                ]
            }
        },
        "\/my-jetpack\/v1\/site\/dismiss-welcome-banner": {
            "namespace": "my-jetpack\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/my-jetpack\/v1\/site\/dismiss-welcome-banner"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack-boost\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack-boost\/v1"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack-boost\/v1\/speed-scores"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores\/refresh": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack-boost\/v1\/speed-scores\/refresh"
                    }
                ]
            }
        },
        "\/jetpack-boost\/v1\/speed-scores-history": {
            "namespace": "jetpack-boost\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "start": {
                            "type": "number",
                            "required": true
                        },
                        "end": {
                            "type": "number",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack-boost\/v1\/speed-scores-history"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/forms\/responses": {
            "namespace": "wpcom\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "default": 20,
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "offset": {
                            "default": 0,
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "form_id": {
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/forms\/responses"
                    }
                ]
            }
        },
        "\/wpcom\/v2\/forms\/responses\/bulk_actions": {
            "namespace": "wpcom\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wpcom\/v2\/forms\/responses\/bulk_actions"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze-app",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze-app"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze-app\/sites\/218051202\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/sites\/218051202\/blaze\/posts(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/sites\/218051202\/blaze\/posts(\\?.*)?"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/checkout": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/checkout"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/credits(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/sites\/218051202\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/wpcom\/media(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/experiments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/sites\/218051202\/campaigns(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/search(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/user(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/templates(?P<sub_path>[a-zA-Z0-9-_\\\/:]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/subscriptions(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/payments(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/smart(?P<sub_path>[a-zA-Z0-9-_\\\/]*)": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/locations(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/woo(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/image(?P<sub_path>[a-zA-Z0-9-_\\\/]*)(\\?.*)?": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ]
        },
        "\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/logs": {
            "namespace": "jetpack\/v4\/blaze-app",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze-app\/sites\/218051202\/wordads\/dsp\/api\/v1\/logs"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "jetpack\/v4\/blaze",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/eligibility": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze\/eligibility"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/blaze\/dashboard": {
            "namespace": "jetpack\/v4\/blaze",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/blaze\/dashboard"
                    }
                ]
            }
        },
        "\/jetpack\/v4\/hints": {
            "namespace": "jetpack\/v4",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "hint": {
                            "default": "",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/jetpack\/v4\/hints"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/globals"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/globals\/colors"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/colors\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/globals\/typography": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/globals\/typography"
                    }
                ]
            }
        },
        "\/elementor\/v1\/globals\/typography\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/favorites": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/favorites"
                    }
                ]
            }
        },
        "\/elementor\/v1\/favorites\/(?P<id>[\\w]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to create.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Type of favorites.",
                            "type": "string",
                            "required": true
                        },
                        "favorite": {
                            "description": "The favorite slug to delete.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/kit-elements-defaults": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/kit-elements-defaults"
                    }
                ]
            }
        },
        "\/elementor\/v1\/kit-elements-defaults\/(?P<type>[\\w\\-\\_]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        },
                        "settings": {
                            "description": "All the default values for the requested type",
                            "type": "object",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "type": {
                            "type": "string",
                            "description": "The type of the element.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/site-navigation\/recent-posts": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "posts_per_page": {
                            "description": "Number of posts to return",
                            "type": "integer",
                            "required": true
                        },
                        "post_type": {
                            "description": "Post types to retrieve",
                            "type": "array",
                            "default": [
                                "page",
                                "post",
                                "elementor_library"
                            ],
                            "required": false
                        },
                        "post__not_in": {
                            "description": "Post id`s to exclude",
                            "type": "array",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-navigation\/recent-posts"
                    }
                ]
            }
        },
        "\/elementor\/v1\/site-navigation\/add-new-post": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_type": {
                            "description": "Post type to create",
                            "type": "string",
                            "default": "post",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/site-navigation\/add-new-post"
                    }
                ]
            }
        },
        "\/elementor\/v1\/template-library\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "title": {
                            "type": "string",
                            "description": "The title of the document",
                            "required": false
                        },
                        "type": {
                            "description": "The document type.",
                            "type": "string",
                            "enum": [
                                "page",
                                "section",
                                "landing-page",
                                "popup",
                                "header",
                                "footer",
                                "single",
                                "single-post",
                                "single-page",
                                "archive",
                                "search-results",
                                "error-404",
                                "loop-item"
                            ],
                            "required": true
                        },
                        "content": {
                            "description": "Elementor data object",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/template-library\/templates"
                    }
                ]
            }
        },
        "\/elementor\/v1\/global-widget\/templates": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/global-widget\/templates"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "elementor-pro\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor-pro\/v1"
                    }
                ]
            }
        },
        "\/elementor-pro\/v1\/posts-widget": {
            "namespace": "elementor-pro\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor-pro\/v1\/posts-widget"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 50,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/form-submissions"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "DELETE",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "force": {
                            "description": "Delete the object permanently.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        },
                        "is_read": {
                            "description": "mark whether the submission was read or not",
                            "type": "boolean",
                            "required": false
                        },
                        "values": {
                            "description": "Form field values, receive an array, the key should be the form field id and the value should be the value.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Unique identifier for the object.",
                            "type": "string",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/form-submissions\/restore": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/form-submissions\/restore"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/export": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Current page of the collection.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Maximum number of items to be returned in result set.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 10000,
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "order": {
                            "description": "Order sort attribute ascending or descending.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "order_by": {
                            "description": "Sort collection by object attribute.",
                            "type": "string",
                            "default": "created_at",
                            "enum": [
                                "created_at",
                                "id",
                                "main_meta_id"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Limit result set to submissions assigned one or more statuses.",
                            "type": "string",
                            "default": "all",
                            "enum": [
                                "all",
                                "unread",
                                "read",
                                "trash"
                            ],
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "form": {
                            "description": "Limit result set to submissions assigned to specific forms. The form id should follow this pattern {post_id}_{element_id} e.g: 10_476d0ce",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "referer": {
                            "description": "Limit result set to submissions assigned to specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "after": {
                            "description": "Limit response to submissions sent after a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "before": {
                            "description": "Limit response to submissions sent before a given ISO8601 compliant date.",
                            "type": "string",
                            "format": "date",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "ids": {
                            "description": "Unique identifiers for the objects.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "format": {
                            "description": "The format of the export (for now only csv).",
                            "enum": [
                                "csv"
                            ],
                            "default": "csv",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/form-submissions\/export"
                    }
                ]
            }
        },
        "\/elementor\/v1\/form-submissions\/referer": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        },
                        "search": {
                            "description": "Limit results to those matching a string.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        },
                        "value": {
                            "description": "Limit results specific referer.",
                            "type": "string",
                            "additionalProperties": {
                                "context": "filter"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/form-submissions\/referer"
                    }
                ]
            }
        },
        "\/elementor\/v1\/forms": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Scope under which the request is made, determines fields present in response. (only \"options\" available for now)",
                            "type": "string",
                            "enum": [
                                "options"
                            ],
                            "default": "options",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/forms"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The note status (e.g. \"publish\", \"draft\").",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "default": "publish",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Whether the note is resolved or not.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "The note's parent id (use 0 for top-level).",
                            "required": false
                        },
                        "post_id": {
                            "type": "integer",
                            "description": "The ID of the post that the note is attached to.",
                            "required": false
                        },
                        "only_unread": {
                            "type": "boolean",
                            "description": "Show only unread notes (represents an unread thread if one of its replies is unread).",
                            "required": false
                        },
                        "only_relevant": {
                            "type": "boolean",
                            "description": "Show only notes that are relevant to the current user.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "last_activity_at",
                            "enum": [
                                "last_activity_at",
                                "created_at"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "post_id": {
                            "type": "integer",
                            "description": "The id of the post where the note was created at (can be template, post, page, etc.).",
                            "required": true
                        },
                        "element_id": {
                            "type": "string",
                            "description": "Each note must be attached to an elementor element.",
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "description": "The content of the note.",
                            "required": true
                        },
                        "position": {
                            "type": "object",
                            "properties": {
                                "x": {
                                    "required": true,
                                    "type": "number"
                                },
                                "y": {
                                    "required": true,
                                    "type": "number"
                                }
                            },
                            "description": "The position of the note.",
                            "required": true
                        },
                        "mentioned_usernames": {
                            "type": "array",
                            "description": "List of user names that have been mentioned in the note's content.",
                            "default": [],
                            "items": {
                                "type": "string",
                                "sanitize_callback": []
                            },
                            "required": false
                        },
                        "route_post_id": {
                            "description": "The ID of the post that's associated with the route (doesn't always exist, e.g: home page, archive)",
                            "required": false
                        },
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "route_title": {
                            "type": "string",
                            "description": "The title of the route where the note was created at.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "If the new note is a reply to another note, the parent_id should be the thread's id.",
                            "default": 0,
                            "required": false
                        },
                        "is_public": {
                            "type": "boolean",
                            "description": "Should this note be visible for everyone or just for its author.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/notes"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/read-status": {
            "namespace": "elementor\/v1",
            "methods": [
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "The id's of the notes.",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "ids": {
                            "type": "array",
                            "description": "The id's of the notes.",
                            "items": {
                                "type": "integer"
                            },
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/notes\/read-status"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/summary": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "route_url": {
                            "type": "string",
                            "description": "The URL of the route where the note was created at.",
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "The note status (e.g. \"publish\", \"draft\").",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "default": "publish",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Whether the note is resolved or not.",
                            "required": false
                        },
                        "parent_id": {
                            "type": "integer",
                            "description": "The note's parent id (use 0 for top-level).",
                            "required": false
                        },
                        "post_id": {
                            "type": "integer",
                            "description": "The ID of the post that the note is attached to.",
                            "required": false
                        },
                        "only_unread": {
                            "type": "boolean",
                            "description": "Show only unread notes (represents an unread thread if one of its replies is unread).",
                            "required": false
                        },
                        "only_relevant": {
                            "type": "boolean",
                            "description": "Show only notes that are relevant to the current user.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "last_activity_at",
                            "enum": [
                                "last_activity_at",
                                "created_at"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/notes\/summary"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/users": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "limit": {
                            "type": "integer",
                            "description": "Limit the results.",
                            "required": false
                        },
                        "order_by": {
                            "type": "string",
                            "description": "A column to order the results by.",
                            "default": "display_name",
                            "enum": [
                                "user_nicename",
                                "display_name",
                                "user_registered"
                            ],
                            "required": false
                        },
                        "order": {
                            "type": "string",
                            "description": "Results order direction.",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "search": {
                            "type": "string",
                            "description": "Filter users by a search term.",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/notes\/users"
                    }
                ]
            }
        },
        "\/elementor\/v1\/notes\/(?P<id>[\\d]+)": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "Note ID to find.",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "The id the note.",
                            "required": true
                        },
                        "content": {
                            "type": "string",
                            "description": "The content of the note.",
                            "required": false
                        },
                        "mentioned_usernames": {
                            "type": "array",
                            "description": "List of user names that have been mentioned in the note's content.",
                            "items": {
                                "type": "string",
                                "sanitize_callback": []
                            },
                            "required": false
                        },
                        "status": {
                            "type": "string",
                            "description": "Note status can be draft or publish.",
                            "enum": [
                                "publish",
                                "draft"
                            ],
                            "required": false
                        },
                        "is_public": {
                            "type": "boolean",
                            "description": "Should this note be visible for everyone or just for its author.",
                            "required": false
                        },
                        "is_resolved": {
                            "type": "boolean",
                            "description": "Is this note resolved and should be hidden.",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "type": "integer",
                            "description": "The id of the note.",
                            "required": true
                        },
                        "force": {
                            "type": "boolean",
                            "description": "Determine if it should be deleted permanently or change the status to trash.",
                            "default": false,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/elementor\/v1\/send-event": {
            "namespace": "elementor\/v1",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "event_data": {
                            "description": "All the recorded event data in JSON format",
                            "type": "object",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/elementor\/v1\/send-event"
                    }
                ]
            }
        },
        "\/wp\/v2": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp\/v2",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "categories": {
                            "description": "Sonu\u00e7 k\u00fcmesini categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "categories_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini categories s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "include_children": {
                                            "description": "Sonu\u00e7 k\u00fcmesini s\u0131n\u0131rland\u0131ran terimlere alt terimlerin kat\u0131l\u0131p kat\u0131lmayaca\u011f\u0131.",
                                            "type": "boolean",
                                            "default": false
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags": {
                            "description": "Sonu\u00e7 k\u00fcmesini tags s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "tags_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini tags s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "sticky": {
                            "description": "Sonu\u00e7 k\u00fcmesini sabit \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/posts"
                    }
                ]
            }
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "format": {
                            "description": "Yaz\u0131n\u0131n bi\u00e7imi.",
                            "type": "string",
                            "enum": [
                                "standard",
                                "aside",
                                "chat",
                                "gallery",
                                "link",
                                "image",
                                "quote",
                                "status",
                                "video",
                                "audio"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "sticky": {
                            "description": "Yaz\u0131n\u0131n sabit olarak kabul edilip edilmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "categories": {
                            "description": "category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "tags": {
                            "description": "post_tag s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/posts\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/pages"
                    }
                ]
            }
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Yaz\u0131n\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Yaz\u0131n\u0131n di\u011fer yaz\u0131lara g\u00f6re s\u0131ralamas\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "footnotes": {
                                    "type": "string",
                                    "description": "",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/pages\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst kimlikleri ta\u015f\u0131yan \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "parent_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst kimli\u011fi ta\u015f\u0131mayan t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "inherit",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "inherit",
                                    "private",
                                    "trash"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "media_type": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ortam t\u00fcr\u00fcndeki ek dosyalarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "image",
                                "video",
                                "text",
                                "application",
                                "audio"
                            ],
                            "required": false
                        },
                        "mime_type": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli MIME t\u00fcr\u00fcndeki ek dosyalarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ek dosya g\u00f6r\u00fcnt\u00fclenemedi\u011finde g\u00f6r\u00fcnt\u00fclenecek alternatif metin.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ek dosya ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n veri taban\u0131nda bulunan HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML alt yaz\u0131s\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ek dosya a\u00e7\u0131klamas\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n a\u00e7\u0131klamas\u0131, veri taban\u0131nda oldu\u011fu gibi .",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML a\u00e7\u0131klamas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ek dosyan\u0131n bulundu\u011fu yaz\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/media"
                    }
                ]
            }
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "comment_status": {
                            "description": "Yaz\u0131n\u0131n yorumlara a\u00e7\u0131k olup olmad\u0131\u011f\u0131.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "ping_status": {
                            "description": "Yaz\u0131ya geri ba\u011flant\u0131 verilip verilemeyece\u011fi.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "jetpack_sharing_enabled": {
                            "description": "Payla\u015f\u0131m d\u00fc\u011fmeleri etkin mi?",
                            "type": "boolean",
                            "required": false
                        },
                        "alt_text": {
                            "description": "Ek dosya g\u00f6r\u00fcnt\u00fclenemedi\u011finde g\u00f6r\u00fcnt\u00fclenecek alternatif metin.",
                            "type": "string",
                            "required": false
                        },
                        "caption": {
                            "description": "Ek dosya ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n veri taban\u0131nda bulunan HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML alt yaz\u0131s\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Ek dosya a\u00e7\u0131klamas\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Ek dosyan\u0131n a\u00e7\u0131klamas\u0131, veri taban\u0131nda oldu\u011fu gibi .",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Ek dosyan\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML a\u00e7\u0131klamas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "post": {
                            "description": "Ek dosyan\u0131n bulundu\u011fu yaz\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/post-process": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Ek dosyan\u0131n e\u015fsiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "action": {
                            "type": "string",
                            "enum": [
                                "create-image-subsizes"
                            ],
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/media\/(?P<id>[\\d]+)\/edit": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "src": {
                            "description": "D\u00fczenlenen g\u00f6rsel dosyas\u0131n\u0131n ba\u011flant\u0131s\u0131.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        },
                        "modifiers": {
                            "description": "G\u00f6rsel d\u00fczenlemeleri dizisi.",
                            "type": "array",
                            "minItems": 1,
                            "items": {
                                "description": "G\u00f6rsel d\u00fczenleme.",
                                "type": "object",
                                "required": [
                                    "type",
                                    "args"
                                ],
                                "oneOf": [
                                    {
                                        "title": "D\u00f6nd\u00fcrme",
                                        "properties": {
                                            "type": {
                                                "description": "D\u00f6nd\u00fcrme t\u00fcr\u00fc.",
                                                "type": "string",
                                                "enum": [
                                                    "rotate"
                                                ]
                                            },
                                            "args": {
                                                "description": "D\u00f6nd\u00fcrme de\u011fi\u015fkenleri.",
                                                "type": "object",
                                                "required": [
                                                    "angle"
                                                ],
                                                "properties": {
                                                    "angle": {
                                                        "description": "Derece olarak saat y\u00f6n\u00fcnde d\u00f6nd\u00fcrme a\u00e7\u0131s\u0131.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    },
                                    {
                                        "title": "K\u0131rp",
                                        "properties": {
                                            "type": {
                                                "description": "K\u0131rpma t\u00fcr\u00fc.",
                                                "type": "string",
                                                "enum": [
                                                    "crop"
                                                ]
                                            },
                                            "args": {
                                                "description": "K\u0131rpma de\u011fi\u015fkenleri.",
                                                "type": "object",
                                                "required": [
                                                    "left",
                                                    "top",
                                                    "width",
                                                    "height"
                                                ],
                                                "properties": {
                                                    "left": {
                                                        "description": "K\u0131rpmaya, g\u00f6rsel geni\u015fli\u011finin bir y\u00fczdesi olarak ba\u015flamak i\u00e7in soldan yatay konum.",
                                                        "type": "number"
                                                    },
                                                    "top": {
                                                        "description": "K\u0131rpmaya, g\u00f6rsel y\u00fcksekli\u011finin bir y\u00fczdesi olarak ba\u015flamak i\u00e7in \u00fcstten dikey konum.",
                                                        "type": "number"
                                                    },
                                                    "width": {
                                                        "description": "G\u00f6rsel geni\u015fli\u011finin y\u00fczdesi olarak k\u0131rpman\u0131n geni\u015fli\u011fi.",
                                                        "type": "number"
                                                    },
                                                    "height": {
                                                        "description": "G\u00f6rsel y\u00fcksekli\u011finin y\u00fczdesi olarak k\u0131rpman\u0131n y\u00fcksekli\u011fi.",
                                                        "type": "number"
                                                    }
                                                }
                                            }
                                        }
                                    }
                                ]
                            },
                            "required": false
                        },
                        "rotation": {
                            "description": "G\u00f6rseli saat y\u00f6n\u00fcnde derece cinsinden d\u00f6nd\u00fcrme miktar\u0131. KULLANIMDAN KALDIRILDI: Bunun yerine \"de\u011fi\u015ftiriciler\" kullan\u0131n.",
                            "type": "integer",
                            "minimum": 0,
                            "exclusiveMinimum": true,
                            "maximum": 360,
                            "exclusiveMaximum": true,
                            "required": false
                        },
                        "x": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, k\u0131rpman\u0131n ba\u015flayaca\u011f\u0131 x konumu. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "y": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, kesmenin ba\u015flayaca\u011f\u0131 y konumu. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "width": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, g\u00f6r\u00fcnt\u00fcn\u00fcn k\u0131rp\u0131laca\u011f\u0131 geni\u015flik. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        },
                        "height": {
                            "description": "G\u00f6rsel y\u00fczdesi olarak, g\u00f6r\u00fcnt\u00fcn\u00fcn k\u0131rp\u0131laca\u011f\u0131 y\u00fckseklik. KULLANIMDAN KALDIRILDI: Bunun yerine `modifiers` kullan\u0131n.",
                            "type": "number",
                            "minimum": 0,
                            "maximum": 100,
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "menu_order",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "menu_order"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "menus": {
                            "description": "Sonu\u00e7 k\u00fcmesini menus s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menus_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini menus s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "menu_order": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir menu_order de\u011ferini ta\u015f\u0131yan yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "default": "custom",
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "default": 1,
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "default": 0,
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/menu-items"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "parent": {
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Nesnenin \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "title": {
                            "description": "Nesnenin ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "string",
                                "object"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Nesnenin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Nesnenin g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "type": {
                            "description": "\"post_type\" ya da \"taxonomy\" gibi temsil edilen nesnelerin ailesi.",
                            "type": "string",
                            "enum": [
                                "taxonomy",
                                "post_type",
                                "post_type_archive",
                                "custom"
                            ],
                            "required": false
                        },
                        "status": {
                            "description": "Nesnenin adland\u0131r\u0131lm\u0131\u015f durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "attr_title": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin ba\u015fl\u0131k \u00f6zniteli\u011fi metni.",
                            "type": "string",
                            "required": false
                        },
                        "classes": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131 bile\u015feninin s\u0131n\u0131f adlar\u0131.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "description": {
                            "description": "Men\u00fc \u00f6gesinin a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "menu_order": {
                            "description": "Varsa, bu \u00f6genin \u00fcst men\u00fc \u00f6gesindeki nav_menu_item veri taban\u0131 ID de\u011feri, yoksa 0.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "object": {
                            "description": "\"Kategori\", \"yaz\u0131\" ya da \"ek dosya\" gibi \u00f6zg\u00fcn olarak sunulan nesnenin t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "object_id": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi \u00f6zg\u00fcn nesnenin veri taban\u0131 kimli\u011fi. \u00d6rne\u011fin yaz\u0131lar i\u00e7in ID ya da kategoriler i\u00e7in term_id.",
                            "type": "integer",
                            "minimum": 0,
                            "required": false
                        },
                        "target": {
                            "description": "Bu men\u00fc \u00f6gesi i\u00e7in ba\u011flant\u0131 bile\u015feninin hedef \u00f6zniteli\u011fi.",
                            "type": "string",
                            "enum": [
                                "_blank",
                                ""
                            ],
                            "required": false
                        },
                        "url": {
                            "description": "Bu men\u00fc \u00f6gesinin g\u00f6sterdi\u011fi adres.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "xfn": {
                            "description": "Bu men\u00fc \u00f6gesinin ba\u011flant\u0131s\u0131nda ifade edilen XFN ili\u015fkisi.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "menus": {
                            "description": "nav_menu s\u0131n\u0131fland\u0131rmas\u0131ndaki nesneye atanm\u0131\u015f terimler.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menu-items\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "tax_relation": {
                            "description": "Sonu\u00e7 k\u00fcmesini birka\u00e7 s\u0131n\u0131fland\u0131rma ile aras\u0131ndaki ili\u015fkiyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "AND",
                                "OR"
                            ],
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "Sonu\u00e7 k\u00fcmesini wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler ge\u00e7en \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        },
                                        "operator": {
                                            "description": "\u00d6gelerin t\u00fcm terimlere mi, belirli terimlere mi atanaca\u011f\u0131.",
                                            "type": "string",
                                            "enum": [
                                                "AND",
                                                "OR"
                                            ],
                                            "default": "OR"
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        },
                        "wp_pattern_category_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesini wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131na atanm\u0131\u015f belirli terimler d\u0131\u015f\u0131nda t\u00fcm \u00f6gelerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "object",
                                "array"
                            ],
                            "oneOf": [
                                {
                                    "title": "Terim kimlikleri listesi",
                                    "description": "Terimleri belirtilen kimliklerle e\u015fle\u015ftir.",
                                    "type": "array",
                                    "items": {
                                        "type": "integer"
                                    }
                                },
                                {
                                    "title": "Terim kimli\u011fi s\u0131n\u0131fland\u0131rma sorgusu",
                                    "description": "Geli\u015fmi\u015f bir terim sorgusu ger\u00e7ekle\u015ftirin.",
                                    "type": "object",
                                    "properties": {
                                        "terms": {
                                            "description": "Terim kimlikleri.",
                                            "type": "array",
                                            "items": {
                                                "type": "integer"
                                            },
                                            "default": []
                                        }
                                    },
                                    "additionalProperties": false
                                }
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/blocks"
                    }
                ]
            }
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "wp_pattern_sync_status": {
                                    "type": "string",
                                    "description": "",
                                    "default": "",
                                    "enum": [
                                        "partial",
                                        "unsynced"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "wp_pattern_category": {
                            "description": "wp_pattern_category s\u0131n\u0131fland\u0131rmas\u0131ndaki yaz\u0131ya atanm\u0131\u015f terimler.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/blocks\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/templates": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Belirli bir yaz\u0131 kimli\u011fi ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Belirtilmi\u015f \u015fablon par\u00e7as\u0131 alan\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u015eablonlar\u0131 al\u0131nacak yaz\u0131 t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/templates"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Alternatifi getirilecek \u015fablonun k\u0131sa ad\u0131",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Bir \u015fablonun \u00f6zel mi yoksa \u015fablon hiyerar\u015fisinin bir par\u00e7as\u0131 m\u0131 oldu\u011funu g\u00f6sterir",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Olu\u015fturulan \u015fablonun \u015fablon \u00f6n eki. Bu \u00f6n ek, ana \u015fablon t\u00fcr\u00fcn\u00fc ay\u0131klamak i\u00e7in kullan\u0131l\u0131r, \u00f6rne\u011fin `taxonomy-books` i\u00e7in `taxonomy` ay\u0131klan\u0131r",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/templates\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/templates\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts\/(?P<parent>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/template-parts": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "wp_id": {
                            "description": "Belirli bir yaz\u0131 kimli\u011fi ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "Belirtilmi\u015f \u015fablon par\u00e7as\u0131 alan\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "post_type": {
                            "description": "\u015eablonlar\u0131 al\u0131nacak yaz\u0131 t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": true
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "default": "",
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "default": "",
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "default": "",
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/template-parts"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/lookup": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "slug": {
                            "description": "Alternatifi getirilecek \u015fablonun k\u0131sa ad\u0131",
                            "type": "string",
                            "required": true
                        },
                        "is_custom": {
                            "description": "Bir \u015fablonun \u00f6zel mi yoksa \u015fablon hiyerar\u015fisinin bir par\u00e7as\u0131 m\u0131 oldu\u011funu g\u00f6sterir",
                            "type": "boolean",
                            "required": false
                        },
                        "template_prefix": {
                            "description": "Olu\u015fturulan \u015fablonun \u015fablon \u00f6n eki. Bu \u00f6n ek, ana \u015fablon t\u00fcr\u00fcn\u00fc ay\u0131klamak i\u00e7in kullan\u0131l\u0131r, \u00f6rne\u011fin `taxonomy-books` i\u00e7in `taxonomy` ay\u0131klan\u0131r",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/template-parts\/lookup"
                    }
                ]
            }
        },
        "\/wp\/v2\/template-parts\/(?P<id>([^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)[\\\/\\w%-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "\u015eablonu tan\u0131mlayan e\u015fsiz k\u0131sa ad.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": "[a-zA-Z0-9_\\%-]+",
                            "required": false
                        },
                        "theme": {
                            "description": "\u015eablonun tema kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "description": "\u015eablon t\u00fcr\u00fc.",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "\u015eablonun i\u00e7eri\u011fi.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ]
                                },
                                "block_version": {
                                    "description": "\u015eablon taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "title": {
                            "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "\u015eablonun ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "\u015eablonun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "description": {
                            "description": "\u015eablonun a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "\u015eablonun durumu.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "author": {
                            "description": "Tema geli\u015ftiricisinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "area": {
                            "description": "\u015eablon par\u00e7as\u0131n\u0131n kullan\u0131lmas\u0131 ama\u00e7lanan yer (\u00fcst bilgi, alt bilgi gibi)",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/navigation"
                    }
                ]
            }
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi nesne \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "date",
                                "id",
                                "include",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/revisions\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "S\u00fcr\u00fcm\u00fcn e\u015fsiz kodu.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "S\u00fcr\u00fcmlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/navigation\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/feedback"
                    }
                ]
            }
        },
        "\/wp\/v2\/feedback\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/feedback\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_order": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/jp_pay_order"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_order\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_order\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "excerpt": {
                            "description": "Yaz\u0131n\u0131n \u00f6zeti.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n \u00f6zeti, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML \u00f6zeti.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u00d6zetin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_order\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirtilen bir ISO8601 uyumlu tarihten sonra yay\u0131nlam\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_after": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten sonra de\u011fi\u015ftirilmi\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazarlara atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli yazarlara atanm\u0131\u015f yaz\u0131lar\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 ISO8601 uyumlu tarihten \u00f6nce yay\u0131nlanm\u0131\u015f kaynaklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "modified_before": {
                            "description": "Yan\u0131t\u0131 belirtilen ISO8601 uyumlu tarihten \u00f6nce de\u011fi\u015ftirilen yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title"
                            ],
                            "required": false
                        },
                        "search_columns": {
                            "default": [],
                            "description": "Aranacak s\u00fctun adlar\u0131 dizisi.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post_title",
                                    "post_content",
                                    "post_excerpt"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 yaz\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "publish",
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f yaz\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "publish",
                                    "future",
                                    "draft",
                                    "pending",
                                    "private",
                                    "trash",
                                    "auto-draft",
                                    "inherit",
                                    "request-pending",
                                    "request-confirmed",
                                    "request-failed",
                                    "request-completed",
                                    "spam",
                                    "dp-rewrite-republish",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "description": "Basit \u00f6demeleri; fiyat.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; para birimi kodu.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; &quot;Sat\u0131n Al&quot; metni veya farkl\u0131 bir eylem \u00e7a\u011fr\u0131s\u0131",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "description": "Basit \u00f6demeler; birden fazla \u00f6\u011feye izin",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler d\u00fc\u011fmesi; paypal e-postas\u0131.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; durumlar\u0131.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/jp_pay_product"
                    }
                ]
            }
        },
        "\/wp\/v2\/jp_pay_product\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "description": "Basit \u00f6demeleri; fiyat.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; para birimi kodu.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; &quot;Sat\u0131n Al&quot; metni veya farkl\u0131 bir eylem \u00e7a\u011fr\u0131s\u0131",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "description": "Basit \u00f6demeler; birden fazla \u00f6\u011feye izin",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler d\u00fc\u011fmesi; paypal e-postas\u0131.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; durumlar\u0131.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Yaz\u0131n\u0131n e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?P<id>[\\d]+)\/autosaves": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yaz\u0131n\u0131n yay\u0131nlanma tarihi.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "Yaz\u0131n\u0131n yay\u0131nland\u0131\u011f\u0131 tarih, GMT olarak.",
                            "type": [
                                "string",
                                "null"
                            ],
                            "format": "date-time",
                            "required": false
                        },
                        "slug": {
                            "description": "Yaz\u0131n\u0131n t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Yaz\u0131 i\u00e7in bir adland\u0131r\u0131lm\u0131\u015f durum.",
                            "type": "string",
                            "enum": [
                                "publish",
                                "future",
                                "draft",
                                "pending",
                                "private",
                                "spam"
                            ],
                            "required": false
                        },
                        "password": {
                            "description": "\u0130\u00e7erik ve \u00f6zete eri\u015fimi korumak i\u00e7in parola.",
                            "type": "string",
                            "required": false
                        },
                        "title": {
                            "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "content": {
                            "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yaz\u0131n\u0131n i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "block_version": {
                                    "description": "Yaz\u0131 taraf\u0131ndan kullan\u0131lan i\u00e7erik blo\u011fu bi\u00e7iminin s\u00fcr\u00fcm\u00fc.",
                                    "type": "integer",
                                    "context": [
                                        "edit"
                                    ],
                                    "readonly": true
                                },
                                "protected": {
                                    "description": "\u0130\u00e7eri\u011fin bir parola ile korunup korunmad\u0131\u011f\u0131.",
                                    "type": "boolean",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "author": {
                            "description": "Yaz\u0131n\u0131n yazar\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "featured_media": {
                            "description": "Yaz\u0131n\u0131n \u00f6ne \u00e7\u0131kar\u0131lm\u0131\u015f ortam kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "spay_price": {
                                    "type": "number",
                                    "description": "Basit \u00f6demeleri; fiyat.",
                                    "default": 0
                                },
                                "spay_currency": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; para birimi kodu.",
                                    "default": ""
                                },
                                "spay_cta": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; &quot;Sat\u0131n Al&quot; metni veya farkl\u0131 bir eylem \u00e7a\u011fr\u0131s\u0131",
                                    "default": ""
                                },
                                "spay_multiple": {
                                    "type": "boolean",
                                    "description": "Basit \u00f6demeler; birden fazla \u00f6\u011feye izin",
                                    "default": false
                                },
                                "spay_email": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler d\u00fc\u011fmesi; paypal e-postas\u0131.",
                                    "default": ""
                                },
                                "spay_status": {
                                    "type": "string",
                                    "description": "Basit \u00f6demeler; durumlar\u0131.",
                                    "default": ""
                                }
                            },
                            "required": false
                        },
                        "template": {
                            "description": "Yaz\u0131y\u0131 g\u00f6r\u00fcnt\u00fclemek i\u00e7in kullan\u0131lan tema dosyas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/jp_pay_product\/(?P<parent>[\\d]+)\/autosaves\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "Otomatik kayd\u0131n \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "id": {
                            "description": "Otomatik kayd\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/types"
                    }
                ]
            }
        },
        "\/wp\/v2\/types\/(?P<type>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "type": {
                            "description": "Yaz\u0131 t\u00fcr\u00fcn\u00fcn alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/statuses": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/statuses"
                    }
                ]
            }
        },
        "\/wp\/v2\/statuses\/(?P<status>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Durumun alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/taxonomies": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "type": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131 t\u00fcr\u00fc ile ili\u015fkilendirilmi\u015f s\u0131n\u0131fland\u0131rmalarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/taxonomies"
                    }
                ]
            }
        },
        "\/wp\/v2\/taxonomies\/(?P<taxonomy>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "taxonomy": {
                            "description": "S\u0131n\u0131fland\u0131rman\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "parent": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir \u00fcst terime atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/categories"
                    }
                ]
            }
        },
        "\/wp\/v2\/categories\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "parent": {
                            "description": "\u00dcst terim kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/tags": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/tags"
                    }
                ]
            }
        },
        "\/wp\/v2\/tags\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/menus": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fcye atanan konumlar.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u00dcst d\u00fczey sayfalar\u0131n bu men\u00fcye otomatik olarak eklenip eklenmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/menus"
                    }
                ]
            }
        },
        "\/wp\/v2\/menus\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        },
                        "locations": {
                            "description": "Men\u00fcye atanan konumlar.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "auto_add": {
                            "description": "\u00dcst d\u00fczey sayfalar\u0131n bu men\u00fcye otomatik olarak eklenip eklenmeyece\u011fi.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/wp_pattern_category": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "asc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi terim \u00f6zniteliklerine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "name",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "slug",
                                "include_slugs",
                                "term_group",
                                "description",
                                "count"
                            ],
                            "required": false
                        },
                        "hide_empty": {
                            "description": "Herhangi bir yaz\u0131ya atanm\u0131\u015f terimlerin gizlenip gizlenmeyece\u011fi.",
                            "type": "boolean",
                            "default": false,
                            "required": false
                        },
                        "post": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir yaz\u0131ya atanm\u0131\u015f terimlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "default": null,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 terim k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/wp_pattern_category"
                    }
                ]
            }
        },
        "\/wp\/v2\/wp_pattern_category\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "description": {
                            "description": "Terimin HTML a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Terim i\u00e7in HTML ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Terimin t\u00fcr\u00fcne \u00f6zg\u00fc benzersiz alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Terim i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Terimlerin \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "default": "asc",
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "orderby": {
                            "default": "name",
                            "description": "Derlemeyi kullan\u0131c\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "enum": [
                                "id",
                                "include",
                                "name",
                                "registered_date",
                                "slug",
                                "include_slugs",
                                "email",
                                "url"
                            ],
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir ya da birka\u00e7 kullan\u0131c\u0131 k\u0131sa ad\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "roles": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirtilen belirli rollerden en az birine uyan kullan\u0131c\u0131lara s\u0131n\u0131rland\u0131r\u0131r. Virg\u00fcl ile ayr\u0131lm\u0131\u015f roller ya da tek bir rol kabul edilir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "capabilities": {
                            "description": "Sonu\u00e7 k\u00fcmesini, belirtilen yetkinliklerden en az biri ile e\u015fle\u015fen kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r. Virg\u00fcl ile ayr\u0131lm\u0131\u015f yetkinlikler ya da tek bir yetkinlik kabul edilebilir.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "who": {
                            "description": "Sonu\u00e7 k\u00fcmesini yazar olarak kabul edilen kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "authors"
                            ],
                            "required": false
                        },
                        "has_published_posts": {
                            "description": "Sonu\u00e7 k\u00fcmesini yaz\u0131 yay\u0131nlayan kullan\u0131c\u0131larla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": [
                                "boolean",
                                "array"
                            ],
                            "items": {
                                "type": "string",
                                "enum": {
                                    "post": "post",
                                    "page": "page",
                                    "attachment": "attachment",
                                    "nav_menu_item": "nav_menu_item",
                                    "wp_block": "wp_block",
                                    "wp_template": "wp_template",
                                    "wp_template_part": "wp_template_part",
                                    "wp_navigation": "wp_navigation",
                                    "feedback": "feedback",
                                    "jp_pay_order": "jp_pay_order",
                                    "jp_pay_product": "jp_pay_product"
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n giri\u015f ad\u0131.",
                            "type": "string",
                            "required": true
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": true
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "bs_BA",
                                "de_AT",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB",
                                "hr",
                                "hu_HU",
                                "sr_RS",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": true
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/users"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "bs_BA",
                                "de_AT",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB",
                                "hr",
                                "hu_HU",
                                "sr_RS",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Kullan\u0131c\u0131n\u0131n benzersiz kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kullan\u0131c\u0131lar\u0131n \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Silinen kullan\u0131c\u0131n\u0131n yaz\u0131lar\u0131n\u0131 ve ba\u011flant\u0131lar\u0131n\u0131 bu kullan\u0131c\u0131 kimli\u011fine atar.",
                            "required": true
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/me": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "username": {
                            "description": "Kullan\u0131c\u0131n\u0131n giri\u015f ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "name": {
                            "description": "Kullan\u0131c\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "first_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "last_name": {
                            "description": "Kullan\u0131c\u0131n\u0131n soyad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "email": {
                            "description": "Kullan\u0131c\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "url": {
                            "description": "Kullan\u0131c\u0131n\u0131n adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "description": {
                            "description": "Kullan\u0131c\u0131n\u0131n a\u00e7\u0131klamas\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "locale": {
                            "description": "Kullan\u0131c\u0131n\u0131n dil ayar\u0131.",
                            "type": "string",
                            "enum": [
                                "",
                                "en_US",
                                "bs_BA",
                                "de_AT",
                                "de_DE",
                                "de_DE_formal",
                                "en_GB",
                                "hr",
                                "hu_HU",
                                "sr_RS",
                                "tr_TR"
                            ],
                            "required": false
                        },
                        "nickname": {
                            "description": "Kullan\u0131c\u0131n\u0131n takma ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "slug": {
                            "description": "Kullan\u0131c\u0131n\u0131n alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "roles": {
                            "description": "Kullan\u0131c\u0131ya atanm\u0131\u015f roller.",
                            "type": "array",
                            "items": {
                                "type": "string"
                            },
                            "required": false
                        },
                        "password": {
                            "description": "Kullan\u0131c\u0131n\u0131n parolas\u0131 (asla kat\u0131lmaz).",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": {
                                "persisted_preferences": {
                                    "type": "object",
                                    "description": "",
                                    "default": [],
                                    "context": [
                                        "edit"
                                    ],
                                    "properties": {
                                        "_modified": {
                                            "description": "Ayarlar\u0131n g\u00fcncellendi\u011fi tarih ve saat.",
                                            "type": "string",
                                            "format": "date-time",
                                            "readonly": false
                                        }
                                    },
                                    "additionalProperties": true
                                }
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "Kullan\u0131c\u0131lar\u0131n \u00e7\u00f6pe at\u0131lmas\u0131 desteklenmedi\u011finden do\u011fru olmas\u0131 gerekli.",
                            "required": false
                        },
                        "reassign": {
                            "type": "integer",
                            "description": "Silinen kullan\u0131c\u0131n\u0131n yaz\u0131lar\u0131n\u0131 ve ba\u011flant\u0131lar\u0131n\u0131 bu kullan\u0131c\u0131 kimli\u011fine atar.",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/users\/me"
                    }
                ]
            }
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Uygulama taraf\u0131ndan benzersiz olarak tan\u0131mlamak i\u00e7in belirtilen bir UUID. URL veya DNS adland\u0131rma alan\u0131 i\u00e7eren bir UUID v5 kullan\u0131lmas\u0131 \u00f6nerilir.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Uygulama parolas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": true
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/introspect": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/users\/(?P<user_id>(?:[\\d]+|me))\/application-passwords\/(?P<uuid>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "app_id": {
                            "description": "Uygulama taraf\u0131ndan benzersiz olarak tan\u0131mlamak i\u00e7in belirtilen bir UUID. URL veya DNS adland\u0131rma alan\u0131 i\u00e7eren bir UUID v5 kullan\u0131lmas\u0131 \u00f6nerilir.",
                            "type": "string",
                            "format": "uuid",
                            "required": false
                        },
                        "name": {
                            "description": "Uygulama parolas\u0131n\u0131n ad\u0131.",
                            "type": "string",
                            "minLength": 1,
                            "pattern": ".*\\S.*",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": []
                }
            ]
        },
        "\/wp\/v2\/comments": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "after": {
                            "description": "Yan\u0131t\u0131 belirli bir ISO8601 uyumlu tarihten sonra yay\u0131nlanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "author": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kullan\u0131c\u0131 kimliklerinin yorumlar\u0131 ile s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kullan\u0131c\u0131 kimliklerinin yorumlar\u0131n\u0131n kat\u0131lmad\u0131\u011f\u0131ndan emin olun. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "author_email": {
                            "default": null,
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yazar e-posta adresleriyle s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "format": "email",
                            "type": "string",
                            "required": false
                        },
                        "before": {
                            "description": "Yan\u0131t\u0131 belirli bir ISO8601 uyumlu tarihinden \u00f6nce yay\u0131nlanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yorum \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date_gmt",
                            "enum": [
                                "date",
                                "date_gmt",
                                "id",
                                "include",
                                "post",
                                "parent",
                                "type"
                            ],
                            "required": false
                        },
                        "parent": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesini belirli \u00fcst \u00f6ge kimliklerini ta\u015f\u0131yan yorumlarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "parent_exclude": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesine belirli \u00fcst \u00f6ge kimliklerinin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "post": {
                            "default": [],
                            "description": "Sonu\u00e7 k\u00fcmesini belirli yaz\u0131 kimliklerinin yorumlar\u0131 ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "required": false
                        },
                        "status": {
                            "default": "approve",
                            "description": "Sonu\u00e7 k\u00fcmesini belirli durumlar atanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "comment",
                            "description": "Sonu\u00e7 k\u00fcmesini belirli bir t\u00fcre atanm\u0131\u015f yorumlarla s\u0131n\u0131rland\u0131r\u0131r. Kimlik do\u011frulamas\u0131 gerekir.",
                            "type": "string",
                            "required": false
                        },
                        "password": {
                            "description": "Parola korumal\u0131 ise yaz\u0131n\u0131n parolas\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "author": {
                            "description": "Yazar bir kullan\u0131c\u0131 ise, kullan\u0131c\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Yorum yazar\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Yorum yazar\u0131n\u0131n IP adresi.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Yorum yazar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Yazar yorumunun adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Yorum yazar\u0131n\u0131n kullan\u0131c\u0131 uygulamas\u0131 (taray\u0131c\u0131\/i\u015fletim sistemi).",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yorum i\u00e7in i\u00e7erik.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yorumun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yorumun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yorumun yay\u0131nlanma tarihi.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "GMT olarak yorumun yay\u0131nland\u0131\u011f\u0131 tarih.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "default": 0,
                            "description": "Yorumun \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "default": 0,
                            "description": "\u0130li\u015fkilendirilmi\u015f yaz\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Yorumun durumu.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/comments"
                    }
                ]
            }
        },
        "\/wp\/v2\/comments\/(?P<id>[\\d]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "password": {
                            "description": "Yorumun \u00fcst yaz\u0131s\u0131n\u0131n parolas\u0131 (yaz\u0131 parola ile korunuyorsa).",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "author": {
                            "description": "Yazar bir kullan\u0131c\u0131 ise, kullan\u0131c\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "author_email": {
                            "description": "Yorum yazar\u0131n\u0131n e-posta adresi.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "author_ip": {
                            "description": "Yorum yazar\u0131n\u0131n IP adresi.",
                            "type": "string",
                            "format": "ip",
                            "required": false
                        },
                        "author_name": {
                            "description": "Yorum yazar\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenecek ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "author_url": {
                            "description": "Yazar yorumunun adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "author_user_agent": {
                            "description": "Yorum yazar\u0131n\u0131n kullan\u0131c\u0131 uygulamas\u0131 (taray\u0131c\u0131\/i\u015fletim sistemi).",
                            "type": "string",
                            "required": false
                        },
                        "content": {
                            "description": "Yorum i\u00e7in i\u00e7erik.",
                            "type": "object",
                            "properties": {
                                "raw": {
                                    "description": "Yorumun i\u00e7eri\u011fi, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yorumun g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML i\u00e7eri\u011fi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        },
                        "date": {
                            "description": "Sitenin saat diliminde yorumun yay\u0131nlanma tarihi.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "date_gmt": {
                            "description": "GMT olarak yorumun yay\u0131nland\u0131\u011f\u0131 tarih.",
                            "type": "string",
                            "format": "date-time",
                            "required": false
                        },
                        "parent": {
                            "description": "Yorumun \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "post": {
                            "description": "\u0130li\u015fkilendirilmi\u015f yaz\u0131 nesnesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "status": {
                            "description": "Yorumun durumu.",
                            "type": "string",
                            "required": false
                        },
                        "meta": {
                            "description": "\u00dcst veri alanlar\u0131.",
                            "type": "object",
                            "properties": [],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "id": {
                            "description": "Yorumun e\u015fsiz belirteci.",
                            "type": "integer",
                            "required": false
                        },
                        "force": {
                            "type": "boolean",
                            "default": false,
                            "description": "\u00c7\u00f6pe atmadan silmeye zorlan\u0131p zorlanmayaca\u011f\u0131.",
                            "required": false
                        },
                        "password": {
                            "description": "Yorumun \u00fcst yaz\u0131s\u0131n\u0131n parolas\u0131 (yaz\u0131 parola ile korunuyorsa).",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "type": {
                            "default": "post",
                            "description": "Sonucu, bir nesne t\u00fcr\u00fcn\u00fcn \u00f6geleriyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "enum": [
                                "post",
                                "term",
                                "post-format"
                            ],
                            "required": false
                        },
                        "subtype": {
                            "default": "any",
                            "description": "Sonucu bir ya da birka\u00e7 nesne alt t\u00fcr\u00fcn\u00fcn \u00f6geleriyle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "post",
                                    "page",
                                    "category",
                                    "post_tag",
                                    "any"
                                ],
                                "type": "string"
                            },
                            "required": false
                        },
                        "exclude": {
                            "description": "Sonu\u00e7 k\u00fcmesine belirli kimliklerin kat\u0131lmad\u0131\u011f\u0131ndan emin olun.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        },
                        "include": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli kimliklerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "integer"
                            },
                            "default": [],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-renderer\/(?P<name>[a-z0-9-]+\/[a-z0-9-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET",
                        "POST"
                    ],
                    "args": {
                        "name": {
                            "description": "Blo\u011fun benzersiz kay\u0131tl\u0131 ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "attributes": {
                            "description": "Blo\u011fun \u00f6znitelikleri.",
                            "type": "object",
                            "default": [],
                            "required": false
                        },
                        "post_id": {
                            "description": "Yaz\u0131 ba\u011flam\u0131n\u0131n kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/block-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-types\/(?P<namespace>[a-zA-Z0-9_-]+)\/(?P<name>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "name": {
                            "description": "Blok ad\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "namespace": {
                            "description": "Blok adland\u0131rma alan\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<parent>[\\d]+)\/revisions": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "parent": {
                            "description": "S\u00fcr\u00fcm\u00fcn \u00fcst \u00f6gesinin kimli\u011fi.",
                            "type": "integer",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[\\\/\\s%\\w\\.\\(\\)\\[\\]\\@_\\-]+)\/variations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Tema belirteci",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Tema belirteci",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/global-styles\/(?P<id>[\\\/\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "\u015eablonun kimli\u011fi",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "styles": {
                            "description": "Genel stiller.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "settings": {
                            "description": "Genel ayarlar.",
                            "type": [
                                "object"
                            ],
                            "required": false
                        },
                        "title": {
                            "description": "Genel stil varyasyonunun ba\u015fl\u0131\u011f\u0131.",
                            "type": [
                                "object",
                                "string"
                            ],
                            "properties": {
                                "raw": {
                                    "description": "Genel stillerin ba\u015fl\u0131\u011f\u0131, veri taban\u0131nda oldu\u011fu gibi.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ]
                                },
                                "rendered": {
                                    "description": "Yaz\u0131n\u0131n g\u00f6r\u00fcnt\u00fclenmek \u00fczere d\u00f6n\u00fc\u015ft\u00fcr\u00fclm\u00fc\u015f HTML ba\u015fl\u0131\u011f\u0131.",
                                    "type": "string",
                                    "context": [
                                        "view",
                                        "edit",
                                        "embed"
                                    ],
                                    "readonly": true
                                }
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/settings": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "title": {
                            "description": "Site ba\u015fl\u0131\u011f\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "description": {
                            "description": "Site slogan\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "url": {
                            "description": "Site adresi.",
                            "type": "string",
                            "format": "uri",
                            "required": false
                        },
                        "email": {
                            "description": "Bu adres, yeni kullan\u0131c\u0131 bildirimleri gibi y\u00f6netim i\u015flemleri i\u00e7in kullan\u0131l\u0131r.",
                            "type": "string",
                            "format": "email",
                            "required": false
                        },
                        "timezone": {
                            "description": "Sizinle ayn\u0131 saat diliminde bir il.",
                            "type": "string",
                            "required": false
                        },
                        "date_format": {
                            "description": "T\u00fcm tarih dizgeleri i\u00e7in tarih bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "time_format": {
                            "description": "T\u00fcm zaman dizgeleri i\u00e7in zaman bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "start_of_week": {
                            "description": "Haftan\u0131n hangi g\u00fcnde ba\u015flayaca\u011f\u0131n\u0131 g\u00f6steren g\u00fcn\u00fcn hafta i\u00e7indeki numaras\u0131.",
                            "type": "integer",
                            "required": false
                        },
                        "language": {
                            "description": "WordPress yerel kodu.",
                            "type": "string",
                            "required": false
                        },
                        "use_smilies": {
                            "description": ":-) ve :-P gibi ifadeleri g\u00f6r\u00fcnt\u00fclerken grafiklere \u00e7evir.",
                            "type": "boolean",
                            "required": false
                        },
                        "default_category": {
                            "description": "Varsay\u0131lan yaz\u0131 kategorisi.",
                            "type": "integer",
                            "required": false
                        },
                        "default_post_format": {
                            "description": "Varsay\u0131lan yaz\u0131 bi\u00e7imi.",
                            "type": "string",
                            "required": false
                        },
                        "posts_per_page": {
                            "description": "En fazla blog sayfalar\u0131 g\u00f6z\u00fck\u00fcr.",
                            "type": "integer",
                            "required": false
                        },
                        "show_on_front": {
                            "description": "\u00d6n sayfada g\u00f6r\u00fcnt\u00fclenecekler",
                            "type": "string",
                            "required": false
                        },
                        "page_on_front": {
                            "description": "\u00d6n sayfada g\u00f6r\u00fcnt\u00fclenmesi gereken sayfan\u0131n kimli\u011fi",
                            "type": "integer",
                            "required": false
                        },
                        "page_for_posts": {
                            "description": "Son yaz\u0131lar\u0131n g\u00f6r\u00fcnt\u00fclenece\u011fi sayfan\u0131n kimli\u011fi",
                            "type": "integer",
                            "required": false
                        },
                        "default_ping_status": {
                            "description": "Di\u011fer bloglardan yeni makaleler i\u00e7in ba\u011flant\u0131 bildirimleri (geri ba\u011flant\u0131lar ve geri izlemeler) yap\u0131labilsin.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "default_comment_status": {
                            "description": "\u0130nsanlar yeni yaz\u0131lara yorum yapabilsin.",
                            "type": "string",
                            "enum": [
                                "open",
                                "closed"
                            ],
                            "required": false
                        },
                        "site_logo": {
                            "description": "Site logosu.",
                            "type": "integer",
                            "required": false
                        },
                        "site_icon": {
                            "description": "Site simgesi.",
                            "type": "integer",
                            "required": false
                        },
                        "cookie_consent_template": {
                            "description": "",
                            "type": "string",
                            "required": false
                        },
                        "Blogroll Recommendations": {
                            "description": "Site \u00d6nerileri",
                            "type": "array",
                            "items": {
                                "type": "object",
                                "properties": {
                                    "id": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "name": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "icon": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "url": {
                                        "type": "string",
                                        "format": "uri"
                                    },
                                    "description": {
                                        "type": "string",
                                        "format": "text-field"
                                    },
                                    "is_non_wpcom_site": {
                                        "type": "boolean"
                                    }
                                },
                                "additionalProperties": false
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/settings"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "status": {
                            "description": "Sonu\u00e7 k\u00fcmesini bir ya da birka\u00e7 durum atanm\u0131\u015f temayla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "enum": [
                                    "active",
                                    "inactive"
                                ],
                                "type": "string"
                            },
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/themes"
                    }
                ]
            }
        },
        "\/wp\/v2\/themes\/(?P<stylesheet>[^\\\/:<>\\*\\?\"\\|]+(?:\\\/[^\\\/:<>\\*\\?\"\\|]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "stylesheet": {
                            "description": "Teman\u0131n stil dosyas\u0131. Bu dosya, temay\u0131 benzersiz bir \u015fekilde tan\u0131mlar.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/plugins": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "required": false
                        },
                        "status": {
                            "description": "Sonu\u00e7lar\u0131, belirtilen durumdaki eklentilerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "items": {
                                "type": "string",
                                "enum": [
                                    "inactive",
                                    "active"
                                ]
                            },
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "slug": {
                            "type": "string",
                            "description": "WordPress.org eklenti dizini k\u0131sa ad\u0131.",
                            "pattern": "[\\w\\-]+",
                            "required": true
                        },
                        "status": {
                            "description": "Eklenti etkinle\u015ftirme durumu.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "default": "inactive",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/plugins"
                    }
                ]
            }
        },
        "\/wp\/v2\/plugins\/(?P<plugin>[^.\\\/]+(?:\\\/[^.\\\/]+)?)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        },
                        "status": {
                            "description": "Eklenti etkinle\u015ftirme durumu.",
                            "type": "string",
                            "enum": [
                                "inactive",
                                "active"
                            ],
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "plugin": {
                            "type": "string",
                            "pattern": "[^.\\\/]+(?:\\\/[^.\\\/]+)?",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/sidebars": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/sidebars"
                    }
                ]
            }
        },
        "\/wp\/v2\/sidebars\/(?P<id>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Kay\u0131tl\u0131 kenar \u00e7ubu\u011funun kimli\u011fi",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "args": {
                        "widgets": {
                            "description": "\u0130\u00e7 i\u00e7e yerle\u015ftirilmi\u015f bile\u015fenler.",
                            "type": "array",
                            "items": {
                                "type": [
                                    "object",
                                    "string"
                                ]
                            },
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/widget-types"
                    }
                ]
            }
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/encode": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fenin ge\u00e7erli kopya ayarlar\u0131.",
                            "type": "object",
                            "required": false
                        },
                        "form_data": {
                            "description": "Kopya ayarlar\u0131na kodlamak i\u00e7in serile\u015ftirilmi\u015f bile\u015fen formu verileri.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widget-types\/(?P<id>[a-zA-Z0-9_-]+)\/render": {
            "namespace": "wp\/v2",
            "methods": [
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "POST"
                    ],
                    "args": {
                        "id": {
                            "description": "Bile\u015fen t\u00fcr\u00fc kimli\u011fi.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fenin ge\u00e7erli kopya ayarlar\u0131.",
                            "type": "object",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/widgets": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Bile\u015fenin d\u00f6nece\u011fi kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Bile\u015fen i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Bile\u015fen t\u00fcr\u00fc. Bile\u015fen t\u00fcr\u00fc u\u00e7 noktalar\u0131n\u0131n kimli\u011fine kar\u015f\u0131l\u0131k gelir.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "default": "wp_inactive_widgets",
                            "description": "Bile\u015fenin bulundu\u011fu kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": true
                        },
                        "instance": {
                            "description": "Bile\u015fen kopya ayarlar\u0131, destekleniyorsa.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Kopya ayarlar\u0131n\u0131n Base64 ile kodlanm\u0131\u015f hali.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Kopya ayarlar\u0131n\u0131n \u015fifrelenmi\u015f karmas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Kodlanmam\u0131\u015f kopya ayarlar\u0131, destekleniyorsa.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Bile\u015fen y\u00f6netici formundan adres kodlu form verileri. Kopyalamay\u0131 desteklemeyen bir pencere \u00f6gesini g\u00fcncellemek i\u00e7in kullan\u0131l\u0131r. Yaln\u0131zca yaz\u0131labilir.",
                            "type": "string",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/widgets"
                    }
                ]
            }
        },
        "\/wp\/v2\/widgets\/(?P<id>[\\w\\-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET",
                "POST",
                "PUT",
                "PATCH",
                "DELETE"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "POST",
                        "PUT",
                        "PATCH"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "id": {
                            "description": "Bile\u015fen i\u00e7in benzersiz tan\u0131mlay\u0131c\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "id_base": {
                            "description": "Bile\u015fen t\u00fcr\u00fc. Bile\u015fen t\u00fcr\u00fc u\u00e7 noktalar\u0131n\u0131n kimli\u011fine kar\u015f\u0131l\u0131k gelir.",
                            "type": "string",
                            "required": false
                        },
                        "sidebar": {
                            "description": "Bile\u015fenin bulundu\u011fu kenar \u00e7ubu\u011fu.",
                            "type": "string",
                            "required": false
                        },
                        "instance": {
                            "description": "Bile\u015fen kopya ayarlar\u0131, destekleniyorsa.",
                            "type": "object",
                            "properties": {
                                "encoded": {
                                    "description": "Kopya ayarlar\u0131n\u0131n Base64 ile kodlanm\u0131\u015f hali.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "hash": {
                                    "description": "Kopya ayarlar\u0131n\u0131n \u015fifrelenmi\u015f karmas\u0131.",
                                    "type": "string",
                                    "context": [
                                        "edit"
                                    ]
                                },
                                "raw": {
                                    "description": "Kodlanmam\u0131\u015f kopya ayarlar\u0131, destekleniyorsa.",
                                    "type": "object",
                                    "context": [
                                        "edit"
                                    ]
                                }
                            },
                            "required": false
                        },
                        "form_data": {
                            "description": "Bile\u015fen y\u00f6netici formundan adres kodlu form verileri. Kopyalamay\u0131 desteklemeyen bir pencere \u00f6gesini g\u00fcncellemek i\u00e7in kullan\u0131l\u0131r. Yaln\u0131zca yaz\u0131labilir.",
                            "type": "string",
                            "required": false
                        }
                    }
                },
                {
                    "methods": [
                        "DELETE"
                    ],
                    "allow_batch": {
                        "v1": true
                    },
                    "args": {
                        "force": {
                            "description": "Bile\u015fen kald\u0131r\u0131lacak m\u0131, yoksa etkin olmayan kenar \u00e7ubu\u011funa m\u0131 ta\u015f\u0131nacak.",
                            "type": "boolean",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp\/v2\/block-directory\/search": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 10,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "term": {
                            "description": "Sonu\u00e7 k\u00fcmesini, arama terimiyle e\u015fle\u015fen bloklarla s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "minLength": 1,
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/block-directory\/search"
                    }
                ]
            }
        },
        "\/wp\/v2\/pattern-directory\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        },
                        "page": {
                            "description": "Derlemenin ge\u00e7erli sayfas\u0131.",
                            "type": "integer",
                            "default": 1,
                            "minimum": 1,
                            "required": false
                        },
                        "per_page": {
                            "description": "Sonu\u00e7 k\u00fcmesinde d\u00f6nd\u00fcr\u00fclecek en fazla \u00f6ge say\u0131s\u0131.",
                            "type": "integer",
                            "default": 100,
                            "minimum": 1,
                            "maximum": 100,
                            "required": false
                        },
                        "search": {
                            "description": "Kay\u0131t k\u00fcmesini bir dizge ile e\u015fle\u015fecek \u015fekilde s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "string",
                            "minLength": 1,
                            "required": false
                        },
                        "category": {
                            "description": "Sonu\u00e7lar\u0131 bir kategori kimli\u011fiyle e\u015fle\u015fenler ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "keyword": {
                            "description": "Sonu\u00e7lar\u0131 bir anahtar s\u00f6zc\u00fck kimli\u011fiyle e\u015fle\u015fenler ile s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "integer",
                            "minimum": 1,
                            "required": false
                        },
                        "slug": {
                            "description": "Sonu\u00e7lar\u0131 bir modelle (k\u0131sa ad) e\u015fle\u015fenlerle s\u0131n\u0131rland\u0131r\u0131r.",
                            "type": "array",
                            "required": false
                        },
                        "offset": {
                            "description": "Sonu\u00e7 k\u00fcmesini belirli say\u0131da \u00f6ge kadar kayd\u0131r\u0131r.",
                            "type": "integer",
                            "required": false
                        },
                        "order": {
                            "description": "S\u0131ralama \u00f6zniteli\u011fini artan ya da azalan olarak belirler.",
                            "type": "string",
                            "default": "desc",
                            "enum": [
                                "asc",
                                "desc"
                            ],
                            "required": false
                        },
                        "orderby": {
                            "description": "Derlemeyi yaz\u0131 \u00f6zniteli\u011fine g\u00f6re s\u0131ralar.",
                            "type": "string",
                            "default": "date",
                            "enum": [
                                "author",
                                "date",
                                "id",
                                "include",
                                "modified",
                                "parent",
                                "relevance",
                                "slug",
                                "include_slugs",
                                "title",
                                "favorite_count"
                            ],
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/pattern-directory\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/patterns": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/block-patterns\/patterns"
                    }
                ]
            }
        },
        "\/wp\/v2\/block-patterns\/categories": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/block-patterns\/categories"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-site-health\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/background-updates": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/background-updates"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/loopback-requests": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/loopback-requests"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/https-status": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/https-status"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/dotorg-communication": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/dotorg-communication"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/authorization-header": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/authorization-header"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/directory-sizes": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/directory-sizes"
                    }
                ]
            }
        },
        "\/wp-site-health\/v1\/tests\/page-cache": {
            "namespace": "wp-site-health\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-site-health\/v1\/tests\/page-cache"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "namespace": {
                            "default": "wp-block-editor\/v1",
                            "required": false
                        },
                        "context": {
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-block-editor\/v1"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/url-details": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "url": {
                            "description": "\u0130\u015flenecek adres.",
                            "type": "string",
                            "format": "uri",
                            "required": true
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-block-editor\/v1\/url-details"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/menu-locations"
                    }
                ]
            }
        },
        "\/wp\/v2\/menu-locations\/(?P<location>[\\w-]+)": {
            "namespace": "wp\/v2",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": {
                        "location": {
                            "description": "Men\u00fc konumunun alfasay\u0131sal tan\u0131mlay\u0131c\u0131s\u0131.",
                            "type": "string",
                            "required": false
                        },
                        "context": {
                            "description": "Alt\u0131nda istek yap\u0131lan kapsam. Yan\u0131tta bulunacak alanlar\u0131 belirler.",
                            "type": "string",
                            "enum": [
                                "view",
                                "embed",
                                "edit"
                            ],
                            "default": "view",
                            "required": false
                        }
                    }
                }
            ]
        },
        "\/wp-block-editor\/v1\/export": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-block-editor\/v1\/export"
                    }
                ]
            }
        },
        "\/wp-block-editor\/v1\/navigation-fallback": {
            "namespace": "wp-block-editor\/v1",
            "methods": [
                "GET"
            ],
            "endpoints": [
                {
                    "methods": [
                        "GET"
                    ],
                    "args": []
                }
            ],
            "_links": {
                "self": [
                    {
                        "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp-block-editor\/v1\/navigation-fallback"
                    }
                ]
            }
        }
    },
    "site_logo": 1467,
    "site_icon": 0,
    "site_icon_url": "",
    "_links": {
        "help": [
            {
                "href": "https:\/\/developer.wordpress.org\/rest-api\/"
            }
        ],
        "wp:featuredmedia": [
            {
                "embeddable": true,
                "type": "site_logo",
                "href": "https:\/\/www.germanica.at\/ggmbh\/tr\/wp-json\/wp\/v2\/media\/1467"
            }
        ],
        "curies": [
            {
                "name": "wp",
                "href": "https:\/\/api.w.org\/{rel}",
                "templated": true
            }
        ]
    }
}