{
  "status": 1,
  "path": "\/population\/popo",
  "description": "Collection endpoint",
  "methods": {
    "GET": {
      "operationId": "PSX_Framework_App_Api_Population_CollectionPopo_doGet",
      "description": "Collection endpoint",
      "tags": [],
      "queryParameters": "PSX_Framework_App_Api_Population_CollectionPopo_doGet_GET_Query",
      "responses": {
        "200": "PSX_Framework_App_Api_Population_CollectionPopo_doGet_GET_200_Response"
      }
    },
    "POST": {
      "operationId": "PSX_Framework_App_Api_Population_CollectionPopo_doPost",
      "description": "Collection endpoint",
      "tags": [],
      "request": "PSX_Framework_App_Api_Population_CollectionPopo_doPost_POST_Request",
      "responses": {
        "201": "PSX_Framework_App_Api_Population_CollectionPopo_doPost_POST_201_Response"
      }
    }
  },
  "definitions": {
    "Collection": {
      "type": "object",
      "properties": {
        "totalResults": {
          "type": "integer"
        },
        "entry": {
          "type": "array",
          "items": {
            "$ref": "Entity"
          }
        }
      }
    },
    "Entity": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "place": {
          "type": "integer"
        },
        "region": {
          "type": "string"
        },
        "population": {
          "type": "integer"
        },
        "users": {
          "type": "integer"
        },
        "worldUsers": {
          "type": "number"
        },
        "datetime": {
          "format": "date-time",
          "type": "string"
        }
      }
    },
    "Message": {
      "type": "object"
    },
    "PSX_Framework_App_Api_Population_CollectionPopo_doGet_GET_200_Response": {
      "$ref": "Collection"
    },
    "PSX_Framework_App_Api_Population_CollectionPopo_doGet_GET_Query": {
      "type": "object",
      "properties": {
        "startIndex": {
          "type": "integer"
        },
        "count": {
          "type": "integer"
        }
      }
    },
    "PSX_Framework_App_Api_Population_CollectionPopo_doPost_POST_201_Response": {
      "$ref": "Message"
    },
    "PSX_Framework_App_Api_Population_CollectionPopo_doPost_POST_Request": {
      "$ref": "Entity"
    }
  },
  "links": [
    {
      "rel": "client-go",
      "href": "http:\/\/127.0.0.1\/generator\/client-go\/*\/population\/popo"
    },
    {
      "rel": "client-java",
      "href": "http:\/\/127.0.0.1\/generator\/client-java\/*\/population\/popo"
    },
    {
      "rel": "client-php",
      "href": "http:\/\/127.0.0.1\/generator\/client-php\/*\/population\/popo"
    },
    {
      "rel": "client-typescript",
      "href": "http:\/\/127.0.0.1\/generator\/client-typescript\/*\/population\/popo"
    },
    {
      "rel": "markup-html",
      "href": "http:\/\/127.0.0.1\/generator\/markup-html\/*\/population\/popo"
    },
    {
      "rel": "markup-markdown",
      "href": "http:\/\/127.0.0.1\/generator\/markup-markdown\/*\/population\/popo"
    },
    {
      "rel": "spec-typeschema",
      "href": "http:\/\/127.0.0.1\/generator\/spec-typeschema\/*\/population\/popo"
    },
    {
      "rel": "spec-openapi",
      "href": "http:\/\/127.0.0.1\/generator\/spec-openapi\/*\/population\/popo"
    },
    {
      "rel": "spec-raml",
      "href": "http:\/\/127.0.0.1\/generator\/spec-raml\/*\/population\/popo"
    }
  ]
}