FETCH JSON Schema

{
    "fetch": {
        "entities": [{
			"entity": "",
			"properties": [{
				"property": "",
				"aggregate": "",
				"alias": "",
				"groupBy": false
			}],
			"filter": [{
				"type": "And|Or",
				"conditions": [{
					"property": "",
					"operator": "",
					"value": ""
				}],
				"filter": {
					"type": "And|Or",
					"conditions": [{
						"property": "",
						"operator": "",
						"value": ""
					}],
					"filter": ...
				}
			}],
			"links": [{
				"entity": "",
				"from": "",
				"to": "",
				"filter": [],
				"links": [],
				"orderBy": [
					{
						"name": "",
						"asc": false
					}
				],
				"offset": 0,
				"limit": 0,
			}],
			"orderBy": [{
				"name": "",
				"asc": false
			}],
			"offset": 0,
			"limit": 0,
		}]
    }
}