{
    "type": "object",
    "properties": {
        "employees": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "fullName1": {
                        "type": "string"
                    },
                    "fullName2": {
                        "type": "string"
                    },
                    "hireDate": {
                        "type": "string"
                    },
                    "id": {
                        "type": "string"
                    },
                    "payRate": {
                        "type": "string"
                    }
                }
            }
        },
        "fields": {
            "type": "array",
            "items": {
                "type": "object",
                "properties": {
                    "name": {
                        "type": "string"
                    },
                    "type": {
                        "type": "string"
                    }
                }
            }
        },
        "title": {
            "type": "string"
        }
    },
    "version": 4
}
