{
    "openapi": "3.1.0",
    "info": {
        "title": "Haiwaizhijia (\u6d77\u5916\u4e4b\u5bb6) | Direct U.S. Real Estate Developers &amp; Texas Villa Investments API",
        "version": "1.0.0",
        "description": "Direct Primary Developer Allocation | 6\u20138% Guaranteed Annual ROI"
    },
    "servers": [
        {
            "url": "https://haiwaizhijia.com"
        }
    ],
    "paths": {
        "/wp-json/wp/v2/posts": {
            "get": {
                "summary": "List posts",
                "operationId": "listPosts",
                "responses": {
                    "200": {
                        "description": "Posts"
                    }
                }
            }
        },
        "/wp-json/wp/v2/search": {
            "get": {
                "summary": "Search site",
                "parameters": [
                    {
                        "name": "search",
                        "in": "query",
                        "schema": {
                            "type": "string"
                        }
                    }
                ],
                "responses": {
                    "200": {
                        "description": "Search results"
                    }
                }
            }
        }
    }
}