{"info":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","description":"<html><head></head><body><p>This guide is designed for developers who wish to utilize the Application Programming Interface (API) integrated into Hydro-Control 7. It provides detailed information about the API calls and the data structures returned from them.</p>\n<p>The Hydro-Control 7 API allows developers to seamlessly interface with the Hydro-Control 7 system using a web service. All data responses from the Hydro-Control 7 API are sent as JSON Objects, making it easy to integrate with various platforms and technologies.</p>\n<p>Access the Hydro-Control 7 API via the default hostname 'hydrocontrol7' or the unit's IP address.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5901731","collectionId":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","publishedId":"2s9XxtzFnF","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"FFFFFF","highlight":"007bff"},"publishDate":"2023-12-19T11:23:18.000Z"},"item":[{"name":"api","item":[{"name":"Alarm","item":[{"name":"Starts the signalR service that returns alarm notifications","id":"7b21ca12-8aa3-497b-a51e-6702d0d22ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Alarm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Alarm"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"12c71c8c-e297-4a23-bb5e-c550824b800e","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Alarm"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7b21ca12-8aa3-497b-a51e-6702d0d22ff6"}],"id":"3bb9b54f-5324-42dd-940b-ec00c1e24b6b","_postman_id":"3bb9b54f-5324-42dd-940b-ec00c1e24b6b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Gpio","item":[{"name":"InputStatus","item":[{"name":"Returns the statuses of the GPIO inputs","id":"eaa596a8-1819-4f07-bcef-0da686c34bc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Gpio/InputStatus","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","InputStatus"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"cc95b6e2-28fb-448b-8286-660614bdf33f","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Gpio/InputStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"eaa596a8-1819-4f07-bcef-0da686c34bc7"}],"id":"36f90307-fef6-4cb5-8f26-ee25b5ff7c52","_postman_id":"36f90307-fef6-4cb5-8f26-ee25b5ff7c52","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DisableInputs","item":[{"name":"Disables the GPIO inputs","id":"82df73bc-e686-40d2-8350-8afbe2bef864","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/DisableInputs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","DisableInputs"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"07989876-cdcb-4518-93ba-0d7a2d60c1c0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/DisableInputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"82df73bc-e686-40d2-8350-8afbe2bef864"}],"id":"b732d738-b53c-46ed-a672-61bbe4d87eb8","_postman_id":"b732d738-b53c-46ed-a672-61bbe4d87eb8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"PinOn","item":[{"name":"Turns a GPIO pin on by GPIO pin number","id":"2534cd4e-ce24-487d-8c6b-c2ea1bfc3612","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOn","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","PinOn"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"74a713a3-0501-4e4c-81c4-a78eb1006ff7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"2534cd4e-ce24-487d-8c6b-c2ea1bfc3612"}],"id":"1804b00e-5c02-4d90-862f-95a893333c25","_postman_id":"1804b00e-5c02-4d90-862f-95a893333c25","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"PinOnByName","item":[{"name":"Turns a GPIO pin on by its name using the GpioStatus Model","id":"8cdde806-4ac3-41b0-aafc-f08c4fd0f11c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assignedComponent\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"device\": 8\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOnByName","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","PinOnByName"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"d78bff28-aa20-4748-be4a-fe65971cde1c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"assignedComponent\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"device\": 8\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOnByName"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8cdde806-4ac3-41b0-aafc-f08c4fd0f11c"}],"id":"7ebd2dac-a8b8-4e92-bb35-f913efe6e47f","_postman_id":"7ebd2dac-a8b8-4e92-bb35-f913efe6e47f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"PinOff","item":[{"name":"Turns a GPIO pin off by GPIO pin number","id":"41b0c47d-315b-4d6d-9a98-7db04e70317f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","PinOff"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"2b1ae814-e315-416e-9db6-b31adc9dc908","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"41b0c47d-315b-4d6d-9a98-7db04e70317f"}],"id":"e4afcd85-8eed-46b9-ab2c-84a2f5fa40c6","_postman_id":"e4afcd85-8eed-46b9-ab2c-84a2f5fa40c6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"PinOffByName","item":[{"name":"Turns a GPIO pin off by its name using the GpioStatus Model","id":"eec6d66a-ff5b-4f9c-b72b-a33627714566","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"assignedComponent\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"device\": 8\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOffByName","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","PinOffByName"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"83365815-feec-4880-a34b-0966980d747c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"assignedComponent\": \"<string>\",\n  \"isActive\": \"<boolean>\",\n  \"device\": 8\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/PinOffByName"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eec6d66a-ff5b-4f9c-b72b-a33627714566"}],"id":"0b16261e-ed29-48a1-8d35-9788a93a7abf","_postman_id":"0b16261e-ed29-48a1-8d35-9788a93a7abf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TurnAllGpioPinsOn","item":[{"name":"Turns all Output GPIO pins on","id":"0a2a464f-d918-4d1c-9e13-1da9f9182530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Gpio/TurnAllGpioPinsOn","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","TurnAllGpioPinsOn"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"344a9c52-e7b7-46c5-8263-ac5aa911df3c","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Gpio/TurnAllGpioPinsOn"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"assignedComponent\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"device\": 7\n  },\n  {\n    \"assignedComponent\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"device\": 5\n  }\n]"}],"_postman_id":"0a2a464f-d918-4d1c-9e13-1da9f9182530"}],"id":"5c419031-af82-4cf0-a995-84c29b6a6c36","_postman_id":"5c419031-af82-4cf0-a995-84c29b6a6c36","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TurnAllGpioPinsOff","item":[{"name":"Turns all Output GPIO pins off","id":"cc42d90f-92e4-4b09-9266-db9223f64fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Gpio/TurnAllGpioPinsOff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","TurnAllGpioPinsOff"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"9f37756c-ab28-4593-8e2e-a3a247e104af","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Gpio/TurnAllGpioPinsOff"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"assignedComponent\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"device\": 7\n  },\n  {\n    \"assignedComponent\": \"<string>\",\n    \"isActive\": \"<boolean>\",\n    \"device\": 5\n  }\n]"}],"_postman_id":"cc42d90f-92e4-4b09-9266-db9223f64fc9"}],"id":"75e11e65-59e8-4bea-ba0d-57aa815c4674","_postman_id":"75e11e65-59e8-4bea-ba0d-57aa815c4674","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ResetMeter","item":[{"name":"Resets the count on the water meter","id":"4aa21e7f-528b-4e66-87dc-1851c862e480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/ResetMeter","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio","ResetMeter"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"15fb634f-d400-4c90-bfc3-f5201665f4ea","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Gpio/ResetMeter"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4aa21e7f-528b-4e66-87dc-1851c862e480"}],"id":"d7945975-1d48-4fd3-9f84-08c38031ed97","_postman_id":"d7945975-1d48-4fd3-9f84-08c38031ed97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Starts the signalR service that returns gpio statuses","id":"30a4d7c0-bc1d-4543-9042-c0872e1fcffb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Gpio","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Gpio"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e5353f59-474e-43d9-b26e-04441b53f12b","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Gpio"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"30a4d7c0-bc1d-4543-9042-c0872e1fcffb"}],"id":"44a30ae7-0416-4506-89b3-ba6d882712b7","_postman_id":"44a30ae7-0416-4506-89b3-ba6d882712b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"MixLog","item":[{"name":"GetMixLogs","item":[{"name":"/api/MixLog/GetMixLogs","id":"1cf4233b-6192-433e-bbe8-eab960a57da5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/MixLog/GetMixLogs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","MixLog","GetMixLogs"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"85c89df0-839b-40c1-a3a3-b7dfa51f85a5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/MixLog/GetMixLogs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"mixTraces\": [\n      {\n        \"id\": \"<integer>\",\n        \"mixLogId\": \"<integer>\",\n        \"entryTime\": \"<dateTime>\",\n        \"sensorValue\": \"<double>\",\n        \"sensorValueModeF\": \"<double>\",\n        \"sensorValueModeA\": \"<double>\",\n        \"sensorValueModeV\": \"<double>\",\n        \"sensorValueModeE\": \"<double>\",\n        \"sensorValueModeI\": \"<double>\",\n        \"currentAction\": \"<integer>\",\n        \"waterAmount\": \"<double>\",\n        \"mixLog\": {\n          \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"mixLogId\": \"<integer>\",\n        \"entryTime\": \"<dateTime>\",\n        \"sensorValue\": \"<double>\",\n        \"sensorValueModeF\": \"<double>\",\n        \"sensorValueModeA\": \"<double>\",\n        \"sensorValueModeV\": \"<double>\",\n        \"sensorValueModeE\": \"<double>\",\n        \"sensorValueModeI\": \"<double>\",\n        \"currentAction\": \"<integer>\",\n        \"waterAmount\": \"<double>\",\n        \"mixLog\": {\n          \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n        }\n      }\n    ],\n    \"entryTime\": \"<dateTime>\",\n    \"recipeNumber\": \"<integer>\",\n    \"batchNumber\": \"<integer>\",\n    \"preWetControlMethod\": \"<integer>\",\n    \"controlMethod\": \"<integer>\",\n    \"autoTrackInitial\": \"<boolean>\",\n    \"autoTrackPreWet\": \"<boolean>\",\n    \"autoTrackDry\": \"<boolean>\",\n    \"autoTrackWet\": \"<boolean>\",\n    \"preWetMixValue\": \"<double>\",\n    \"preWetMixValueModeF\": \"<double>\",\n    \"preWetMixValueModeA\": \"<double>\",\n    \"preWetMixValueModeV\": \"<double>\",\n    \"preWetMixValueModeE\": \"<double>\",\n    \"preWetMixValueModeI\": \"<double>\",\n    \"preWetMixDeviation\": \"<double>\",\n    \"preWetMixDeviationModeF\": \"<double>\",\n    \"preWetMixDeviationModeA\": \"<double>\",\n    \"preWetMixDeviationModeV\": \"<double>\",\n    \"preWetMixDeviationModeE\": \"<double>\",\n    \"preWetMixDeviationModeI\": \"<double>\",\n    \"initialMixValue\": \"<double>\",\n    \"initialMixValueModeF\": \"<double>\",\n    \"initialMixValueModeA\": \"<double>\",\n    \"initialMixValueModeV\": \"<double>\",\n    \"initialMixValueModeE\": \"<double>\",\n    \"initialMixValueModeI\": \"<double>\",\n    \"initialMixDeviation\": \"<double>\",\n    \"initialMixDeviationModeF\": \"<double>\",\n    \"initialMixDeviationModeA\": \"<double>\",\n    \"initialMixDeviationModeV\": \"<double>\",\n    \"initialMixDeviationModeE\": \"<double>\",\n    \"initialMixDeviationModeI\": \"<double>\",\n    \"dryMixValue\": \"<double>\",\n    \"dryMixValueModeF\": \"<double>\",\n    \"dryMixValueModeA\": \"<double>\",\n    \"dryMixValueModeV\": \"<double>\",\n    \"dryMixValueModeE\": \"<double>\",\n    \"dryMixValueModeI\": \"<double>\",\n    \"dryMixDeviation\": \"<double>\",\n    \"dryMixDeviationModeF\": \"<double>\",\n    \"dryMixDeviationModeA\": \"<double>\",\n    \"dryMixDeviationModeV\": \"<double>\",\n    \"dryMixDeviationModeE\": \"<double>\",\n    \"dryMixDeviationModeI\": \"<double>\",\n    \"prewetTargetValue\": \"<double>\",\n    \"targetValue\": \"<double>\",\n    \"wetMixValue\": \"<double>\",\n    \"wetMixValueModeF\": \"<double>\",\n    \"wetMixValueModeA\": \"<double>\",\n    \"wetMixValueModeV\": \"<double>\",\n    \"wetMixValueModeE\": \"<double>\",\n    \"wetMixValueModeI\": \"<double>\",\n    \"wetMixDeviation\": \"<double>\",\n    \"wetMixDeviationModeF\": \"<double>\",\n    \"wetMixDeviationModeA\": \"<double>\",\n    \"wetMixDeviationModeV\": \"<double>\",\n    \"wetMixDeviationModeE\": \"<double>\",\n    \"wetMixDeviationModeI\": \"<double>\",\n    \"recipeMode\": \"<string>\",\n    \"prewetWater\": \"<double>\",\n    \"mainWater\": \"<double>\",\n    \"calculatedWater\": \"<double>\",\n    \"automaticTrim\": \"<double>\",\n    \"manualTrim\": \"<double>\",\n    \"additionError\": \"<double>\",\n    \"totalWater\": \"<double>\",\n    \"wcRatio\": \"<double>\",\n    \"initialMixTime\": \"<integer>\",\n    \"prewetMixTime\": \"<integer>\",\n    \"dryMixTime\": \"<integer>\",\n    \"wetMixTime\": \"<integer>\",\n    \"waterAdditionTime\": \"<integer>\",\n    \"totalTime\": \"<integer>\",\n    \"dryWeight\": \"<double>\",\n    \"cementWeight\": \"<double>\",\n    \"mixTemperature\": \"<double>\",\n    \"preWetMoistureGain\": \"<double>\",\n    \"preWetMoistureOffset\": \"<double>\",\n    \"moistureGain1\": \"<double>\",\n    \"moistureOffset1\": \"<double>\",\n    \"moistureGain2\": \"<double>\",\n    \"moistureOffset2\": \"<double>\",\n    \"calcGain\": \"<double>\",\n    \"calcOffset\": \"<double>\",\n    \"proportionalGain\": \"<double>\",\n    \"integralGain\": \"<double>\",\n    \"derivativeGain\": \"<double>\",\n    \"presetType\": \"<boolean>\",\n    \"admixEnablePercentage\": \"<double>\",\n    \"switchCalPoint\": \"<double>\",\n    \"cementInError\": \"<boolean>\",\n    \"waterMeterFault\": \"<boolean>\",\n    \"leakingWaterValve\": \"<boolean>\",\n    \"waitingForWaterTankToFill\": \"<boolean>\",\n    \"noWaterRequired\": \"<boolean>\",\n    \"tooMuchWaterCalculated\": \"<boolean>\",\n    \"preWetTargetNotReached\": \"<boolean>\",\n    \"mixTooWetRejected\": \"<boolean>\",\n    \"mixTooDryRejected\": \"<boolean>\",\n    \"mixTooWetAccepted\": \"<boolean>\",\n    \"mixTooDryAccepted\": \"<boolean>\",\n    \"waterLimitExceeded\": \"<boolean>\",\n    \"maxDryTimeReached\": \"<boolean>\",\n    \"maxWetTimeReached\": \"<boolean>\",\n    \"mixAborted\": \"<boolean>\",\n    \"sensorFault\": \"<boolean>\",\n    \"mixerBladesWorn\": \"<boolean>\",\n    \"calibrationMix\": \"<boolean>\",\n    \"calibrationMixId\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"mixTraces\": [\n      {\n        \"id\": \"<integer>\",\n        \"mixLogId\": \"<integer>\",\n        \"entryTime\": \"<dateTime>\",\n        \"sensorValue\": \"<double>\",\n        \"sensorValueModeF\": \"<double>\",\n        \"sensorValueModeA\": \"<double>\",\n        \"sensorValueModeV\": \"<double>\",\n        \"sensorValueModeE\": \"<double>\",\n        \"sensorValueModeI\": \"<double>\",\n        \"currentAction\": \"<integer>\",\n        \"waterAmount\": \"<double>\",\n        \"mixLog\": {\n          \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"mixLogId\": \"<integer>\",\n        \"entryTime\": \"<dateTime>\",\n        \"sensorValue\": \"<double>\",\n        \"sensorValueModeF\": \"<double>\",\n        \"sensorValueModeA\": \"<double>\",\n        \"sensorValueModeV\": \"<double>\",\n        \"sensorValueModeE\": \"<double>\",\n        \"sensorValueModeI\": \"<double>\",\n        \"currentAction\": \"<integer>\",\n        \"waterAmount\": \"<double>\",\n        \"mixLog\": {\n          \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n        }\n      }\n    ],\n    \"entryTime\": \"<dateTime>\",\n    \"recipeNumber\": \"<integer>\",\n    \"batchNumber\": \"<integer>\",\n    \"preWetControlMethod\": \"<integer>\",\n    \"controlMethod\": \"<integer>\",\n    \"autoTrackInitial\": \"<boolean>\",\n    \"autoTrackPreWet\": \"<boolean>\",\n    \"autoTrackDry\": \"<boolean>\",\n    \"autoTrackWet\": \"<boolean>\",\n    \"preWetMixValue\": \"<double>\",\n    \"preWetMixValueModeF\": \"<double>\",\n    \"preWetMixValueModeA\": \"<double>\",\n    \"preWetMixValueModeV\": \"<double>\",\n    \"preWetMixValueModeE\": \"<double>\",\n    \"preWetMixValueModeI\": \"<double>\",\n    \"preWetMixDeviation\": \"<double>\",\n    \"preWetMixDeviationModeF\": \"<double>\",\n    \"preWetMixDeviationModeA\": \"<double>\",\n    \"preWetMixDeviationModeV\": \"<double>\",\n    \"preWetMixDeviationModeE\": \"<double>\",\n    \"preWetMixDeviationModeI\": \"<double>\",\n    \"initialMixValue\": \"<double>\",\n    \"initialMixValueModeF\": \"<double>\",\n    \"initialMixValueModeA\": \"<double>\",\n    \"initialMixValueModeV\": \"<double>\",\n    \"initialMixValueModeE\": \"<double>\",\n    \"initialMixValueModeI\": \"<double>\",\n    \"initialMixDeviation\": \"<double>\",\n    \"initialMixDeviationModeF\": \"<double>\",\n    \"initialMixDeviationModeA\": \"<double>\",\n    \"initialMixDeviationModeV\": \"<double>\",\n    \"initialMixDeviationModeE\": \"<double>\",\n    \"initialMixDeviationModeI\": \"<double>\",\n    \"dryMixValue\": \"<double>\",\n    \"dryMixValueModeF\": \"<double>\",\n    \"dryMixValueModeA\": \"<double>\",\n    \"dryMixValueModeV\": \"<double>\",\n    \"dryMixValueModeE\": \"<double>\",\n    \"dryMixValueModeI\": \"<double>\",\n    \"dryMixDeviation\": \"<double>\",\n    \"dryMixDeviationModeF\": \"<double>\",\n    \"dryMixDeviationModeA\": \"<double>\",\n    \"dryMixDeviationModeV\": \"<double>\",\n    \"dryMixDeviationModeE\": \"<double>\",\n    \"dryMixDeviationModeI\": \"<double>\",\n    \"prewetTargetValue\": \"<double>\",\n    \"targetValue\": \"<double>\",\n    \"wetMixValue\": \"<double>\",\n    \"wetMixValueModeF\": \"<double>\",\n    \"wetMixValueModeA\": \"<double>\",\n    \"wetMixValueModeV\": \"<double>\",\n    \"wetMixValueModeE\": \"<double>\",\n    \"wetMixValueModeI\": \"<double>\",\n    \"wetMixDeviation\": \"<double>\",\n    \"wetMixDeviationModeF\": \"<double>\",\n    \"wetMixDeviationModeA\": \"<double>\",\n    \"wetMixDeviationModeV\": \"<double>\",\n    \"wetMixDeviationModeE\": \"<double>\",\n    \"wetMixDeviationModeI\": \"<double>\",\n    \"recipeMode\": \"<string>\",\n    \"prewetWater\": \"<double>\",\n    \"mainWater\": \"<double>\",\n    \"calculatedWater\": \"<double>\",\n    \"automaticTrim\": \"<double>\",\n    \"manualTrim\": \"<double>\",\n    \"additionError\": \"<double>\",\n    \"totalWater\": \"<double>\",\n    \"wcRatio\": \"<double>\",\n    \"initialMixTime\": \"<integer>\",\n    \"prewetMixTime\": \"<integer>\",\n    \"dryMixTime\": \"<integer>\",\n    \"wetMixTime\": \"<integer>\",\n    \"waterAdditionTime\": \"<integer>\",\n    \"totalTime\": \"<integer>\",\n    \"dryWeight\": \"<double>\",\n    \"cementWeight\": \"<double>\",\n    \"mixTemperature\": \"<double>\",\n    \"preWetMoistureGain\": \"<double>\",\n    \"preWetMoistureOffset\": \"<double>\",\n    \"moistureGain1\": \"<double>\",\n    \"moistureOffset1\": \"<double>\",\n    \"moistureGain2\": \"<double>\",\n    \"moistureOffset2\": \"<double>\",\n    \"calcGain\": \"<double>\",\n    \"calcOffset\": \"<double>\",\n    \"proportionalGain\": \"<double>\",\n    \"integralGain\": \"<double>\",\n    \"derivativeGain\": \"<double>\",\n    \"presetType\": \"<boolean>\",\n    \"admixEnablePercentage\": \"<double>\",\n    \"switchCalPoint\": \"<double>\",\n    \"cementInError\": \"<boolean>\",\n    \"waterMeterFault\": \"<boolean>\",\n    \"leakingWaterValve\": \"<boolean>\",\n    \"waitingForWaterTankToFill\": \"<boolean>\",\n    \"noWaterRequired\": \"<boolean>\",\n    \"tooMuchWaterCalculated\": \"<boolean>\",\n    \"preWetTargetNotReached\": \"<boolean>\",\n    \"mixTooWetRejected\": \"<boolean>\",\n    \"mixTooDryRejected\": \"<boolean>\",\n    \"mixTooWetAccepted\": \"<boolean>\",\n    \"mixTooDryAccepted\": \"<boolean>\",\n    \"waterLimitExceeded\": \"<boolean>\",\n    \"maxDryTimeReached\": \"<boolean>\",\n    \"maxWetTimeReached\": \"<boolean>\",\n    \"mixAborted\": \"<boolean>\",\n    \"sensorFault\": \"<boolean>\",\n    \"mixerBladesWorn\": \"<boolean>\",\n    \"calibrationMix\": \"<boolean>\",\n    \"calibrationMixId\": \"<integer>\"\n  }\n]"}],"_postman_id":"1cf4233b-6192-433e-bbe8-eab960a57da5"}],"id":"34a1f35b-ef27-4d9b-8202-055f5a7e0282","_postman_id":"34a1f35b-ef27-4d9b-8202-055f5a7e0282","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetMixLogById","item":[{"name":"Return a mix log by database Id.","id":"dcbf296a-13b8-4035-990b-c858234d67a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixLog/GetMixLogById","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","MixLog","GetMixLogById"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"7dbc4fbc-7ac0-4b73-b0db-0f15394811d4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixLog/GetMixLogById"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"mixTraces\": [\n    {\n      \"id\": \"<integer>\",\n      \"mixLogId\": \"<integer>\",\n      \"entryTime\": \"<dateTime>\",\n      \"sensorValue\": \"<double>\",\n      \"sensorValueModeF\": \"<double>\",\n      \"sensorValueModeA\": \"<double>\",\n      \"sensorValueModeV\": \"<double>\",\n      \"sensorValueModeE\": \"<double>\",\n      \"sensorValueModeI\": \"<double>\",\n      \"currentAction\": \"<integer>\",\n      \"waterAmount\": \"<double>\",\n      \"mixLog\": {\n        \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n      }\n    },\n    {\n      \"id\": \"<integer>\",\n      \"mixLogId\": \"<integer>\",\n      \"entryTime\": \"<dateTime>\",\n      \"sensorValue\": \"<double>\",\n      \"sensorValueModeF\": \"<double>\",\n      \"sensorValueModeA\": \"<double>\",\n      \"sensorValueModeV\": \"<double>\",\n      \"sensorValueModeE\": \"<double>\",\n      \"sensorValueModeI\": \"<double>\",\n      \"currentAction\": \"<integer>\",\n      \"waterAmount\": \"<double>\",\n      \"mixLog\": {\n        \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n      }\n    }\n  ],\n  \"entryTime\": \"<dateTime>\",\n  \"recipeNumber\": \"<integer>\",\n  \"batchNumber\": \"<integer>\",\n  \"preWetControlMethod\": \"<integer>\",\n  \"controlMethod\": \"<integer>\",\n  \"autoTrackInitial\": \"<boolean>\",\n  \"autoTrackPreWet\": \"<boolean>\",\n  \"autoTrackDry\": \"<boolean>\",\n  \"autoTrackWet\": \"<boolean>\",\n  \"preWetMixValue\": \"<double>\",\n  \"preWetMixValueModeF\": \"<double>\",\n  \"preWetMixValueModeA\": \"<double>\",\n  \"preWetMixValueModeV\": \"<double>\",\n  \"preWetMixValueModeE\": \"<double>\",\n  \"preWetMixValueModeI\": \"<double>\",\n  \"preWetMixDeviation\": \"<double>\",\n  \"preWetMixDeviationModeF\": \"<double>\",\n  \"preWetMixDeviationModeA\": \"<double>\",\n  \"preWetMixDeviationModeV\": \"<double>\",\n  \"preWetMixDeviationModeE\": \"<double>\",\n  \"preWetMixDeviationModeI\": \"<double>\",\n  \"initialMixValue\": \"<double>\",\n  \"initialMixValueModeF\": \"<double>\",\n  \"initialMixValueModeA\": \"<double>\",\n  \"initialMixValueModeV\": \"<double>\",\n  \"initialMixValueModeE\": \"<double>\",\n  \"initialMixValueModeI\": \"<double>\",\n  \"initialMixDeviation\": \"<double>\",\n  \"initialMixDeviationModeF\": \"<double>\",\n  \"initialMixDeviationModeA\": \"<double>\",\n  \"initialMixDeviationModeV\": \"<double>\",\n  \"initialMixDeviationModeE\": \"<double>\",\n  \"initialMixDeviationModeI\": \"<double>\",\n  \"dryMixValue\": \"<double>\",\n  \"dryMixValueModeF\": \"<double>\",\n  \"dryMixValueModeA\": \"<double>\",\n  \"dryMixValueModeV\": \"<double>\",\n  \"dryMixValueModeE\": \"<double>\",\n  \"dryMixValueModeI\": \"<double>\",\n  \"dryMixDeviation\": \"<double>\",\n  \"dryMixDeviationModeF\": \"<double>\",\n  \"dryMixDeviationModeA\": \"<double>\",\n  \"dryMixDeviationModeV\": \"<double>\",\n  \"dryMixDeviationModeE\": \"<double>\",\n  \"dryMixDeviationModeI\": \"<double>\",\n  \"prewetTargetValue\": \"<double>\",\n  \"targetValue\": \"<double>\",\n  \"wetMixValue\": \"<double>\",\n  \"wetMixValueModeF\": \"<double>\",\n  \"wetMixValueModeA\": \"<double>\",\n  \"wetMixValueModeV\": \"<double>\",\n  \"wetMixValueModeE\": \"<double>\",\n  \"wetMixValueModeI\": \"<double>\",\n  \"wetMixDeviation\": \"<double>\",\n  \"wetMixDeviationModeF\": \"<double>\",\n  \"wetMixDeviationModeA\": \"<double>\",\n  \"wetMixDeviationModeV\": \"<double>\",\n  \"wetMixDeviationModeE\": \"<double>\",\n  \"wetMixDeviationModeI\": \"<double>\",\n  \"recipeMode\": \"<string>\",\n  \"prewetWater\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"calculatedWater\": \"<double>\",\n  \"automaticTrim\": \"<double>\",\n  \"manualTrim\": \"<double>\",\n  \"additionError\": \"<double>\",\n  \"totalWater\": \"<double>\",\n  \"wcRatio\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"prewetMixTime\": \"<integer>\",\n  \"dryMixTime\": \"<integer>\",\n  \"wetMixTime\": \"<integer>\",\n  \"waterAdditionTime\": \"<integer>\",\n  \"totalTime\": \"<integer>\",\n  \"dryWeight\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"mixTemperature\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"proportionalGain\": \"<double>\",\n  \"integralGain\": \"<double>\",\n  \"derivativeGain\": \"<double>\",\n  \"presetType\": \"<boolean>\",\n  \"admixEnablePercentage\": \"<double>\",\n  \"switchCalPoint\": \"<double>\",\n  \"cementInError\": \"<boolean>\",\n  \"waterMeterFault\": \"<boolean>\",\n  \"leakingWaterValve\": \"<boolean>\",\n  \"waitingForWaterTankToFill\": \"<boolean>\",\n  \"noWaterRequired\": \"<boolean>\",\n  \"tooMuchWaterCalculated\": \"<boolean>\",\n  \"preWetTargetNotReached\": \"<boolean>\",\n  \"mixTooWetRejected\": \"<boolean>\",\n  \"mixTooDryRejected\": \"<boolean>\",\n  \"mixTooWetAccepted\": \"<boolean>\",\n  \"mixTooDryAccepted\": \"<boolean>\",\n  \"waterLimitExceeded\": \"<boolean>\",\n  \"maxDryTimeReached\": \"<boolean>\",\n  \"maxWetTimeReached\": \"<boolean>\",\n  \"mixAborted\": \"<boolean>\",\n  \"sensorFault\": \"<boolean>\",\n  \"mixerBladesWorn\": \"<boolean>\",\n  \"calibrationMix\": \"<boolean>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"dcbf296a-13b8-4035-990b-c858234d67a7"}],"id":"8765ece8-aef7-4d7b-a251-f5f0fa3dc7ff","_postman_id":"8765ece8-aef7-4d7b-a251-f5f0fa3dc7ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetCalibrationMixLogId","item":[{"name":"Return the calibration mix log","id":"4de1205f-f956-4831-b8e8-ddd95c043641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixLog/GetCalibrationMixLogId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","MixLog","GetCalibrationMixLogId"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"7bef3ffc-16a3-4366-a666-5abaf739b72e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixLog/GetCalibrationMixLogId"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"4de1205f-f956-4831-b8e8-ddd95c043641"}],"id":"b4b69afb-b013-4d95-a6e0-68b2ce9c0a1e","_postman_id":"b4b69afb-b013-4d95-a6e0-68b2ce9c0a1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"79f957a3-4cb4-4184-8bc3-2f4fd1488532","_postman_id":"79f957a3-4cb4-4184-8bc3-2f4fd1488532","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"MixTrace","item":[{"name":"CalibrateMix","item":[{"name":"Calibrate the recipe from the mix traces using the Calibration Model","id":"3064cba7-d24a-45d2-9535-7b5dc7edc312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"calibrationType\": 3,\n  \"mixLogId\": \"<integer>\",\n  \"preWetMoistureTarget\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"trim\": \"<double>\",\n  \"sensorMode\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixTrace/CalibrateMix","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","MixTrace","CalibrateMix"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"86877d91-fd58-483b-9620-41e39575b360","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"calibrationType\": 3,\n  \"mixLogId\": \"<integer>\",\n  \"preWetMoistureTarget\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"trim\": \"<double>\",\n  \"sensorMode\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixTrace/CalibrateMix"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{}"}],"_postman_id":"3064cba7-d24a-45d2-9535-7b5dc7edc312"}],"id":"9ab498a8-8b7c-434f-a76b-13a18d7ce064","_postman_id":"9ab498a8-8b7c-434f-a76b-13a18d7ce064","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Returns a list of Mix Traces by the Mix Log Id","id":"53c1a9f8-90e9-4b2e-b1e4-7ac51097f48e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixTrace","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","MixTrace"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"1115d56f-3244-46a5-94da-a619c2a54607","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/MixTrace"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"mixLogId\": \"<integer>\",\n    \"entryTime\": \"<dateTime>\",\n    \"sensorValue\": \"<double>\",\n    \"sensorValueModeF\": \"<double>\",\n    \"sensorValueModeA\": \"<double>\",\n    \"sensorValueModeV\": \"<double>\",\n    \"sensorValueModeE\": \"<double>\",\n    \"sensorValueModeI\": \"<double>\",\n    \"currentAction\": \"<integer>\",\n    \"waterAmount\": \"<double>\",\n    \"mixLog\": {\n      \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n    }\n  },\n  {\n    \"id\": \"<integer>\",\n    \"mixLogId\": \"<integer>\",\n    \"entryTime\": \"<dateTime>\",\n    \"sensorValue\": \"<double>\",\n    \"sensorValueModeF\": \"<double>\",\n    \"sensorValueModeA\": \"<double>\",\n    \"sensorValueModeV\": \"<double>\",\n    \"sensorValueModeE\": \"<double>\",\n    \"sensorValueModeI\": \"<double>\",\n    \"currentAction\": \"<integer>\",\n    \"waterAmount\": \"<double>\",\n    \"mixLog\": {\n      \"value\": \"<Circular reference to #/components/schemas/MixLog detected>\"\n    }\n  }\n]"}],"_postman_id":"53c1a9f8-90e9-4b2e-b1e4-7ac51097f48e"}],"id":"79e1cac7-9f5d-48fd-af47-5788b2ce2574","_postman_id":"79e1cac7-9f5d-48fd-af47-5788b2ce2574","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Recipe","item":[{"name":"GetRecipeNumbers","item":[{"name":"Returns the list of recipe numbers","id":"636720c5-0ca5-437c-b5cf-b4fab3345a31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/GetRecipeNumbers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","GetRecipeNumbers"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b07331e9-effd-4a11-8855-832a7e04ccf7","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Recipe/GetRecipeNumbers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  \"<integer>\",\n  \"<integer>\"\n]"}],"_postman_id":"636720c5-0ca5-437c-b5cf-b4fab3345a31"}],"id":"b28d6b10-993a-4071-9b17-386f7833424a","_postman_id":"b28d6b10-993a-4071-9b17-386f7833424a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetAvailableRecipeDescriptions","item":[{"name":"Returns the list of recipe descriptions","id":"48d8c2f7-69a5-4e9d-a95d-4a691e419396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/GetAvailableRecipeDescriptions","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","GetAvailableRecipeDescriptions"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"35e08658-25a1-4f8c-9088-a54df3df74d5","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Recipe/GetAvailableRecipeDescriptions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"recipeName\": \"<string>\",\n    \"recipeNumber\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"recipeName\": \"<string>\",\n    \"recipeNumber\": \"<integer>\"\n  }\n]"}],"_postman_id":"48d8c2f7-69a5-4e9d-a95d-4a691e419396"}],"id":"0045c6dd-eace-4601-850c-bdeb211e1a9a","_postman_id":"0045c6dd-eace-4601-850c-bdeb211e1a9a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetRecipeById","item":[{"name":"Gets a recipe by its Id.","id":"6346a468-a2ea-4dd1-b56e-73f72468f514","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/GetRecipeById?id=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","GetRecipeById"],"host":["https://hydrocontrol7"],"query":[{"description":{"content":"<p>The Id of the recipe.</p>\n","type":"text/plain"},"key":"id","value":"<integer>"}],"variable":[]}},"response":[{"id":"73a8b3bb-3e6f-41cc-aaaa-e16f616091dd","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Recipe/GetRecipeById?id=<integer>","host":["https://hydrocontrol7"],"path":["api","Recipe","GetRecipeById"],"query":[{"description":"The Id of the recipe.","key":"id","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"6346a468-a2ea-4dd1-b56e-73f72468f514"}],"id":"466a106f-b077-4f9b-a0c4-e2df7a47ee6a","_postman_id":"466a106f-b077-4f9b-a0c4-e2df7a47ee6a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetRecipeByRecipeNumber","item":[{"name":"Returns a recipe by the recipe number","id":"cfd0b174-6863-436e-a08c-95231ce77584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/GetRecipeByRecipeNumber?recipeNumber=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","GetRecipeByRecipeNumber"],"host":["https://hydrocontrol7"],"query":[{"key":"recipeNumber","value":"<integer>"}],"variable":[]}},"response":[{"id":"0479a197-e84c-44f2-9147-5328d9212ea6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Recipe/GetRecipeByRecipeNumber?recipeNumber=<integer>","host":["https://hydrocontrol7"],"path":["api","Recipe","GetRecipeByRecipeNumber"],"query":[{"key":"recipeNumber","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"cfd0b174-6863-436e-a08c-95231ce77584"}],"id":"7877836f-904c-4160-8dc0-c3183a6a77d3","_postman_id":"7877836f-904c-4160-8dc0-c3183a6a77d3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpdateRecipe","item":[{"name":"Updates and returns the recipe, if the recipe is the current recipe, it will be reloaded.","id":"4bb19c33-ef4c-4f93-8ae3-7125fc1519c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/UpdateRecipe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","UpdateRecipe"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e3a50ef0-295a-480e-9a72-cfad91b8e54d","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/UpdateRecipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"4bb19c33-ef4c-4f93-8ae3-7125fc1519c7"}],"id":"087bf02e-f881-473b-aaf7-c26c725d3435","_postman_id":"087bf02e-f881-473b-aaf7-c26c725d3435","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AddRecipe","item":[{"name":"Add a new recipe","id":"5f361fcc-61f6-46e2-9a54-86fb738bdac7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/AddRecipe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","AddRecipe"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"dcbf2ad4-e3e0-4a39-a83c-530430552758","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/AddRecipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<integer>"}],"_postman_id":"5f361fcc-61f6-46e2-9a54-86fb738bdac7"}],"id":"8a0c5318-3f42-4c37-b6ba-bdb59cd232c4","_postman_id":"8a0c5318-3f42-4c37-b6ba-bdb59cd232c4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DeleteRecipe","item":[{"name":"Delete recipe by database Id","id":"49b0a18c-500c-4b1f-9b99-34f6ea4d45c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/DeleteRecipe?id=<integer>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","DeleteRecipe"],"host":["https://hydrocontrol7"],"query":[{"key":"id","value":"<integer>"}],"variable":[]}},"response":[{"id":"6a14e9e7-4558-49f0-900c-94798bea26ed","name":"Success","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Recipe/DeleteRecipe?id=<integer>","host":["https://hydrocontrol7"],"path":["api","Recipe","DeleteRecipe"],"query":[{"key":"id","value":"<integer>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"exception\": {\n    \"targetSite\": {\n      \"memberType\": 191,\n      \"name\": \"<string>\",\n      \"declaringType\": {\n        \"name\": \"<string>\",\n        \"customAttributes\": [\n          {\n            \"attributeType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"constructor\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"assembly\": {\n                  \"definedTypes\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"isInterface\": \"<boolean>\",\n                      \"memberType\": 32,\n                      \"namespace\": \"<string>\",\n                      \"assemblyQualifiedName\": \"<string>\",\n                      \"fullName\": \"<string>\",\n                      \"assembly\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"isNested\": \"<boolean>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"declaringMethod\": {\n                        \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"underlyingSystemType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isTypeDefinition\": \"<boolean>\",\n                      \"isArray\": \"<boolean>\",\n                      \"isByRef\": \"<boolean>\",\n                      \"isPointer\": \"<boolean>\",\n                      \"isConstructedGenericType\": \"<boolean>\",\n                      \"isGenericParameter\": \"<boolean>\",\n                      \"isGenericTypeParameter\": \"<boolean>\",\n                      \"isGenericMethodParameter\": \"<boolean>\",\n                      \"isGenericType\": \"<boolean>\",\n                      \"isGenericTypeDefinition\": \"<boolean>\",\n                      \"isSZArray\": \"<boolean>\",\n                      \"isVariableBoundArray\": \"<boolean>\",\n                      \"isByRefLike\": \"<boolean>\",\n                      \"hasElementType\": \"<boolean>\",\n                      \"genericTypeArguments\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"genericParameterPosition\": \"<integer>\",\n                      \"genericParameterAttributes\": 4,\n                      \"attributes\": 7,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isImport\": \"<boolean>\",\n                      \"isSealed\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isClass\": \"<boolean>\",\n                      \"isNestedAssembly\": \"<boolean>\",\n                      \"isNestedFamANDAssem\": \"<boolean>\",\n                      \"isNestedFamily\": \"<boolean>\",\n                      \"isNestedFamORAssem\": \"<boolean>\",\n                      \"isNestedPrivate\": \"<boolean>\",\n                      \"isNestedPublic\": \"<boolean>\",\n                      \"isNotPublic\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isAutoLayout\": \"<boolean>\",\n                      \"isExplicitLayout\": \"<boolean>\",\n                      \"isLayoutSequential\": \"<boolean>\",\n                      \"isAnsiClass\": \"<boolean>\",\n                      \"isAutoClass\": \"<boolean>\",\n                      \"isUnicodeClass\": \"<boolean>\",\n                      \"isCOMObject\": \"<boolean>\",\n                      \"isContextful\": \"<boolean>\",\n                      \"isEnum\": \"<boolean>\",\n                      \"isMarshalByRef\": \"<boolean>\",\n                      \"isPrimitive\": \"<boolean>\",\n                      \"isValueType\": \"<boolean>\",\n                      \"isSignatureType\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"structLayoutAttribute\": {\n                        \"typeId\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"value\": 2\n                      },\n                      \"typeInitializer\": {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      },\n                      \"typeHandle\": {\n                        \"value\": {}\n                      },\n                      \"guid\": \"<uuid>\",\n                      \"baseType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isSerializable\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"isVisible\": \"<boolean>\",\n                      \"genericTypeParameters\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"declaredConstructors\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        }\n                      ],\n                      \"declaredEvents\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 16,\n                          \"attributes\": 0,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"addMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 1024,\n                            \"methodImplementationFlags\": 3,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 1,\n                            \"returnParameter\": {\n                              \"attributes\": 4096,\n                              \"member\": {\n                                \"memberType\": 8,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"removeMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 7,\n                            \"methodImplementationFlags\": 2,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 8192,\n                              \"member\": {\n                                \"memberType\": 128,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"raiseMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 6,\n                            \"methodImplementationFlags\": 256,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 1,\n                              \"member\": {\n                                \"memberType\": 1,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"isMulticast\": \"<boolean>\",\n                          \"eventHandlerType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        }\n                      ],\n                      \"declaredFields\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 8,\n                          \"attributes\": 256,\n                          \"fieldType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isInitOnly\": \"<boolean>\",\n                          \"isLiteral\": \"<boolean>\",\n                          \"isNotSerialized\": \"<boolean>\",\n                          \"isPinvokeImpl\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"fieldHandle\": {\n                            \"value\": {}\n                          }\n                        }\n                      ],\n                      \"declaredMembers\": [\n                        {\n                          \"memberType\": 8,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        }\n                      ],\n                      \"declaredMethods\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 2,\n                          \"methodImplementationFlags\": 32,\n                          \"callingConvention\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 4,\n                          \"returnParameter\": {\n                            \"attributes\": 8192,\n                            \"member\": {\n                              \"memberType\": 16,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      ],\n                      \"declaredNestedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                        }\n                      ],\n                      \"declaredProperties\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 16,\n                          \"propertyType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"attributes\": 16384,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"canRead\": \"<boolean>\",\n                          \"canWrite\": \"<boolean>\",\n                          \"getMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 32,\n                            \"methodImplementationFlags\": 4096,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 0,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"setMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 32,\n                            \"methodImplementationFlags\": 3,\n                            \"callingConvention\": 32,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 32,\n                            \"returnParameter\": {\n                              \"attributes\": 16384,\n                              \"member\": {\n                                \"memberType\": 191,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        }\n                      ],\n                      \"implementedInterfaces\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ]\n                    }\n                  ],\n                  \"exportedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"codeBase\": \"<string>\",\n                  \"entryPoint\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 512,\n                    \"methodImplementationFlags\": 256,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 64,\n                    \"returnParameter\": {\n                      \"attributes\": 61440,\n                      \"member\": {\n                        \"memberType\": 1,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"fullName\": \"<string>\",\n                  \"imageRuntimeVersion\": \"<string>\",\n                  \"isDynamic\": \"<boolean>\",\n                  \"location\": \"<string>\",\n                  \"reflectionOnly\": \"<boolean>\",\n                  \"isCollectible\": \"<boolean>\",\n                  \"isFullyTrusted\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"escapedCodeBase\": \"<string>\",\n                  \"manifestModule\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"modules\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    }\n                  ],\n                  \"globalAssemblyCache\": \"<boolean>\",\n                  \"hostContext\": \"<long>\",\n                  \"securityRuleSet\": 1\n                },\n                \"fullyQualifiedName\": \"<string>\",\n                \"name\": \"<string>\",\n                \"mdStreamVersion\": \"<integer>\",\n                \"moduleVersionId\": \"<uuid>\",\n                \"scopeName\": \"<string>\",\n                \"moduleHandle\": {\n                  \"mdStreamVersion\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 128,\n              \"methodImplementationFlags\": 4,\n              \"callingConvention\": 3,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 1\n            },\n            \"constructorArguments\": [\n              {\n                \"argumentType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"value\": {\n                  \"nullable\": true\n                }\n              }\n            ],\n            \"namedArguments\": [\n              {\n                \"memberInfo\": {\n                  \"memberType\": 8,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"typedValue\": {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                },\n                \"memberName\": \"<string>\",\n                \"isField\": \"<boolean>\"\n              }\n            ]\n          }\n        ],\n        \"isCollectible\": \"<boolean>\",\n        \"metadataToken\": \"<integer>\",\n        \"isInterface\": \"<boolean>\",\n        \"memberType\": 64,\n        \"namespace\": \"<string>\",\n        \"assemblyQualifiedName\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"assembly\": {\n          \"definedTypes\": [\n            {\n              \"name\": \"<string>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"isInterface\": \"<boolean>\",\n              \"memberType\": 1,\n              \"namespace\": \"<string>\",\n              \"assemblyQualifiedName\": \"<string>\",\n              \"fullName\": \"<string>\",\n              \"assembly\": {\n                \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"isNested\": \"<boolean>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"declaringMethod\": {\n                \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"underlyingSystemType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isTypeDefinition\": \"<boolean>\",\n              \"isArray\": \"<boolean>\",\n              \"isByRef\": \"<boolean>\",\n              \"isPointer\": \"<boolean>\",\n              \"isConstructedGenericType\": \"<boolean>\",\n              \"isGenericParameter\": \"<boolean>\",\n              \"isGenericTypeParameter\": \"<boolean>\",\n              \"isGenericMethodParameter\": \"<boolean>\",\n              \"isGenericType\": \"<boolean>\",\n              \"isGenericTypeDefinition\": \"<boolean>\",\n              \"isSZArray\": \"<boolean>\",\n              \"isVariableBoundArray\": \"<boolean>\",\n              \"isByRefLike\": \"<boolean>\",\n              \"hasElementType\": \"<boolean>\",\n              \"genericTypeArguments\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"genericParameterPosition\": \"<integer>\",\n              \"genericParameterAttributes\": 3,\n              \"attributes\": 1024,\n              \"isAbstract\": \"<boolean>\",\n              \"isImport\": \"<boolean>\",\n              \"isSealed\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isClass\": \"<boolean>\",\n              \"isNestedAssembly\": \"<boolean>\",\n              \"isNestedFamANDAssem\": \"<boolean>\",\n              \"isNestedFamily\": \"<boolean>\",\n              \"isNestedFamORAssem\": \"<boolean>\",\n              \"isNestedPrivate\": \"<boolean>\",\n              \"isNestedPublic\": \"<boolean>\",\n              \"isNotPublic\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isAutoLayout\": \"<boolean>\",\n              \"isExplicitLayout\": \"<boolean>\",\n              \"isLayoutSequential\": \"<boolean>\",\n              \"isAnsiClass\": \"<boolean>\",\n              \"isAutoClass\": \"<boolean>\",\n              \"isUnicodeClass\": \"<boolean>\",\n              \"isCOMObject\": \"<boolean>\",\n              \"isContextful\": \"<boolean>\",\n              \"isEnum\": \"<boolean>\",\n              \"isMarshalByRef\": \"<boolean>\",\n              \"isPrimitive\": \"<boolean>\",\n              \"isValueType\": \"<boolean>\",\n              \"isSignatureType\": \"<boolean>\",\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"structLayoutAttribute\": {\n                \"typeId\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"value\": 2\n              },\n              \"typeInitializer\": {\n                \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n              },\n              \"typeHandle\": {\n                \"value\": {}\n              },\n              \"guid\": \"<uuid>\",\n              \"baseType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isSerializable\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"isVisible\": \"<boolean>\",\n              \"genericTypeParameters\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"declaredConstructors\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                }\n              ],\n              \"declaredEvents\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 64,\n                  \"attributes\": 0,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"addMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 3,\n                    \"methodImplementationFlags\": 4,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 128,\n                    \"returnParameter\": {\n                      \"attributes\": 16,\n                      \"member\": {\n                        \"memberType\": 8,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"removeMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 256,\n                    \"methodImplementationFlags\": 128,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 4,\n                    \"returnParameter\": {\n                      \"attributes\": 61440,\n                      \"member\": {\n                        \"memberType\": 16,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"raiseMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 53248,\n                    \"methodImplementationFlags\": 256,\n                    \"callingConvention\": 1,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 2,\n                    \"returnParameter\": {\n                      \"attributes\": 0,\n                      \"member\": {\n                        \"memberType\": 16,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"isMulticast\": \"<boolean>\",\n                  \"eventHandlerType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                }\n              ],\n              \"declaredFields\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 4,\n                  \"attributes\": 3,\n                  \"fieldType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isInitOnly\": \"<boolean>\",\n                  \"isLiteral\": \"<boolean>\",\n                  \"isNotSerialized\": \"<boolean>\",\n                  \"isPinvokeImpl\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"fieldHandle\": {\n                    \"value\": {}\n                  }\n                }\n              ],\n              \"declaredMembers\": [\n                {\n                  \"memberType\": 16,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                }\n              ],\n              \"declaredMethods\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 8,\n                  \"methodImplementationFlags\": 3,\n                  \"callingConvention\": 1,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 8,\n                  \"returnParameter\": {\n                    \"attributes\": 16,\n                    \"member\": {\n                      \"memberType\": 128,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                }\n              ],\n              \"declaredNestedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                }\n              ],\n              \"declaredProperties\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 4,\n                  \"propertyType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"attributes\": 0,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"canRead\": \"<boolean>\",\n                  \"canWrite\": \"<boolean>\",\n                  \"getMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 128,\n                    \"methodImplementationFlags\": 512,\n                    \"callingConvention\": 2,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 8,\n                    \"returnParameter\": {\n                      \"attributes\": 32768,\n                      \"member\": {\n                        \"memberType\": 4,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"setMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 32,\n                    \"methodImplementationFlags\": 256,\n                    \"callingConvention\": 3,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 64,\n                    \"returnParameter\": {\n                      \"attributes\": 16,\n                      \"member\": {\n                        \"memberType\": 32,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                }\n              ],\n              \"implementedInterfaces\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ]\n            }\n          ],\n          \"exportedTypes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            }\n          ],\n          \"codeBase\": \"<string>\",\n          \"entryPoint\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 8,\n            \"methodImplementationFlags\": 2,\n            \"callingConvention\": 1,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 128,\n            \"returnParameter\": {\n              \"attributes\": 2,\n              \"member\": {\n                \"memberType\": 32,\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"name\": \"<string>\",\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\"\n              },\n              \"name\": \"<string>\",\n              \"parameterType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"position\": \"<integer>\",\n              \"isIn\": \"<boolean>\",\n              \"isLcid\": \"<boolean>\",\n              \"isOptional\": \"<boolean>\",\n              \"isOut\": \"<boolean>\",\n              \"isRetval\": \"<boolean>\",\n              \"defaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"rawDefaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"hasDefaultValue\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"returnType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"returnTypeCustomAttributes\": {}\n          },\n          \"fullName\": \"<string>\",\n          \"imageRuntimeVersion\": \"<string>\",\n          \"isDynamic\": \"<boolean>\",\n          \"location\": \"<string>\",\n          \"reflectionOnly\": \"<boolean>\",\n          \"isCollectible\": \"<boolean>\",\n          \"isFullyTrusted\": \"<boolean>\",\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"escapedCodeBase\": \"<string>\",\n          \"manifestModule\": {\n            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n          },\n          \"modules\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            }\n          ],\n          \"globalAssemblyCache\": \"<boolean>\",\n          \"hostContext\": \"<long>\",\n          \"securityRuleSet\": 2\n        },\n        \"module\": {\n          \"assembly\": {\n            \"definedTypes\": [\n              {\n                \"name\": \"<string>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"isInterface\": \"<boolean>\",\n                \"memberType\": 2,\n                \"namespace\": \"<string>\",\n                \"assemblyQualifiedName\": \"<string>\",\n                \"fullName\": \"<string>\",\n                \"assembly\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"isNested\": \"<boolean>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"declaringMethod\": {\n                  \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"underlyingSystemType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isTypeDefinition\": \"<boolean>\",\n                \"isArray\": \"<boolean>\",\n                \"isByRef\": \"<boolean>\",\n                \"isPointer\": \"<boolean>\",\n                \"isConstructedGenericType\": \"<boolean>\",\n                \"isGenericParameter\": \"<boolean>\",\n                \"isGenericTypeParameter\": \"<boolean>\",\n                \"isGenericMethodParameter\": \"<boolean>\",\n                \"isGenericType\": \"<boolean>\",\n                \"isGenericTypeDefinition\": \"<boolean>\",\n                \"isSZArray\": \"<boolean>\",\n                \"isVariableBoundArray\": \"<boolean>\",\n                \"isByRefLike\": \"<boolean>\",\n                \"hasElementType\": \"<boolean>\",\n                \"genericTypeArguments\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"genericParameterPosition\": \"<integer>\",\n                \"genericParameterAttributes\": 2,\n                \"attributes\": 12582912,\n                \"isAbstract\": \"<boolean>\",\n                \"isImport\": \"<boolean>\",\n                \"isSealed\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isClass\": \"<boolean>\",\n                \"isNestedAssembly\": \"<boolean>\",\n                \"isNestedFamANDAssem\": \"<boolean>\",\n                \"isNestedFamily\": \"<boolean>\",\n                \"isNestedFamORAssem\": \"<boolean>\",\n                \"isNestedPrivate\": \"<boolean>\",\n                \"isNestedPublic\": \"<boolean>\",\n                \"isNotPublic\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isAutoLayout\": \"<boolean>\",\n                \"isExplicitLayout\": \"<boolean>\",\n                \"isLayoutSequential\": \"<boolean>\",\n                \"isAnsiClass\": \"<boolean>\",\n                \"isAutoClass\": \"<boolean>\",\n                \"isUnicodeClass\": \"<boolean>\",\n                \"isCOMObject\": \"<boolean>\",\n                \"isContextful\": \"<boolean>\",\n                \"isEnum\": \"<boolean>\",\n                \"isMarshalByRef\": \"<boolean>\",\n                \"isPrimitive\": \"<boolean>\",\n                \"isValueType\": \"<boolean>\",\n                \"isSignatureType\": \"<boolean>\",\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"structLayoutAttribute\": {\n                  \"typeId\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"value\": 2\n                },\n                \"typeInitializer\": {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                },\n                \"typeHandle\": {\n                  \"value\": {}\n                },\n                \"guid\": \"<uuid>\",\n                \"baseType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isSerializable\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"isVisible\": \"<boolean>\",\n                \"genericTypeParameters\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"declaredConstructors\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  }\n                ],\n                \"declaredEvents\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 2,\n                    \"attributes\": 0,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"addMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 7,\n                      \"methodImplementationFlags\": 64,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 8,\n                      \"returnParameter\": {\n                        \"attributes\": 4096,\n                        \"member\": {\n                          \"memberType\": 8,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"removeMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 0,\n                      \"methodImplementationFlags\": 4096,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 4,\n                      \"returnParameter\": {\n                        \"attributes\": 16,\n                        \"member\": {\n                          \"memberType\": 1,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"raiseMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 5,\n                      \"methodImplementationFlags\": 128,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 1,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"isMulticast\": \"<boolean>\",\n                    \"eventHandlerType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  }\n                ],\n                \"declaredFields\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 8,\n                    \"attributes\": 32768,\n                    \"fieldType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isInitOnly\": \"<boolean>\",\n                    \"isLiteral\": \"<boolean>\",\n                    \"isNotSerialized\": \"<boolean>\",\n                    \"isPinvokeImpl\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"fieldHandle\": {\n                      \"value\": {}\n                    }\n                  }\n                ],\n                \"declaredMembers\": [\n                  {\n                    \"memberType\": 2,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  }\n                ],\n                \"declaredMethods\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 16384,\n                    \"methodImplementationFlags\": 8,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 16,\n                    \"returnParameter\": {\n                      \"attributes\": 8,\n                      \"member\": {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                ],\n                \"declaredNestedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                  }\n                ],\n                \"declaredProperties\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 128,\n                    \"propertyType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"attributes\": 512,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"canRead\": \"<boolean>\",\n                    \"canWrite\": \"<boolean>\",\n                    \"getMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 4096,\n                      \"methodImplementationFlags\": 0,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 4,\n                        \"member\": {\n                          \"memberType\": 16,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"setMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 512,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 4,\n                      \"returnParameter\": {\n                        \"attributes\": 16384,\n                        \"member\": {\n                          \"memberType\": 32,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  }\n                ],\n                \"implementedInterfaces\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ]\n              }\n            ],\n            \"exportedTypes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"codeBase\": \"<string>\",\n            \"entryPoint\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 64,\n              \"methodImplementationFlags\": 64,\n              \"callingConvention\": 2,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 191,\n              \"returnParameter\": {\n                \"attributes\": 0,\n                \"member\": {\n                  \"memberType\": 4,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"name\": \"<string>\",\n                \"parameterType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"position\": \"<integer>\",\n                \"isIn\": \"<boolean>\",\n                \"isLcid\": \"<boolean>\",\n                \"isOptional\": \"<boolean>\",\n                \"isOut\": \"<boolean>\",\n                \"isRetval\": \"<boolean>\",\n                \"defaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"rawDefaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"hasDefaultValue\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"returnType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"returnTypeCustomAttributes\": {}\n            },\n            \"fullName\": \"<string>\",\n            \"imageRuntimeVersion\": \"<string>\",\n            \"isDynamic\": \"<boolean>\",\n            \"location\": \"<string>\",\n            \"reflectionOnly\": \"<boolean>\",\n            \"isCollectible\": \"<boolean>\",\n            \"isFullyTrusted\": \"<boolean>\",\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"escapedCodeBase\": \"<string>\",\n            \"manifestModule\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"modules\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              }\n            ],\n            \"globalAssemblyCache\": \"<boolean>\",\n            \"hostContext\": \"<long>\",\n            \"securityRuleSet\": 0\n          },\n          \"fullyQualifiedName\": \"<string>\",\n          \"name\": \"<string>\",\n          \"mdStreamVersion\": \"<integer>\",\n          \"moduleVersionId\": \"<uuid>\",\n          \"scopeName\": \"<string>\",\n          \"moduleHandle\": {\n            \"mdStreamVersion\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"metadataToken\": \"<integer>\"\n        },\n        \"isNested\": \"<boolean>\",\n        \"declaringType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"declaringMethod\": {\n          \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n        },\n        \"reflectedType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"underlyingSystemType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"isTypeDefinition\": \"<boolean>\",\n        \"isArray\": \"<boolean>\",\n        \"isByRef\": \"<boolean>\",\n        \"isPointer\": \"<boolean>\",\n        \"isConstructedGenericType\": \"<boolean>\",\n        \"isGenericParameter\": \"<boolean>\",\n        \"isGenericTypeParameter\": \"<boolean>\",\n        \"isGenericMethodParameter\": \"<boolean>\",\n        \"isGenericType\": \"<boolean>\",\n        \"isGenericTypeDefinition\": \"<boolean>\",\n        \"isSZArray\": \"<boolean>\",\n        \"isVariableBoundArray\": \"<boolean>\",\n        \"isByRefLike\": \"<boolean>\",\n        \"hasElementType\": \"<boolean>\",\n        \"genericTypeArguments\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          }\n        ],\n        \"genericParameterPosition\": \"<integer>\",\n        \"genericParameterAttributes\": 3,\n        \"attributes\": 131072,\n        \"isAbstract\": \"<boolean>\",\n        \"isImport\": \"<boolean>\",\n        \"isSealed\": \"<boolean>\",\n        \"isSpecialName\": \"<boolean>\",\n        \"isClass\": \"<boolean>\",\n        \"isNestedAssembly\": \"<boolean>\",\n        \"isNestedFamANDAssem\": \"<boolean>\",\n        \"isNestedFamily\": \"<boolean>\",\n        \"isNestedFamORAssem\": \"<boolean>\",\n        \"isNestedPrivate\": \"<boolean>\",\n        \"isNestedPublic\": \"<boolean>\",\n        \"isNotPublic\": \"<boolean>\",\n        \"isPublic\": \"<boolean>\",\n        \"isAutoLayout\": \"<boolean>\",\n        \"isExplicitLayout\": \"<boolean>\",\n        \"isLayoutSequential\": \"<boolean>\",\n        \"isAnsiClass\": \"<boolean>\",\n        \"isAutoClass\": \"<boolean>\",\n        \"isUnicodeClass\": \"<boolean>\",\n        \"isCOMObject\": \"<boolean>\",\n        \"isContextful\": \"<boolean>\",\n        \"isEnum\": \"<boolean>\",\n        \"isMarshalByRef\": \"<boolean>\",\n        \"isPrimitive\": \"<boolean>\",\n        \"isValueType\": \"<boolean>\",\n        \"isSignatureType\": \"<boolean>\",\n        \"isSecurityCritical\": \"<boolean>\",\n        \"isSecuritySafeCritical\": \"<boolean>\",\n        \"isSecurityTransparent\": \"<boolean>\",\n        \"structLayoutAttribute\": {\n          \"typeId\": {\n            \"nullable\": true,\n            \"readOnly\": true\n          },\n          \"value\": 0\n        },\n        \"typeInitializer\": {\n          \"name\": \"<string>\",\n          \"declaringType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"reflectedType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"module\": {\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 191,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 3,\n                  \"attributes\": 6,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 0\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 191,\n                      \"attributes\": 512,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 256,\n                        \"methodImplementationFlags\": 3,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 191,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 32768,\n                        \"methodImplementationFlags\": 3,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 4,\n                        \"returnParameter\": {\n                          \"attributes\": 61440,\n                          \"member\": {\n                            \"memberType\": 191,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 2,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 61440,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 64,\n                      \"attributes\": 32768,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 16,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 64,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 2,\n                      \"returnParameter\": {\n                        \"attributes\": 2,\n                        \"member\": {\n                          \"memberType\": 191,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 16,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 8192,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 16,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 1,\n                        \"methodImplementationFlags\": 128,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 1,\n                          \"member\": {\n                            \"memberType\": 1,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 128,\n                \"methodImplementationFlags\": 32,\n                \"callingConvention\": 2,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 8,\n                \"returnParameter\": {\n                  \"attributes\": 8192,\n                  \"member\": {\n                    \"memberType\": 32,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 2\n            },\n            \"fullyQualifiedName\": \"<string>\",\n            \"name\": \"<string>\",\n            \"mdStreamVersion\": \"<integer>\",\n            \"moduleVersionId\": \"<uuid>\",\n            \"scopeName\": \"<string>\",\n            \"moduleHandle\": {\n              \"mdStreamVersion\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"metadataToken\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"isCollectible\": \"<boolean>\",\n          \"metadataToken\": \"<integer>\",\n          \"attributes\": 7,\n          \"methodImplementationFlags\": 32,\n          \"callingConvention\": 2,\n          \"isAbstract\": \"<boolean>\",\n          \"isConstructor\": \"<boolean>\",\n          \"isFinal\": \"<boolean>\",\n          \"isHideBySig\": \"<boolean>\",\n          \"isSpecialName\": \"<boolean>\",\n          \"isStatic\": \"<boolean>\",\n          \"isVirtual\": \"<boolean>\",\n          \"isAssembly\": \"<boolean>\",\n          \"isFamily\": \"<boolean>\",\n          \"isFamilyAndAssembly\": \"<boolean>\",\n          \"isFamilyOrAssembly\": \"<boolean>\",\n          \"isPrivate\": \"<boolean>\",\n          \"isPublic\": \"<boolean>\",\n          \"isConstructedGenericMethod\": \"<boolean>\",\n          \"isGenericMethod\": \"<boolean>\",\n          \"isGenericMethodDefinition\": \"<boolean>\",\n          \"containsGenericParameters\": \"<boolean>\",\n          \"methodHandle\": {\n            \"value\": {}\n          },\n          \"isSecurityCritical\": \"<boolean>\",\n          \"isSecuritySafeCritical\": \"<boolean>\",\n          \"isSecurityTransparent\": \"<boolean>\",\n          \"memberType\": 191\n        },\n        \"typeHandle\": {\n          \"value\": {}\n        },\n        \"guid\": \"<uuid>\",\n        \"baseType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"isSerializable\": \"<boolean>\",\n        \"containsGenericParameters\": \"<boolean>\",\n        \"isVisible\": \"<boolean>\"\n      },\n      \"reflectedType\": {\n        \"name\": \"<string>\",\n        \"customAttributes\": [\n          {\n            \"attributeType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"constructor\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"assembly\": {\n                  \"definedTypes\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"isInterface\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"namespace\": \"<string>\",\n                      \"assemblyQualifiedName\": \"<string>\",\n                      \"fullName\": \"<string>\",\n                      \"assembly\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"isNested\": \"<boolean>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"declaringMethod\": {\n                        \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"underlyingSystemType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isTypeDefinition\": \"<boolean>\",\n                      \"isArray\": \"<boolean>\",\n                      \"isByRef\": \"<boolean>\",\n                      \"isPointer\": \"<boolean>\",\n                      \"isConstructedGenericType\": \"<boolean>\",\n                      \"isGenericParameter\": \"<boolean>\",\n                      \"isGenericTypeParameter\": \"<boolean>\",\n                      \"isGenericMethodParameter\": \"<boolean>\",\n                      \"isGenericType\": \"<boolean>\",\n                      \"isGenericTypeDefinition\": \"<boolean>\",\n                      \"isSZArray\": \"<boolean>\",\n                      \"isVariableBoundArray\": \"<boolean>\",\n                      \"isByRefLike\": \"<boolean>\",\n                      \"hasElementType\": \"<boolean>\",\n                      \"genericTypeArguments\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"genericParameterPosition\": \"<integer>\",\n                      \"genericParameterAttributes\": 4,\n                      \"attributes\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isImport\": \"<boolean>\",\n                      \"isSealed\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isClass\": \"<boolean>\",\n                      \"isNestedAssembly\": \"<boolean>\",\n                      \"isNestedFamANDAssem\": \"<boolean>\",\n                      \"isNestedFamily\": \"<boolean>\",\n                      \"isNestedFamORAssem\": \"<boolean>\",\n                      \"isNestedPrivate\": \"<boolean>\",\n                      \"isNestedPublic\": \"<boolean>\",\n                      \"isNotPublic\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isAutoLayout\": \"<boolean>\",\n                      \"isExplicitLayout\": \"<boolean>\",\n                      \"isLayoutSequential\": \"<boolean>\",\n                      \"isAnsiClass\": \"<boolean>\",\n                      \"isAutoClass\": \"<boolean>\",\n                      \"isUnicodeClass\": \"<boolean>\",\n                      \"isCOMObject\": \"<boolean>\",\n                      \"isContextful\": \"<boolean>\",\n                      \"isEnum\": \"<boolean>\",\n                      \"isMarshalByRef\": \"<boolean>\",\n                      \"isPrimitive\": \"<boolean>\",\n                      \"isValueType\": \"<boolean>\",\n                      \"isSignatureType\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"structLayoutAttribute\": {\n                        \"typeId\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"value\": 0\n                      },\n                      \"typeInitializer\": {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      },\n                      \"typeHandle\": {\n                        \"value\": {}\n                      },\n                      \"guid\": \"<uuid>\",\n                      \"baseType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isSerializable\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"isVisible\": \"<boolean>\",\n                      \"genericTypeParameters\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"declaredConstructors\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        }\n                      ],\n                      \"declaredEvents\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 2,\n                          \"attributes\": 0,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"addMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 512,\n                            \"methodImplementationFlags\": 64,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 191,\n                            \"returnParameter\": {\n                              \"attributes\": 61440,\n                              \"member\": {\n                                \"memberType\": 191,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"removeMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 5,\n                            \"methodImplementationFlags\": 8,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 4,\n                            \"returnParameter\": {\n                              \"attributes\": 4,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"raiseMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 64,\n                            \"methodImplementationFlags\": 16,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 191,\n                            \"returnParameter\": {\n                              \"attributes\": 2,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"isMulticast\": \"<boolean>\",\n                          \"eventHandlerType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        }\n                      ],\n                      \"declaredFields\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 16,\n                          \"attributes\": 4096,\n                          \"fieldType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isInitOnly\": \"<boolean>\",\n                          \"isLiteral\": \"<boolean>\",\n                          \"isNotSerialized\": \"<boolean>\",\n                          \"isPinvokeImpl\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"fieldHandle\": {\n                            \"value\": {}\n                          }\n                        }\n                      ],\n                      \"declaredMembers\": [\n                        {\n                          \"memberType\": 32,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        }\n                      ],\n                      \"declaredMethods\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 8192,\n                          \"methodImplementationFlags\": 3,\n                          \"callingConvention\": 2,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 1,\n                          \"returnParameter\": {\n                            \"attributes\": 32768,\n                            \"member\": {\n                              \"memberType\": 8,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      ],\n                      \"declaredNestedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                        }\n                      ],\n                      \"declaredProperties\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 191,\n                          \"propertyType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"attributes\": 0,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"canRead\": \"<boolean>\",\n                          \"canWrite\": \"<boolean>\",\n                          \"getMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 4,\n                            \"methodImplementationFlags\": 1,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 64,\n                            \"returnParameter\": {\n                              \"attributes\": 16384,\n                              \"member\": {\n                                \"memberType\": 1,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"setMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 16,\n                            \"methodImplementationFlags\": 512,\n                            \"callingConvention\": 1,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 16,\n                            \"returnParameter\": {\n                              \"attributes\": 4,\n                              \"member\": {\n                                \"memberType\": 32,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        }\n                      ],\n                      \"implementedInterfaces\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ]\n                    }\n                  ],\n                  \"exportedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"codeBase\": \"<string>\",\n                  \"entryPoint\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 7,\n                    \"methodImplementationFlags\": 65535,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 16,\n                    \"returnParameter\": {\n                      \"attributes\": 8192,\n                      \"member\": {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"fullName\": \"<string>\",\n                  \"imageRuntimeVersion\": \"<string>\",\n                  \"isDynamic\": \"<boolean>\",\n                  \"location\": \"<string>\",\n                  \"reflectionOnly\": \"<boolean>\",\n                  \"isCollectible\": \"<boolean>\",\n                  \"isFullyTrusted\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"escapedCodeBase\": \"<string>\",\n                  \"manifestModule\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"modules\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    }\n                  ],\n                  \"globalAssemblyCache\": \"<boolean>\",\n                  \"hostContext\": \"<long>\",\n                  \"securityRuleSet\": 0\n                },\n                \"fullyQualifiedName\": \"<string>\",\n                \"name\": \"<string>\",\n                \"mdStreamVersion\": \"<integer>\",\n                \"moduleVersionId\": \"<uuid>\",\n                \"scopeName\": \"<string>\",\n                \"moduleHandle\": {\n                  \"mdStreamVersion\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 4,\n              \"methodImplementationFlags\": 512,\n              \"callingConvention\": 64,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 8\n            },\n            \"constructorArguments\": [\n              {\n                \"argumentType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"value\": {\n                  \"nullable\": true\n                }\n              }\n            ],\n            \"namedArguments\": [\n              {\n                \"memberInfo\": {\n                  \"memberType\": 1,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"typedValue\": {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                },\n                \"memberName\": \"<string>\",\n                \"isField\": \"<boolean>\"\n              }\n            ]\n          }\n        ],\n        \"isCollectible\": \"<boolean>\",\n        \"metadataToken\": \"<integer>\",\n        \"isInterface\": \"<boolean>\",\n        \"memberType\": 8,\n        \"namespace\": \"<string>\",\n        \"assemblyQualifiedName\": \"<string>\",\n        \"fullName\": \"<string>\",\n        \"assembly\": {\n          \"definedTypes\": [\n            {\n              \"name\": \"<string>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"isInterface\": \"<boolean>\",\n              \"memberType\": 4,\n              \"namespace\": \"<string>\",\n              \"assemblyQualifiedName\": \"<string>\",\n              \"fullName\": \"<string>\",\n              \"assembly\": {\n                \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"isNested\": \"<boolean>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"declaringMethod\": {\n                \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"underlyingSystemType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isTypeDefinition\": \"<boolean>\",\n              \"isArray\": \"<boolean>\",\n              \"isByRef\": \"<boolean>\",\n              \"isPointer\": \"<boolean>\",\n              \"isConstructedGenericType\": \"<boolean>\",\n              \"isGenericParameter\": \"<boolean>\",\n              \"isGenericTypeParameter\": \"<boolean>\",\n              \"isGenericMethodParameter\": \"<boolean>\",\n              \"isGenericType\": \"<boolean>\",\n              \"isGenericTypeDefinition\": \"<boolean>\",\n              \"isSZArray\": \"<boolean>\",\n              \"isVariableBoundArray\": \"<boolean>\",\n              \"isByRefLike\": \"<boolean>\",\n              \"hasElementType\": \"<boolean>\",\n              \"genericTypeArguments\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"genericParameterPosition\": \"<integer>\",\n              \"genericParameterAttributes\": 2,\n              \"attributes\": 262144,\n              \"isAbstract\": \"<boolean>\",\n              \"isImport\": \"<boolean>\",\n              \"isSealed\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isClass\": \"<boolean>\",\n              \"isNestedAssembly\": \"<boolean>\",\n              \"isNestedFamANDAssem\": \"<boolean>\",\n              \"isNestedFamily\": \"<boolean>\",\n              \"isNestedFamORAssem\": \"<boolean>\",\n              \"isNestedPrivate\": \"<boolean>\",\n              \"isNestedPublic\": \"<boolean>\",\n              \"isNotPublic\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isAutoLayout\": \"<boolean>\",\n              \"isExplicitLayout\": \"<boolean>\",\n              \"isLayoutSequential\": \"<boolean>\",\n              \"isAnsiClass\": \"<boolean>\",\n              \"isAutoClass\": \"<boolean>\",\n              \"isUnicodeClass\": \"<boolean>\",\n              \"isCOMObject\": \"<boolean>\",\n              \"isContextful\": \"<boolean>\",\n              \"isEnum\": \"<boolean>\",\n              \"isMarshalByRef\": \"<boolean>\",\n              \"isPrimitive\": \"<boolean>\",\n              \"isValueType\": \"<boolean>\",\n              \"isSignatureType\": \"<boolean>\",\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"structLayoutAttribute\": {\n                \"typeId\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"value\": 0\n              },\n              \"typeInitializer\": {\n                \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n              },\n              \"typeHandle\": {\n                \"value\": {}\n              },\n              \"guid\": \"<uuid>\",\n              \"baseType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isSerializable\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"isVisible\": \"<boolean>\",\n              \"genericTypeParameters\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"declaredConstructors\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                }\n              ],\n              \"declaredEvents\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 16,\n                  \"attributes\": 512,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"addMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 4,\n                    \"methodImplementationFlags\": 256,\n                    \"callingConvention\": 2,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 128,\n                    \"returnParameter\": {\n                      \"attributes\": 16,\n                      \"member\": {\n                        \"memberType\": 4,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"removeMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 53248,\n                    \"methodImplementationFlags\": 32,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 32,\n                    \"returnParameter\": {\n                      \"attributes\": 0,\n                      \"member\": {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"raiseMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 1,\n                    \"methodImplementationFlags\": 128,\n                    \"callingConvention\": 1,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 1,\n                    \"returnParameter\": {\n                      \"attributes\": 2,\n                      \"member\": {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"isMulticast\": \"<boolean>\",\n                  \"eventHandlerType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                }\n              ],\n              \"declaredFields\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 191,\n                  \"attributes\": 4,\n                  \"fieldType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isInitOnly\": \"<boolean>\",\n                  \"isLiteral\": \"<boolean>\",\n                  \"isNotSerialized\": \"<boolean>\",\n                  \"isPinvokeImpl\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"fieldHandle\": {\n                    \"value\": {}\n                  }\n                }\n              ],\n              \"declaredMembers\": [\n                {\n                  \"memberType\": 2,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                }\n              ],\n              \"declaredMethods\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 6,\n                  \"methodImplementationFlags\": 4,\n                  \"callingConvention\": 3,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 128,\n                  \"returnParameter\": {\n                    \"attributes\": 16,\n                    \"member\": {\n                      \"memberType\": 1,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                }\n              ],\n              \"declaredNestedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                }\n              ],\n              \"declaredProperties\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 2,\n                  \"propertyType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"attributes\": 8192,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"canRead\": \"<boolean>\",\n                  \"canWrite\": \"<boolean>\",\n                  \"getMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 2048,\n                    \"methodImplementationFlags\": 65535,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 1,\n                    \"returnParameter\": {\n                      \"attributes\": 1,\n                      \"member\": {\n                        \"memberType\": 32,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"setMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 2,\n                    \"methodImplementationFlags\": 2,\n                    \"callingConvention\": 1,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 16,\n                    \"returnParameter\": {\n                      \"attributes\": 32768,\n                      \"member\": {\n                        \"memberType\": 8,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                }\n              ],\n              \"implementedInterfaces\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ]\n            }\n          ],\n          \"exportedTypes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            }\n          ],\n          \"codeBase\": \"<string>\",\n          \"entryPoint\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 8192,\n            \"methodImplementationFlags\": 32,\n            \"callingConvention\": 2,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 32,\n            \"returnParameter\": {\n              \"attributes\": 32768,\n              \"member\": {\n                \"memberType\": 4,\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"name\": \"<string>\",\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\"\n              },\n              \"name\": \"<string>\",\n              \"parameterType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"position\": \"<integer>\",\n              \"isIn\": \"<boolean>\",\n              \"isLcid\": \"<boolean>\",\n              \"isOptional\": \"<boolean>\",\n              \"isOut\": \"<boolean>\",\n              \"isRetval\": \"<boolean>\",\n              \"defaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"rawDefaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"hasDefaultValue\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"returnType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"returnTypeCustomAttributes\": {}\n          },\n          \"fullName\": \"<string>\",\n          \"imageRuntimeVersion\": \"<string>\",\n          \"isDynamic\": \"<boolean>\",\n          \"location\": \"<string>\",\n          \"reflectionOnly\": \"<boolean>\",\n          \"isCollectible\": \"<boolean>\",\n          \"isFullyTrusted\": \"<boolean>\",\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"escapedCodeBase\": \"<string>\",\n          \"manifestModule\": {\n            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n          },\n          \"modules\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            }\n          ],\n          \"globalAssemblyCache\": \"<boolean>\",\n          \"hostContext\": \"<long>\",\n          \"securityRuleSet\": 2\n        },\n        \"module\": {\n          \"assembly\": {\n            \"definedTypes\": [\n              {\n                \"name\": \"<string>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"isInterface\": \"<boolean>\",\n                \"memberType\": 128,\n                \"namespace\": \"<string>\",\n                \"assemblyQualifiedName\": \"<string>\",\n                \"fullName\": \"<string>\",\n                \"assembly\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"isNested\": \"<boolean>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"declaringMethod\": {\n                  \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"underlyingSystemType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isTypeDefinition\": \"<boolean>\",\n                \"isArray\": \"<boolean>\",\n                \"isByRef\": \"<boolean>\",\n                \"isPointer\": \"<boolean>\",\n                \"isConstructedGenericType\": \"<boolean>\",\n                \"isGenericParameter\": \"<boolean>\",\n                \"isGenericTypeParameter\": \"<boolean>\",\n                \"isGenericMethodParameter\": \"<boolean>\",\n                \"isGenericType\": \"<boolean>\",\n                \"isGenericTypeDefinition\": \"<boolean>\",\n                \"isSZArray\": \"<boolean>\",\n                \"isVariableBoundArray\": \"<boolean>\",\n                \"isByRefLike\": \"<boolean>\",\n                \"hasElementType\": \"<boolean>\",\n                \"genericTypeArguments\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"genericParameterPosition\": \"<integer>\",\n                \"genericParameterAttributes\": 2,\n                \"attributes\": 3,\n                \"isAbstract\": \"<boolean>\",\n                \"isImport\": \"<boolean>\",\n                \"isSealed\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isClass\": \"<boolean>\",\n                \"isNestedAssembly\": \"<boolean>\",\n                \"isNestedFamANDAssem\": \"<boolean>\",\n                \"isNestedFamily\": \"<boolean>\",\n                \"isNestedFamORAssem\": \"<boolean>\",\n                \"isNestedPrivate\": \"<boolean>\",\n                \"isNestedPublic\": \"<boolean>\",\n                \"isNotPublic\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isAutoLayout\": \"<boolean>\",\n                \"isExplicitLayout\": \"<boolean>\",\n                \"isLayoutSequential\": \"<boolean>\",\n                \"isAnsiClass\": \"<boolean>\",\n                \"isAutoClass\": \"<boolean>\",\n                \"isUnicodeClass\": \"<boolean>\",\n                \"isCOMObject\": \"<boolean>\",\n                \"isContextful\": \"<boolean>\",\n                \"isEnum\": \"<boolean>\",\n                \"isMarshalByRef\": \"<boolean>\",\n                \"isPrimitive\": \"<boolean>\",\n                \"isValueType\": \"<boolean>\",\n                \"isSignatureType\": \"<boolean>\",\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"structLayoutAttribute\": {\n                  \"typeId\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"value\": 2\n                },\n                \"typeInitializer\": {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                },\n                \"typeHandle\": {\n                  \"value\": {}\n                },\n                \"guid\": \"<uuid>\",\n                \"baseType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isSerializable\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"isVisible\": \"<boolean>\",\n                \"genericTypeParameters\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"declaredConstructors\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  }\n                ],\n                \"declaredEvents\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 16,\n                    \"attributes\": 512,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"addMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 1024,\n                      \"methodImplementationFlags\": 0,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 4,\n                      \"returnParameter\": {\n                        \"attributes\": 16384,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"removeMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 256,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 128,\n                      \"returnParameter\": {\n                        \"attributes\": 1,\n                        \"member\": {\n                          \"memberType\": 128,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"raiseMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 1,\n                      \"methodImplementationFlags\": 64,\n                      \"callingConvention\": 1,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 128,\n                      \"returnParameter\": {\n                        \"attributes\": 8,\n                        \"member\": {\n                          \"memberType\": 4,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"isMulticast\": \"<boolean>\",\n                    \"eventHandlerType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  }\n                ],\n                \"declaredFields\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 128,\n                    \"attributes\": 7,\n                    \"fieldType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isInitOnly\": \"<boolean>\",\n                    \"isLiteral\": \"<boolean>\",\n                    \"isNotSerialized\": \"<boolean>\",\n                    \"isPinvokeImpl\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"fieldHandle\": {\n                      \"value\": {}\n                    }\n                  }\n                ],\n                \"declaredMembers\": [\n                  {\n                    \"memberType\": 8,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  }\n                ],\n                \"declaredMethods\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 256,\n                    \"methodImplementationFlags\": 128,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 4,\n                    \"returnParameter\": {\n                      \"attributes\": 8,\n                      \"member\": {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                ],\n                \"declaredNestedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                  }\n                ],\n                \"declaredProperties\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 32,\n                    \"propertyType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"attributes\": 8192,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"canRead\": \"<boolean>\",\n                    \"canWrite\": \"<boolean>\",\n                    \"getMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 64,\n                      \"methodImplementationFlags\": 64,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 4,\n                      \"returnParameter\": {\n                        \"attributes\": 2,\n                        \"member\": {\n                          \"memberType\": 16,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"setMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 8192,\n                      \"methodImplementationFlags\": 128,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 1,\n                      \"returnParameter\": {\n                        \"attributes\": 8,\n                        \"member\": {\n                          \"memberType\": 8,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  }\n                ],\n                \"implementedInterfaces\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ]\n              }\n            ],\n            \"exportedTypes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"codeBase\": \"<string>\",\n            \"entryPoint\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 1,\n              \"methodImplementationFlags\": 1,\n              \"callingConvention\": 64,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 32,\n              \"returnParameter\": {\n                \"attributes\": 8,\n                \"member\": {\n                  \"memberType\": 128,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"name\": \"<string>\",\n                \"parameterType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"position\": \"<integer>\",\n                \"isIn\": \"<boolean>\",\n                \"isLcid\": \"<boolean>\",\n                \"isOptional\": \"<boolean>\",\n                \"isOut\": \"<boolean>\",\n                \"isRetval\": \"<boolean>\",\n                \"defaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"rawDefaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"hasDefaultValue\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"returnType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"returnTypeCustomAttributes\": {}\n            },\n            \"fullName\": \"<string>\",\n            \"imageRuntimeVersion\": \"<string>\",\n            \"isDynamic\": \"<boolean>\",\n            \"location\": \"<string>\",\n            \"reflectionOnly\": \"<boolean>\",\n            \"isCollectible\": \"<boolean>\",\n            \"isFullyTrusted\": \"<boolean>\",\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"escapedCodeBase\": \"<string>\",\n            \"manifestModule\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"modules\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              }\n            ],\n            \"globalAssemblyCache\": \"<boolean>\",\n            \"hostContext\": \"<long>\",\n            \"securityRuleSet\": 0\n          },\n          \"fullyQualifiedName\": \"<string>\",\n          \"name\": \"<string>\",\n          \"mdStreamVersion\": \"<integer>\",\n          \"moduleVersionId\": \"<uuid>\",\n          \"scopeName\": \"<string>\",\n          \"moduleHandle\": {\n            \"mdStreamVersion\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"metadataToken\": \"<integer>\"\n        },\n        \"isNested\": \"<boolean>\",\n        \"declaringType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"declaringMethod\": {\n          \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n        },\n        \"reflectedType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"underlyingSystemType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"isTypeDefinition\": \"<boolean>\",\n        \"isArray\": \"<boolean>\",\n        \"isByRef\": \"<boolean>\",\n        \"isPointer\": \"<boolean>\",\n        \"isConstructedGenericType\": \"<boolean>\",\n        \"isGenericParameter\": \"<boolean>\",\n        \"isGenericTypeParameter\": \"<boolean>\",\n        \"isGenericMethodParameter\": \"<boolean>\",\n        \"isGenericType\": \"<boolean>\",\n        \"isGenericTypeDefinition\": \"<boolean>\",\n        \"isSZArray\": \"<boolean>\",\n        \"isVariableBoundArray\": \"<boolean>\",\n        \"isByRefLike\": \"<boolean>\",\n        \"hasElementType\": \"<boolean>\",\n        \"genericTypeArguments\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          }\n        ],\n        \"genericParameterPosition\": \"<integer>\",\n        \"genericParameterAttributes\": 8,\n        \"attributes\": 7,\n        \"isAbstract\": \"<boolean>\",\n        \"isImport\": \"<boolean>\",\n        \"isSealed\": \"<boolean>\",\n        \"isSpecialName\": \"<boolean>\",\n        \"isClass\": \"<boolean>\",\n        \"isNestedAssembly\": \"<boolean>\",\n        \"isNestedFamANDAssem\": \"<boolean>\",\n        \"isNestedFamily\": \"<boolean>\",\n        \"isNestedFamORAssem\": \"<boolean>\",\n        \"isNestedPrivate\": \"<boolean>\",\n        \"isNestedPublic\": \"<boolean>\",\n        \"isNotPublic\": \"<boolean>\",\n        \"isPublic\": \"<boolean>\",\n        \"isAutoLayout\": \"<boolean>\",\n        \"isExplicitLayout\": \"<boolean>\",\n        \"isLayoutSequential\": \"<boolean>\",\n        \"isAnsiClass\": \"<boolean>\",\n        \"isAutoClass\": \"<boolean>\",\n        \"isUnicodeClass\": \"<boolean>\",\n        \"isCOMObject\": \"<boolean>\",\n        \"isContextful\": \"<boolean>\",\n        \"isEnum\": \"<boolean>\",\n        \"isMarshalByRef\": \"<boolean>\",\n        \"isPrimitive\": \"<boolean>\",\n        \"isValueType\": \"<boolean>\",\n        \"isSignatureType\": \"<boolean>\",\n        \"isSecurityCritical\": \"<boolean>\",\n        \"isSecuritySafeCritical\": \"<boolean>\",\n        \"isSecurityTransparent\": \"<boolean>\",\n        \"structLayoutAttribute\": {\n          \"typeId\": {\n            \"nullable\": true,\n            \"readOnly\": true\n          },\n          \"value\": 3\n        },\n        \"typeInitializer\": {\n          \"name\": \"<string>\",\n          \"declaringType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"reflectedType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"module\": {\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 64,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 2,\n                  \"attributes\": 1024,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 0\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 191,\n                      \"attributes\": 1024,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 1024,\n                        \"methodImplementationFlags\": 32,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 1,\n                          \"member\": {\n                            \"memberType\": 16,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 0,\n                        \"methodImplementationFlags\": 256,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 128,\n                        \"returnParameter\": {\n                          \"attributes\": 2,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 3,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 64,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 4,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 2,\n                      \"attributes\": 64,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 1,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 7,\n                      \"methodImplementationFlags\": 64,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 32,\n                      \"returnParameter\": {\n                        \"attributes\": 4096,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 8,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 512,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 16384,\n                        \"methodImplementationFlags\": 16,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 16,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 2048,\n                        \"methodImplementationFlags\": 256,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 128,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 191,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 128,\n                \"methodImplementationFlags\": 128,\n                \"callingConvention\": 32,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 1,\n                \"returnParameter\": {\n                  \"attributes\": 16,\n                  \"member\": {\n                    \"memberType\": 128,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 0\n            },\n            \"fullyQualifiedName\": \"<string>\",\n            \"name\": \"<string>\",\n            \"mdStreamVersion\": \"<integer>\",\n            \"moduleVersionId\": \"<uuid>\",\n            \"scopeName\": \"<string>\",\n            \"moduleHandle\": {\n              \"mdStreamVersion\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"metadataToken\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"isCollectible\": \"<boolean>\",\n          \"metadataToken\": \"<integer>\",\n          \"attributes\": 2,\n          \"methodImplementationFlags\": 4,\n          \"callingConvention\": 3,\n          \"isAbstract\": \"<boolean>\",\n          \"isConstructor\": \"<boolean>\",\n          \"isFinal\": \"<boolean>\",\n          \"isHideBySig\": \"<boolean>\",\n          \"isSpecialName\": \"<boolean>\",\n          \"isStatic\": \"<boolean>\",\n          \"isVirtual\": \"<boolean>\",\n          \"isAssembly\": \"<boolean>\",\n          \"isFamily\": \"<boolean>\",\n          \"isFamilyAndAssembly\": \"<boolean>\",\n          \"isFamilyOrAssembly\": \"<boolean>\",\n          \"isPrivate\": \"<boolean>\",\n          \"isPublic\": \"<boolean>\",\n          \"isConstructedGenericMethod\": \"<boolean>\",\n          \"isGenericMethod\": \"<boolean>\",\n          \"isGenericMethodDefinition\": \"<boolean>\",\n          \"containsGenericParameters\": \"<boolean>\",\n          \"methodHandle\": {\n            \"value\": {}\n          },\n          \"isSecurityCritical\": \"<boolean>\",\n          \"isSecuritySafeCritical\": \"<boolean>\",\n          \"isSecurityTransparent\": \"<boolean>\",\n          \"memberType\": 128\n        },\n        \"typeHandle\": {\n          \"value\": {}\n        },\n        \"guid\": \"<uuid>\",\n        \"baseType\": {\n          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n        },\n        \"isSerializable\": \"<boolean>\",\n        \"containsGenericParameters\": \"<boolean>\",\n        \"isVisible\": \"<boolean>\"\n      },\n      \"module\": {\n        \"assembly\": {\n          \"definedTypes\": [\n            {\n              \"name\": \"<string>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"isInterface\": \"<boolean>\",\n              \"memberType\": 16,\n              \"namespace\": \"<string>\",\n              \"assemblyQualifiedName\": \"<string>\",\n              \"fullName\": \"<string>\",\n              \"assembly\": {\n                \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"isNested\": \"<boolean>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"declaringMethod\": {\n                \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"underlyingSystemType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isTypeDefinition\": \"<boolean>\",\n              \"isArray\": \"<boolean>\",\n              \"isByRef\": \"<boolean>\",\n              \"isPointer\": \"<boolean>\",\n              \"isConstructedGenericType\": \"<boolean>\",\n              \"isGenericParameter\": \"<boolean>\",\n              \"isGenericTypeParameter\": \"<boolean>\",\n              \"isGenericMethodParameter\": \"<boolean>\",\n              \"isGenericType\": \"<boolean>\",\n              \"isGenericTypeDefinition\": \"<boolean>\",\n              \"isSZArray\": \"<boolean>\",\n              \"isVariableBoundArray\": \"<boolean>\",\n              \"isByRefLike\": \"<boolean>\",\n              \"hasElementType\": \"<boolean>\",\n              \"genericTypeArguments\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"genericParameterPosition\": \"<integer>\",\n              \"genericParameterAttributes\": 8,\n              \"attributes\": 131072,\n              \"isAbstract\": \"<boolean>\",\n              \"isImport\": \"<boolean>\",\n              \"isSealed\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isClass\": \"<boolean>\",\n              \"isNestedAssembly\": \"<boolean>\",\n              \"isNestedFamANDAssem\": \"<boolean>\",\n              \"isNestedFamily\": \"<boolean>\",\n              \"isNestedFamORAssem\": \"<boolean>\",\n              \"isNestedPrivate\": \"<boolean>\",\n              \"isNestedPublic\": \"<boolean>\",\n              \"isNotPublic\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isAutoLayout\": \"<boolean>\",\n              \"isExplicitLayout\": \"<boolean>\",\n              \"isLayoutSequential\": \"<boolean>\",\n              \"isAnsiClass\": \"<boolean>\",\n              \"isAutoClass\": \"<boolean>\",\n              \"isUnicodeClass\": \"<boolean>\",\n              \"isCOMObject\": \"<boolean>\",\n              \"isContextful\": \"<boolean>\",\n              \"isEnum\": \"<boolean>\",\n              \"isMarshalByRef\": \"<boolean>\",\n              \"isPrimitive\": \"<boolean>\",\n              \"isValueType\": \"<boolean>\",\n              \"isSignatureType\": \"<boolean>\",\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"structLayoutAttribute\": {\n                \"typeId\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"value\": 0\n              },\n              \"typeInitializer\": {\n                \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n              },\n              \"typeHandle\": {\n                \"value\": {}\n              },\n              \"guid\": \"<uuid>\",\n              \"baseType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"isSerializable\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"isVisible\": \"<boolean>\",\n              \"genericTypeParameters\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"declaredConstructors\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                }\n              ],\n              \"declaredEvents\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 4,\n                  \"attributes\": 0,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"addMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 2,\n                    \"methodImplementationFlags\": 256,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 4,\n                    \"returnParameter\": {\n                      \"attributes\": 61440,\n                      \"member\": {\n                        \"memberType\": 32,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"removeMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 7,\n                    \"methodImplementationFlags\": 65535,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 1,\n                    \"returnParameter\": {\n                      \"attributes\": 32768,\n                      \"member\": {\n                        \"memberType\": 191,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"raiseMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 2,\n                    \"methodImplementationFlags\": 0,\n                    \"callingConvention\": 1,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 4,\n                    \"returnParameter\": {\n                      \"attributes\": 8192,\n                      \"member\": {\n                        \"memberType\": 191,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"isMulticast\": \"<boolean>\",\n                  \"eventHandlerType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                }\n              ],\n              \"declaredFields\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 4,\n                  \"attributes\": 8192,\n                  \"fieldType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isInitOnly\": \"<boolean>\",\n                  \"isLiteral\": \"<boolean>\",\n                  \"isNotSerialized\": \"<boolean>\",\n                  \"isPinvokeImpl\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"fieldHandle\": {\n                    \"value\": {}\n                  }\n                }\n              ],\n              \"declaredMembers\": [\n                {\n                  \"memberType\": 2,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                }\n              ],\n              \"declaredMethods\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 1024,\n                  \"methodImplementationFlags\": 64,\n                  \"callingConvention\": 3,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 191,\n                  \"returnParameter\": {\n                    \"attributes\": 32768,\n                    \"member\": {\n                      \"memberType\": 64,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                }\n              ],\n              \"declaredNestedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                }\n              ],\n              \"declaredProperties\": [\n                {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"memberType\": 2,\n                  \"propertyType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"attributes\": 0,\n                  \"isSpecialName\": \"<boolean>\",\n                  \"canRead\": \"<boolean>\",\n                  \"canWrite\": \"<boolean>\",\n                  \"getMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 16384,\n                    \"methodImplementationFlags\": 16,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 64,\n                    \"returnParameter\": {\n                      \"attributes\": 16384,\n                      \"member\": {\n                        \"memberType\": 8,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"setMethod\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 32768,\n                    \"methodImplementationFlags\": 8,\n                    \"callingConvention\": 3,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 8,\n                    \"returnParameter\": {\n                      \"attributes\": 16384,\n                      \"member\": {\n                        \"memberType\": 8,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                }\n              ],\n              \"implementedInterfaces\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ]\n            }\n          ],\n          \"exportedTypes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            }\n          ],\n          \"codeBase\": \"<string>\",\n          \"entryPoint\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 1024,\n            \"methodImplementationFlags\": 32,\n            \"callingConvention\": 3,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 64,\n            \"returnParameter\": {\n              \"attributes\": 61440,\n              \"member\": {\n                \"memberType\": 128,\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"name\": \"<string>\",\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\"\n              },\n              \"name\": \"<string>\",\n              \"parameterType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"position\": \"<integer>\",\n              \"isIn\": \"<boolean>\",\n              \"isLcid\": \"<boolean>\",\n              \"isOptional\": \"<boolean>\",\n              \"isOut\": \"<boolean>\",\n              \"isRetval\": \"<boolean>\",\n              \"defaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"rawDefaultValue\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"hasDefaultValue\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"returnType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"returnTypeCustomAttributes\": {}\n          },\n          \"fullName\": \"<string>\",\n          \"imageRuntimeVersion\": \"<string>\",\n          \"isDynamic\": \"<boolean>\",\n          \"location\": \"<string>\",\n          \"reflectionOnly\": \"<boolean>\",\n          \"isCollectible\": \"<boolean>\",\n          \"isFullyTrusted\": \"<boolean>\",\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"escapedCodeBase\": \"<string>\",\n          \"manifestModule\": {\n            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n          },\n          \"modules\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            }\n          ],\n          \"globalAssemblyCache\": \"<boolean>\",\n          \"hostContext\": \"<long>\",\n          \"securityRuleSet\": 1\n        },\n        \"fullyQualifiedName\": \"<string>\",\n        \"name\": \"<string>\",\n        \"mdStreamVersion\": \"<integer>\",\n        \"moduleVersionId\": \"<uuid>\",\n        \"scopeName\": \"<string>\",\n        \"moduleHandle\": {\n          \"mdStreamVersion\": \"<integer>\"\n        },\n        \"customAttributes\": [\n          {\n            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n          }\n        ],\n        \"metadataToken\": \"<integer>\"\n      },\n      \"customAttributes\": [\n        {\n          \"attributeType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"constructor\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"assembly\": {\n                \"definedTypes\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"isInterface\": \"<boolean>\",\n                    \"memberType\": 16,\n                    \"namespace\": \"<string>\",\n                    \"assemblyQualifiedName\": \"<string>\",\n                    \"fullName\": \"<string>\",\n                    \"assembly\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"isNested\": \"<boolean>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"declaringMethod\": {\n                      \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"underlyingSystemType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isTypeDefinition\": \"<boolean>\",\n                    \"isArray\": \"<boolean>\",\n                    \"isByRef\": \"<boolean>\",\n                    \"isPointer\": \"<boolean>\",\n                    \"isConstructedGenericType\": \"<boolean>\",\n                    \"isGenericParameter\": \"<boolean>\",\n                    \"isGenericTypeParameter\": \"<boolean>\",\n                    \"isGenericMethodParameter\": \"<boolean>\",\n                    \"isGenericType\": \"<boolean>\",\n                    \"isGenericTypeDefinition\": \"<boolean>\",\n                    \"isSZArray\": \"<boolean>\",\n                    \"isVariableBoundArray\": \"<boolean>\",\n                    \"isByRefLike\": \"<boolean>\",\n                    \"hasElementType\": \"<boolean>\",\n                    \"genericTypeArguments\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"genericParameterPosition\": \"<integer>\",\n                    \"genericParameterAttributes\": 16,\n                    \"attributes\": 1048576,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isImport\": \"<boolean>\",\n                    \"isSealed\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isClass\": \"<boolean>\",\n                    \"isNestedAssembly\": \"<boolean>\",\n                    \"isNestedFamANDAssem\": \"<boolean>\",\n                    \"isNestedFamily\": \"<boolean>\",\n                    \"isNestedFamORAssem\": \"<boolean>\",\n                    \"isNestedPrivate\": \"<boolean>\",\n                    \"isNestedPublic\": \"<boolean>\",\n                    \"isNotPublic\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isAutoLayout\": \"<boolean>\",\n                    \"isExplicitLayout\": \"<boolean>\",\n                    \"isLayoutSequential\": \"<boolean>\",\n                    \"isAnsiClass\": \"<boolean>\",\n                    \"isAutoClass\": \"<boolean>\",\n                    \"isUnicodeClass\": \"<boolean>\",\n                    \"isCOMObject\": \"<boolean>\",\n                    \"isContextful\": \"<boolean>\",\n                    \"isEnum\": \"<boolean>\",\n                    \"isMarshalByRef\": \"<boolean>\",\n                    \"isPrimitive\": \"<boolean>\",\n                    \"isValueType\": \"<boolean>\",\n                    \"isSignatureType\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"structLayoutAttribute\": {\n                      \"typeId\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"value\": 3\n                    },\n                    \"typeInitializer\": {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    },\n                    \"typeHandle\": {\n                      \"value\": {}\n                    },\n                    \"guid\": \"<uuid>\",\n                    \"baseType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isSerializable\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"isVisible\": \"<boolean>\",\n                    \"genericTypeParameters\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"declaredConstructors\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      }\n                    ],\n                    \"declaredEvents\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 2,\n                        \"attributes\": 1024,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"addMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 5,\n                          \"methodImplementationFlags\": 4096,\n                          \"callingConvention\": 2,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 1,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 2,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"removeMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 256,\n                          \"methodImplementationFlags\": 2,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 4,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"raiseMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 32768,\n                          \"methodImplementationFlags\": 4096,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 191,\n                          \"returnParameter\": {\n                            \"attributes\": 4,\n                            \"member\": {\n                              \"memberType\": 1,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"isMulticast\": \"<boolean>\",\n                        \"eventHandlerType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      }\n                    ],\n                    \"declaredFields\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 8,\n                        \"attributes\": 5,\n                        \"fieldType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isInitOnly\": \"<boolean>\",\n                        \"isLiteral\": \"<boolean>\",\n                        \"isNotSerialized\": \"<boolean>\",\n                        \"isPinvokeImpl\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"fieldHandle\": {\n                          \"value\": {}\n                        }\n                      }\n                    ],\n                    \"declaredMembers\": [\n                      {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      }\n                    ],\n                    \"declaredMethods\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 64,\n                        \"methodImplementationFlags\": 128,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    ],\n                    \"declaredNestedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                      }\n                    ],\n                    \"declaredProperties\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 1,\n                        \"propertyType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"attributes\": 1024,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"canRead\": \"<boolean>\",\n                        \"canWrite\": \"<boolean>\",\n                        \"getMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 8192,\n                          \"methodImplementationFlags\": 256,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 8,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 64,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"setMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 2,\n                          \"methodImplementationFlags\": 65535,\n                          \"callingConvention\": 2,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 32,\n                          \"returnParameter\": {\n                            \"attributes\": 61440,\n                            \"member\": {\n                              \"memberType\": 8,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      }\n                    ],\n                    \"implementedInterfaces\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ]\n                  }\n                ],\n                \"exportedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"codeBase\": \"<string>\",\n                \"entryPoint\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 16,\n                  \"methodImplementationFlags\": 64,\n                  \"callingConvention\": 32,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 32,\n                  \"returnParameter\": {\n                    \"attributes\": 61440,\n                    \"member\": {\n                      \"memberType\": 8,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                },\n                \"fullName\": \"<string>\",\n                \"imageRuntimeVersion\": \"<string>\",\n                \"isDynamic\": \"<boolean>\",\n                \"location\": \"<string>\",\n                \"reflectionOnly\": \"<boolean>\",\n                \"isCollectible\": \"<boolean>\",\n                \"isFullyTrusted\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"escapedCodeBase\": \"<string>\",\n                \"manifestModule\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"modules\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  }\n                ],\n                \"globalAssemblyCache\": \"<boolean>\",\n                \"hostContext\": \"<long>\",\n                \"securityRuleSet\": 2\n              },\n              \"fullyQualifiedName\": \"<string>\",\n              \"name\": \"<string>\",\n              \"mdStreamVersion\": \"<integer>\",\n              \"moduleVersionId\": \"<uuid>\",\n              \"scopeName\": \"<string>\",\n              \"moduleHandle\": {\n                \"mdStreamVersion\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 64,\n            \"methodImplementationFlags\": 128,\n            \"callingConvention\": 3,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 8\n          },\n          \"constructorArguments\": [\n            {\n              \"argumentType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"value\": {\n                \"nullable\": true\n              }\n            }\n          ],\n          \"namedArguments\": [\n            {\n              \"memberInfo\": {\n                \"memberType\": 8,\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"name\": \"<string>\",\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\"\n              },\n              \"typedValue\": {\n                \"argumentType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"value\": {\n                  \"nullable\": true\n                }\n              },\n              \"memberName\": \"<string>\",\n              \"isField\": \"<boolean>\"\n            }\n          ]\n        }\n      ],\n      \"isCollectible\": \"<boolean>\",\n      \"metadataToken\": \"<integer>\",\n      \"attributes\": 3,\n      \"methodImplementationFlags\": 256,\n      \"callingConvention\": 32,\n      \"isAbstract\": \"<boolean>\",\n      \"isConstructor\": \"<boolean>\",\n      \"isFinal\": \"<boolean>\",\n      \"isHideBySig\": \"<boolean>\",\n      \"isSpecialName\": \"<boolean>\",\n      \"isStatic\": \"<boolean>\",\n      \"isVirtual\": \"<boolean>\",\n      \"isAssembly\": \"<boolean>\",\n      \"isFamily\": \"<boolean>\",\n      \"isFamilyAndAssembly\": \"<boolean>\",\n      \"isFamilyOrAssembly\": \"<boolean>\",\n      \"isPrivate\": \"<boolean>\",\n      \"isPublic\": \"<boolean>\",\n      \"isConstructedGenericMethod\": \"<boolean>\",\n      \"isGenericMethod\": \"<boolean>\",\n      \"isGenericMethodDefinition\": \"<boolean>\",\n      \"containsGenericParameters\": \"<boolean>\",\n      \"methodHandle\": {\n        \"value\": {}\n      },\n      \"isSecurityCritical\": \"<boolean>\",\n      \"isSecuritySafeCritical\": \"<boolean>\",\n      \"isSecurityTransparent\": \"<boolean>\"\n    },\n    \"data\": {\n      \"cupidatatc\": {},\n      \"deserunt9f_\": {},\n      \"ullamco8b\": {}\n    },\n    \"innerException\": {\n      \"message\": \"<string>\",\n      \"targetSite\": {\n        \"memberType\": 2,\n        \"name\": \"<string>\",\n        \"declaringType\": {\n          \"name\": \"<string>\",\n          \"customAttributes\": [\n            {\n              \"attributeType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"constructor\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"assembly\": {\n                    \"definedTypes\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"isInterface\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"namespace\": \"<string>\",\n                        \"assemblyQualifiedName\": \"<string>\",\n                        \"fullName\": \"<string>\",\n                        \"assembly\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"isNested\": \"<boolean>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"declaringMethod\": {\n                          \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"underlyingSystemType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isTypeDefinition\": \"<boolean>\",\n                        \"isArray\": \"<boolean>\",\n                        \"isByRef\": \"<boolean>\",\n                        \"isPointer\": \"<boolean>\",\n                        \"isConstructedGenericType\": \"<boolean>\",\n                        \"isGenericParameter\": \"<boolean>\",\n                        \"isGenericTypeParameter\": \"<boolean>\",\n                        \"isGenericMethodParameter\": \"<boolean>\",\n                        \"isGenericType\": \"<boolean>\",\n                        \"isGenericTypeDefinition\": \"<boolean>\",\n                        \"isSZArray\": \"<boolean>\",\n                        \"isVariableBoundArray\": \"<boolean>\",\n                        \"isByRefLike\": \"<boolean>\",\n                        \"hasElementType\": \"<boolean>\",\n                        \"genericTypeArguments\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"genericParameterPosition\": \"<integer>\",\n                        \"genericParameterAttributes\": 3,\n                        \"attributes\": 16,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isImport\": \"<boolean>\",\n                        \"isSealed\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isClass\": \"<boolean>\",\n                        \"isNestedAssembly\": \"<boolean>\",\n                        \"isNestedFamANDAssem\": \"<boolean>\",\n                        \"isNestedFamily\": \"<boolean>\",\n                        \"isNestedFamORAssem\": \"<boolean>\",\n                        \"isNestedPrivate\": \"<boolean>\",\n                        \"isNestedPublic\": \"<boolean>\",\n                        \"isNotPublic\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isAutoLayout\": \"<boolean>\",\n                        \"isExplicitLayout\": \"<boolean>\",\n                        \"isLayoutSequential\": \"<boolean>\",\n                        \"isAnsiClass\": \"<boolean>\",\n                        \"isAutoClass\": \"<boolean>\",\n                        \"isUnicodeClass\": \"<boolean>\",\n                        \"isCOMObject\": \"<boolean>\",\n                        \"isContextful\": \"<boolean>\",\n                        \"isEnum\": \"<boolean>\",\n                        \"isMarshalByRef\": \"<boolean>\",\n                        \"isPrimitive\": \"<boolean>\",\n                        \"isValueType\": \"<boolean>\",\n                        \"isSignatureType\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"structLayoutAttribute\": {\n                          \"typeId\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"value\": 3\n                        },\n                        \"typeInitializer\": {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        },\n                        \"typeHandle\": {\n                          \"value\": {}\n                        },\n                        \"guid\": \"<uuid>\",\n                        \"baseType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isSerializable\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"isVisible\": \"<boolean>\",\n                        \"genericTypeParameters\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"declaredConstructors\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                          }\n                        ],\n                        \"declaredEvents\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 1,\n                            \"attributes\": 512,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"addMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 16384,\n                              \"methodImplementationFlags\": 65535,\n                              \"callingConvention\": 32,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 1,\n                              \"returnParameter\": {\n                                \"attributes\": 32768,\n                                \"member\": {\n                                  \"memberType\": 128,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"removeMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 5,\n                              \"methodImplementationFlags\": 64,\n                              \"callingConvention\": 3,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 4,\n                              \"returnParameter\": {\n                                \"attributes\": 61440,\n                                \"member\": {\n                                  \"memberType\": 2,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"raiseMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 128,\n                              \"methodImplementationFlags\": 3,\n                              \"callingConvention\": 3,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 2,\n                              \"returnParameter\": {\n                                \"attributes\": 8,\n                                \"member\": {\n                                  \"memberType\": 8,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"isMulticast\": \"<boolean>\",\n                            \"eventHandlerType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          }\n                        ],\n                        \"declaredFields\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 191,\n                            \"attributes\": 16,\n                            \"fieldType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"isInitOnly\": \"<boolean>\",\n                            \"isLiteral\": \"<boolean>\",\n                            \"isNotSerialized\": \"<boolean>\",\n                            \"isPinvokeImpl\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"fieldHandle\": {\n                              \"value\": {}\n                            }\n                          }\n                        ],\n                        \"declaredMembers\": [\n                          {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          }\n                        ],\n                        \"declaredMethods\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 4096,\n                            \"methodImplementationFlags\": 32,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 128,\n                            \"returnParameter\": {\n                              \"attributes\": 4,\n                              \"member\": {\n                                \"memberType\": 4,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        ],\n                        \"declaredNestedTypes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                          }\n                        ],\n                        \"declaredProperties\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 1,\n                            \"propertyType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"attributes\": 16384,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"canRead\": \"<boolean>\",\n                            \"canWrite\": \"<boolean>\",\n                            \"getMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 512,\n                              \"methodImplementationFlags\": 65535,\n                              \"callingConvention\": 1,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 1,\n                              \"returnParameter\": {\n                                \"attributes\": 16384,\n                                \"member\": {\n                                  \"memberType\": 2,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"setMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 1024,\n                              \"methodImplementationFlags\": 512,\n                              \"callingConvention\": 1,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 191,\n                              \"returnParameter\": {\n                                \"attributes\": 16,\n                                \"member\": {\n                                  \"memberType\": 64,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            }\n                          }\n                        ],\n                        \"implementedInterfaces\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ]\n                      }\n                    ],\n                    \"exportedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"codeBase\": \"<string>\",\n                    \"entryPoint\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 3,\n                      \"methodImplementationFlags\": 8,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 191,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 4,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"fullName\": \"<string>\",\n                    \"imageRuntimeVersion\": \"<string>\",\n                    \"isDynamic\": \"<boolean>\",\n                    \"location\": \"<string>\",\n                    \"reflectionOnly\": \"<boolean>\",\n                    \"isCollectible\": \"<boolean>\",\n                    \"isFullyTrusted\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"escapedCodeBase\": \"<string>\",\n                    \"manifestModule\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"modules\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      }\n                    ],\n                    \"globalAssemblyCache\": \"<boolean>\",\n                    \"hostContext\": \"<long>\",\n                    \"securityRuleSet\": 2\n                  },\n                  \"fullyQualifiedName\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"mdStreamVersion\": \"<integer>\",\n                  \"moduleVersionId\": \"<uuid>\",\n                  \"scopeName\": \"<string>\",\n                  \"moduleHandle\": {\n                    \"mdStreamVersion\": \"<integer>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 32768,\n                \"methodImplementationFlags\": 2,\n                \"callingConvention\": 1,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 16\n              },\n              \"constructorArguments\": [\n                {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                }\n              ],\n              \"namedArguments\": [\n                {\n                  \"memberInfo\": {\n                    \"memberType\": 2,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"typedValue\": {\n                    \"argumentType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"value\": {\n                      \"nullable\": true\n                    }\n                  },\n                  \"memberName\": \"<string>\",\n                  \"isField\": \"<boolean>\"\n                }\n              ]\n            }\n          ],\n          \"isCollectible\": \"<boolean>\",\n          \"metadataToken\": \"<integer>\",\n          \"isInterface\": \"<boolean>\",\n          \"memberType\": 32,\n          \"namespace\": \"<string>\",\n          \"assemblyQualifiedName\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"assembly\": {\n            \"definedTypes\": [\n              {\n                \"name\": \"<string>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"isInterface\": \"<boolean>\",\n                \"memberType\": 2,\n                \"namespace\": \"<string>\",\n                \"assemblyQualifiedName\": \"<string>\",\n                \"fullName\": \"<string>\",\n                \"assembly\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"isNested\": \"<boolean>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"declaringMethod\": {\n                  \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"underlyingSystemType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isTypeDefinition\": \"<boolean>\",\n                \"isArray\": \"<boolean>\",\n                \"isByRef\": \"<boolean>\",\n                \"isPointer\": \"<boolean>\",\n                \"isConstructedGenericType\": \"<boolean>\",\n                \"isGenericParameter\": \"<boolean>\",\n                \"isGenericTypeParameter\": \"<boolean>\",\n                \"isGenericMethodParameter\": \"<boolean>\",\n                \"isGenericType\": \"<boolean>\",\n                \"isGenericTypeDefinition\": \"<boolean>\",\n                \"isSZArray\": \"<boolean>\",\n                \"isVariableBoundArray\": \"<boolean>\",\n                \"isByRefLike\": \"<boolean>\",\n                \"hasElementType\": \"<boolean>\",\n                \"genericTypeArguments\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"genericParameterPosition\": \"<integer>\",\n                \"genericParameterAttributes\": 8,\n                \"attributes\": 24,\n                \"isAbstract\": \"<boolean>\",\n                \"isImport\": \"<boolean>\",\n                \"isSealed\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isClass\": \"<boolean>\",\n                \"isNestedAssembly\": \"<boolean>\",\n                \"isNestedFamANDAssem\": \"<boolean>\",\n                \"isNestedFamily\": \"<boolean>\",\n                \"isNestedFamORAssem\": \"<boolean>\",\n                \"isNestedPrivate\": \"<boolean>\",\n                \"isNestedPublic\": \"<boolean>\",\n                \"isNotPublic\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isAutoLayout\": \"<boolean>\",\n                \"isExplicitLayout\": \"<boolean>\",\n                \"isLayoutSequential\": \"<boolean>\",\n                \"isAnsiClass\": \"<boolean>\",\n                \"isAutoClass\": \"<boolean>\",\n                \"isUnicodeClass\": \"<boolean>\",\n                \"isCOMObject\": \"<boolean>\",\n                \"isContextful\": \"<boolean>\",\n                \"isEnum\": \"<boolean>\",\n                \"isMarshalByRef\": \"<boolean>\",\n                \"isPrimitive\": \"<boolean>\",\n                \"isValueType\": \"<boolean>\",\n                \"isSignatureType\": \"<boolean>\",\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"structLayoutAttribute\": {\n                  \"typeId\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"value\": 3\n                },\n                \"typeInitializer\": {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                },\n                \"typeHandle\": {\n                  \"value\": {}\n                },\n                \"guid\": \"<uuid>\",\n                \"baseType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isSerializable\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"isVisible\": \"<boolean>\",\n                \"genericTypeParameters\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"declaredConstructors\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  }\n                ],\n                \"declaredEvents\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 128,\n                    \"attributes\": 512,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"addMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 16,\n                      \"methodImplementationFlags\": 0,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 16,\n                      \"returnParameter\": {\n                        \"attributes\": 16384,\n                        \"member\": {\n                          \"memberType\": 4,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"removeMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 1,\n                      \"methodImplementationFlags\": 128,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 1,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 16,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"raiseMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 16,\n                      \"methodImplementationFlags\": 4096,\n                      \"callingConvention\": 1,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 8,\n                      \"returnParameter\": {\n                        \"attributes\": 32768,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"isMulticast\": \"<boolean>\",\n                    \"eventHandlerType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  }\n                ],\n                \"declaredFields\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 4,\n                    \"attributes\": 256,\n                    \"fieldType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isInitOnly\": \"<boolean>\",\n                    \"isLiteral\": \"<boolean>\",\n                    \"isNotSerialized\": \"<boolean>\",\n                    \"isPinvokeImpl\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"fieldHandle\": {\n                      \"value\": {}\n                    }\n                  }\n                ],\n                \"declaredMembers\": [\n                  {\n                    \"memberType\": 128,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  }\n                ],\n                \"declaredMethods\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 5,\n                    \"methodImplementationFlags\": 4096,\n                    \"callingConvention\": 2,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 32,\n                    \"returnParameter\": {\n                      \"attributes\": 1,\n                      \"member\": {\n                        \"memberType\": 128,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                ],\n                \"declaredNestedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                  }\n                ],\n                \"declaredProperties\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 191,\n                    \"propertyType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"attributes\": 8192,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"canRead\": \"<boolean>\",\n                    \"canWrite\": \"<boolean>\",\n                    \"getMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 0,\n                      \"methodImplementationFlags\": 512,\n                      \"callingConvention\": 1,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 8,\n                        \"member\": {\n                          \"memberType\": 191,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"setMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 3,\n                      \"methodImplementationFlags\": 0,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 32768,\n                        \"member\": {\n                          \"memberType\": 32,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  }\n                ],\n                \"implementedInterfaces\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ]\n              }\n            ],\n            \"exportedTypes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"codeBase\": \"<string>\",\n            \"entryPoint\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 32,\n              \"methodImplementationFlags\": 2,\n              \"callingConvention\": 1,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 191,\n              \"returnParameter\": {\n                \"attributes\": 8192,\n                \"member\": {\n                  \"memberType\": 4,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"name\": \"<string>\",\n                \"parameterType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"position\": \"<integer>\",\n                \"isIn\": \"<boolean>\",\n                \"isLcid\": \"<boolean>\",\n                \"isOptional\": \"<boolean>\",\n                \"isOut\": \"<boolean>\",\n                \"isRetval\": \"<boolean>\",\n                \"defaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"rawDefaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"hasDefaultValue\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"returnType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"returnTypeCustomAttributes\": {}\n            },\n            \"fullName\": \"<string>\",\n            \"imageRuntimeVersion\": \"<string>\",\n            \"isDynamic\": \"<boolean>\",\n            \"location\": \"<string>\",\n            \"reflectionOnly\": \"<boolean>\",\n            \"isCollectible\": \"<boolean>\",\n            \"isFullyTrusted\": \"<boolean>\",\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"escapedCodeBase\": \"<string>\",\n            \"manifestModule\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"modules\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              }\n            ],\n            \"globalAssemblyCache\": \"<boolean>\",\n            \"hostContext\": \"<long>\",\n            \"securityRuleSet\": 2\n          },\n          \"module\": {\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 1,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 0,\n                  \"attributes\": 8192,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 2\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 128,\n                      \"attributes\": 1024,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 512,\n                        \"methodImplementationFlags\": 65535,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 2,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 32768,\n                        \"methodImplementationFlags\": 0,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 16,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 2,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 16384,\n                          \"member\": {\n                            \"memberType\": 2,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"attributes\": 256,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 16,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 32768,\n                      \"methodImplementationFlags\": 2,\n                      \"callingConvention\": 1,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 4,\n                      \"returnParameter\": {\n                        \"attributes\": 1,\n                        \"member\": {\n                          \"memberType\": 128,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 2,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 0,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 32768,\n                        \"methodImplementationFlags\": 64,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 64,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 512,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 4,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 7,\n                \"methodImplementationFlags\": 0,\n                \"callingConvention\": 1,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 32,\n                \"returnParameter\": {\n                  \"attributes\": 16,\n                  \"member\": {\n                    \"memberType\": 191,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 0\n            },\n            \"fullyQualifiedName\": \"<string>\",\n            \"name\": \"<string>\",\n            \"mdStreamVersion\": \"<integer>\",\n            \"moduleVersionId\": \"<uuid>\",\n            \"scopeName\": \"<string>\",\n            \"moduleHandle\": {\n              \"mdStreamVersion\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"metadataToken\": \"<integer>\"\n          },\n          \"isNested\": \"<boolean>\",\n          \"declaringType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"declaringMethod\": {\n            \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n          },\n          \"reflectedType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"underlyingSystemType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"isTypeDefinition\": \"<boolean>\",\n          \"isArray\": \"<boolean>\",\n          \"isByRef\": \"<boolean>\",\n          \"isPointer\": \"<boolean>\",\n          \"isConstructedGenericType\": \"<boolean>\",\n          \"isGenericParameter\": \"<boolean>\",\n          \"isGenericTypeParameter\": \"<boolean>\",\n          \"isGenericMethodParameter\": \"<boolean>\",\n          \"isGenericType\": \"<boolean>\",\n          \"isGenericTypeDefinition\": \"<boolean>\",\n          \"isSZArray\": \"<boolean>\",\n          \"isVariableBoundArray\": \"<boolean>\",\n          \"isByRefLike\": \"<boolean>\",\n          \"hasElementType\": \"<boolean>\",\n          \"genericTypeArguments\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            }\n          ],\n          \"genericParameterPosition\": \"<integer>\",\n          \"genericParameterAttributes\": 3,\n          \"attributes\": 1048576,\n          \"isAbstract\": \"<boolean>\",\n          \"isImport\": \"<boolean>\",\n          \"isSealed\": \"<boolean>\",\n          \"isSpecialName\": \"<boolean>\",\n          \"isClass\": \"<boolean>\",\n          \"isNestedAssembly\": \"<boolean>\",\n          \"isNestedFamANDAssem\": \"<boolean>\",\n          \"isNestedFamily\": \"<boolean>\",\n          \"isNestedFamORAssem\": \"<boolean>\",\n          \"isNestedPrivate\": \"<boolean>\",\n          \"isNestedPublic\": \"<boolean>\",\n          \"isNotPublic\": \"<boolean>\",\n          \"isPublic\": \"<boolean>\",\n          \"isAutoLayout\": \"<boolean>\",\n          \"isExplicitLayout\": \"<boolean>\",\n          \"isLayoutSequential\": \"<boolean>\",\n          \"isAnsiClass\": \"<boolean>\",\n          \"isAutoClass\": \"<boolean>\",\n          \"isUnicodeClass\": \"<boolean>\",\n          \"isCOMObject\": \"<boolean>\",\n          \"isContextful\": \"<boolean>\",\n          \"isEnum\": \"<boolean>\",\n          \"isMarshalByRef\": \"<boolean>\",\n          \"isPrimitive\": \"<boolean>\",\n          \"isValueType\": \"<boolean>\",\n          \"isSignatureType\": \"<boolean>\",\n          \"isSecurityCritical\": \"<boolean>\",\n          \"isSecuritySafeCritical\": \"<boolean>\",\n          \"isSecurityTransparent\": \"<boolean>\",\n          \"structLayoutAttribute\": {\n            \"typeId\": {\n              \"nullable\": true,\n              \"readOnly\": true\n            },\n            \"value\": 2\n          },\n          \"typeInitializer\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"assembly\": {\n                \"definedTypes\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"isInterface\": \"<boolean>\",\n                    \"memberType\": 64,\n                    \"namespace\": \"<string>\",\n                    \"assemblyQualifiedName\": \"<string>\",\n                    \"fullName\": \"<string>\",\n                    \"assembly\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"isNested\": \"<boolean>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"declaringMethod\": {\n                      \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"underlyingSystemType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isTypeDefinition\": \"<boolean>\",\n                    \"isArray\": \"<boolean>\",\n                    \"isByRef\": \"<boolean>\",\n                    \"isPointer\": \"<boolean>\",\n                    \"isConstructedGenericType\": \"<boolean>\",\n                    \"isGenericParameter\": \"<boolean>\",\n                    \"isGenericTypeParameter\": \"<boolean>\",\n                    \"isGenericMethodParameter\": \"<boolean>\",\n                    \"isGenericType\": \"<boolean>\",\n                    \"isGenericTypeDefinition\": \"<boolean>\",\n                    \"isSZArray\": \"<boolean>\",\n                    \"isVariableBoundArray\": \"<boolean>\",\n                    \"isByRefLike\": \"<boolean>\",\n                    \"hasElementType\": \"<boolean>\",\n                    \"genericTypeArguments\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"genericParameterPosition\": \"<integer>\",\n                    \"genericParameterAttributes\": 1,\n                    \"attributes\": 1048576,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isImport\": \"<boolean>\",\n                    \"isSealed\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isClass\": \"<boolean>\",\n                    \"isNestedAssembly\": \"<boolean>\",\n                    \"isNestedFamANDAssem\": \"<boolean>\",\n                    \"isNestedFamily\": \"<boolean>\",\n                    \"isNestedFamORAssem\": \"<boolean>\",\n                    \"isNestedPrivate\": \"<boolean>\",\n                    \"isNestedPublic\": \"<boolean>\",\n                    \"isNotPublic\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isAutoLayout\": \"<boolean>\",\n                    \"isExplicitLayout\": \"<boolean>\",\n                    \"isLayoutSequential\": \"<boolean>\",\n                    \"isAnsiClass\": \"<boolean>\",\n                    \"isAutoClass\": \"<boolean>\",\n                    \"isUnicodeClass\": \"<boolean>\",\n                    \"isCOMObject\": \"<boolean>\",\n                    \"isContextful\": \"<boolean>\",\n                    \"isEnum\": \"<boolean>\",\n                    \"isMarshalByRef\": \"<boolean>\",\n                    \"isPrimitive\": \"<boolean>\",\n                    \"isValueType\": \"<boolean>\",\n                    \"isSignatureType\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"structLayoutAttribute\": {\n                      \"typeId\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"value\": 0\n                    },\n                    \"typeInitializer\": {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    },\n                    \"typeHandle\": {\n                      \"value\": {}\n                    },\n                    \"guid\": \"<uuid>\",\n                    \"baseType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isSerializable\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"isVisible\": \"<boolean>\",\n                    \"genericTypeParameters\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"declaredConstructors\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      }\n                    ],\n                    \"declaredEvents\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 4,\n                        \"attributes\": 512,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"addMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 1,\n                          \"methodImplementationFlags\": 3,\n                          \"callingConvention\": 2,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 1,\n                            \"member\": {\n                              \"memberType\": 32,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"removeMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 2,\n                          \"methodImplementationFlags\": 2,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 16,\n                          \"returnParameter\": {\n                            \"attributes\": 8,\n                            \"member\": {\n                              \"memberType\": 191,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"raiseMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 5,\n                          \"methodImplementationFlags\": 0,\n                          \"callingConvention\": 2,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 2,\n                          \"returnParameter\": {\n                            \"attributes\": 61440,\n                            \"member\": {\n                              \"memberType\": 128,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"isMulticast\": \"<boolean>\",\n                        \"eventHandlerType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      }\n                    ],\n                    \"declaredFields\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 16,\n                        \"attributes\": 4096,\n                        \"fieldType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isInitOnly\": \"<boolean>\",\n                        \"isLiteral\": \"<boolean>\",\n                        \"isNotSerialized\": \"<boolean>\",\n                        \"isPinvokeImpl\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"fieldHandle\": {\n                          \"value\": {}\n                        }\n                      }\n                    ],\n                    \"declaredMembers\": [\n                      {\n                        \"memberType\": 32,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      }\n                    ],\n                    \"declaredMethods\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 256,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 4096,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    ],\n                    \"declaredNestedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                      }\n                    ],\n                    \"declaredProperties\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 64,\n                        \"propertyType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"attributes\": 4096,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"canRead\": \"<boolean>\",\n                        \"canWrite\": \"<boolean>\",\n                        \"getMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 32768,\n                          \"methodImplementationFlags\": 512,\n                          \"callingConvention\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 8,\n                            \"member\": {\n                              \"memberType\": 2,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"setMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 4,\n                          \"methodImplementationFlags\": 32,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 191,\n                          \"returnParameter\": {\n                            \"attributes\": 4,\n                            \"member\": {\n                              \"memberType\": 128,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      }\n                    ],\n                    \"implementedInterfaces\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ]\n                  }\n                ],\n                \"exportedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"codeBase\": \"<string>\",\n                \"entryPoint\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 1024,\n                  \"methodImplementationFlags\": 64,\n                  \"callingConvention\": 32,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 32,\n                  \"returnParameter\": {\n                    \"attributes\": 0,\n                    \"member\": {\n                      \"memberType\": 32,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                },\n                \"fullName\": \"<string>\",\n                \"imageRuntimeVersion\": \"<string>\",\n                \"isDynamic\": \"<boolean>\",\n                \"location\": \"<string>\",\n                \"reflectionOnly\": \"<boolean>\",\n                \"isCollectible\": \"<boolean>\",\n                \"isFullyTrusted\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"escapedCodeBase\": \"<string>\",\n                \"manifestModule\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"modules\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  }\n                ],\n                \"globalAssemblyCache\": \"<boolean>\",\n                \"hostContext\": \"<long>\",\n                \"securityRuleSet\": 0\n              },\n              \"fullyQualifiedName\": \"<string>\",\n              \"name\": \"<string>\",\n              \"mdStreamVersion\": \"<integer>\",\n              \"moduleVersionId\": \"<uuid>\",\n              \"scopeName\": \"<string>\",\n              \"moduleHandle\": {\n                \"mdStreamVersion\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 1,\n            \"methodImplementationFlags\": 3,\n            \"callingConvention\": 32,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 8\n          },\n          \"typeHandle\": {\n            \"value\": {}\n          },\n          \"guid\": \"<uuid>\",\n          \"baseType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"isSerializable\": \"<boolean>\",\n          \"containsGenericParameters\": \"<boolean>\",\n          \"isVisible\": \"<boolean>\"\n        },\n        \"reflectedType\": {\n          \"name\": \"<string>\",\n          \"customAttributes\": [\n            {\n              \"attributeType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"constructor\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"assembly\": {\n                    \"definedTypes\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"isInterface\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"namespace\": \"<string>\",\n                        \"assemblyQualifiedName\": \"<string>\",\n                        \"fullName\": \"<string>\",\n                        \"assembly\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"isNested\": \"<boolean>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"declaringMethod\": {\n                          \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"underlyingSystemType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isTypeDefinition\": \"<boolean>\",\n                        \"isArray\": \"<boolean>\",\n                        \"isByRef\": \"<boolean>\",\n                        \"isPointer\": \"<boolean>\",\n                        \"isConstructedGenericType\": \"<boolean>\",\n                        \"isGenericParameter\": \"<boolean>\",\n                        \"isGenericTypeParameter\": \"<boolean>\",\n                        \"isGenericMethodParameter\": \"<boolean>\",\n                        \"isGenericType\": \"<boolean>\",\n                        \"isGenericTypeDefinition\": \"<boolean>\",\n                        \"isSZArray\": \"<boolean>\",\n                        \"isVariableBoundArray\": \"<boolean>\",\n                        \"isByRefLike\": \"<boolean>\",\n                        \"hasElementType\": \"<boolean>\",\n                        \"genericTypeArguments\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"genericParameterPosition\": \"<integer>\",\n                        \"genericParameterAttributes\": 3,\n                        \"attributes\": 12582912,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isImport\": \"<boolean>\",\n                        \"isSealed\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isClass\": \"<boolean>\",\n                        \"isNestedAssembly\": \"<boolean>\",\n                        \"isNestedFamANDAssem\": \"<boolean>\",\n                        \"isNestedFamily\": \"<boolean>\",\n                        \"isNestedFamORAssem\": \"<boolean>\",\n                        \"isNestedPrivate\": \"<boolean>\",\n                        \"isNestedPublic\": \"<boolean>\",\n                        \"isNotPublic\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isAutoLayout\": \"<boolean>\",\n                        \"isExplicitLayout\": \"<boolean>\",\n                        \"isLayoutSequential\": \"<boolean>\",\n                        \"isAnsiClass\": \"<boolean>\",\n                        \"isAutoClass\": \"<boolean>\",\n                        \"isUnicodeClass\": \"<boolean>\",\n                        \"isCOMObject\": \"<boolean>\",\n                        \"isContextful\": \"<boolean>\",\n                        \"isEnum\": \"<boolean>\",\n                        \"isMarshalByRef\": \"<boolean>\",\n                        \"isPrimitive\": \"<boolean>\",\n                        \"isValueType\": \"<boolean>\",\n                        \"isSignatureType\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"structLayoutAttribute\": {\n                          \"typeId\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"value\": 0\n                        },\n                        \"typeInitializer\": {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        },\n                        \"typeHandle\": {\n                          \"value\": {}\n                        },\n                        \"guid\": \"<uuid>\",\n                        \"baseType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isSerializable\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"isVisible\": \"<boolean>\",\n                        \"genericTypeParameters\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"declaredConstructors\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                          }\n                        ],\n                        \"declaredEvents\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 1,\n                            \"attributes\": 1024,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"addMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 6,\n                              \"methodImplementationFlags\": 1,\n                              \"callingConvention\": 3,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 128,\n                              \"returnParameter\": {\n                                \"attributes\": 1,\n                                \"member\": {\n                                  \"memberType\": 1,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"removeMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 4096,\n                              \"methodImplementationFlags\": 4096,\n                              \"callingConvention\": 32,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 64,\n                              \"returnParameter\": {\n                                \"attributes\": 32768,\n                                \"member\": {\n                                  \"memberType\": 1,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"raiseMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 512,\n                              \"methodImplementationFlags\": 65535,\n                              \"callingConvention\": 1,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 32,\n                              \"returnParameter\": {\n                                \"attributes\": 0,\n                                \"member\": {\n                                  \"memberType\": 8,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"isMulticast\": \"<boolean>\",\n                            \"eventHandlerType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          }\n                        ],\n                        \"declaredFields\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 2,\n                            \"attributes\": 4096,\n                            \"fieldType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"isInitOnly\": \"<boolean>\",\n                            \"isLiteral\": \"<boolean>\",\n                            \"isNotSerialized\": \"<boolean>\",\n                            \"isPinvokeImpl\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"fieldHandle\": {\n                              \"value\": {}\n                            }\n                          }\n                        ],\n                        \"declaredMembers\": [\n                          {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          }\n                        ],\n                        \"declaredMethods\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 2048,\n                            \"methodImplementationFlags\": 1,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 16,\n                            \"returnParameter\": {\n                              \"attributes\": 32768,\n                              \"member\": {\n                                \"memberType\": 2,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        ],\n                        \"declaredNestedTypes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                          }\n                        ],\n                        \"declaredProperties\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 64,\n                            \"propertyType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"attributes\": 8192,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"canRead\": \"<boolean>\",\n                            \"canWrite\": \"<boolean>\",\n                            \"getMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 512,\n                              \"methodImplementationFlags\": 2,\n                              \"callingConvention\": 32,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 16,\n                              \"returnParameter\": {\n                                \"attributes\": 32768,\n                                \"member\": {\n                                  \"memberType\": 16,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"setMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 1,\n                              \"methodImplementationFlags\": 16,\n                              \"callingConvention\": 1,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 1,\n                              \"returnParameter\": {\n                                \"attributes\": 8192,\n                                \"member\": {\n                                  \"memberType\": 191,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            }\n                          }\n                        ],\n                        \"implementedInterfaces\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ]\n                      }\n                    ],\n                    \"exportedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"codeBase\": \"<string>\",\n                    \"entryPoint\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 16,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 1,\n                      \"returnParameter\": {\n                        \"attributes\": 8,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"fullName\": \"<string>\",\n                    \"imageRuntimeVersion\": \"<string>\",\n                    \"isDynamic\": \"<boolean>\",\n                    \"location\": \"<string>\",\n                    \"reflectionOnly\": \"<boolean>\",\n                    \"isCollectible\": \"<boolean>\",\n                    \"isFullyTrusted\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"escapedCodeBase\": \"<string>\",\n                    \"manifestModule\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"modules\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      }\n                    ],\n                    \"globalAssemblyCache\": \"<boolean>\",\n                    \"hostContext\": \"<long>\",\n                    \"securityRuleSet\": 1\n                  },\n                  \"fullyQualifiedName\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"mdStreamVersion\": \"<integer>\",\n                  \"moduleVersionId\": \"<uuid>\",\n                  \"scopeName\": \"<string>\",\n                  \"moduleHandle\": {\n                    \"mdStreamVersion\": \"<integer>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 7,\n                \"methodImplementationFlags\": 0,\n                \"callingConvention\": 3,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 4\n              },\n              \"constructorArguments\": [\n                {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                }\n              ],\n              \"namedArguments\": [\n                {\n                  \"memberInfo\": {\n                    \"memberType\": 2,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"typedValue\": {\n                    \"argumentType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"value\": {\n                      \"nullable\": true\n                    }\n                  },\n                  \"memberName\": \"<string>\",\n                  \"isField\": \"<boolean>\"\n                }\n              ]\n            }\n          ],\n          \"isCollectible\": \"<boolean>\",\n          \"metadataToken\": \"<integer>\",\n          \"isInterface\": \"<boolean>\",\n          \"memberType\": 32,\n          \"namespace\": \"<string>\",\n          \"assemblyQualifiedName\": \"<string>\",\n          \"fullName\": \"<string>\",\n          \"assembly\": {\n            \"definedTypes\": [\n              {\n                \"name\": \"<string>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"isInterface\": \"<boolean>\",\n                \"memberType\": 1,\n                \"namespace\": \"<string>\",\n                \"assemblyQualifiedName\": \"<string>\",\n                \"fullName\": \"<string>\",\n                \"assembly\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"isNested\": \"<boolean>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"declaringMethod\": {\n                  \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"underlyingSystemType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isTypeDefinition\": \"<boolean>\",\n                \"isArray\": \"<boolean>\",\n                \"isByRef\": \"<boolean>\",\n                \"isPointer\": \"<boolean>\",\n                \"isConstructedGenericType\": \"<boolean>\",\n                \"isGenericParameter\": \"<boolean>\",\n                \"isGenericTypeParameter\": \"<boolean>\",\n                \"isGenericMethodParameter\": \"<boolean>\",\n                \"isGenericType\": \"<boolean>\",\n                \"isGenericTypeDefinition\": \"<boolean>\",\n                \"isSZArray\": \"<boolean>\",\n                \"isVariableBoundArray\": \"<boolean>\",\n                \"isByRefLike\": \"<boolean>\",\n                \"hasElementType\": \"<boolean>\",\n                \"genericTypeArguments\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"genericParameterPosition\": \"<integer>\",\n                \"genericParameterAttributes\": 2,\n                \"attributes\": 8,\n                \"isAbstract\": \"<boolean>\",\n                \"isImport\": \"<boolean>\",\n                \"isSealed\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isClass\": \"<boolean>\",\n                \"isNestedAssembly\": \"<boolean>\",\n                \"isNestedFamANDAssem\": \"<boolean>\",\n                \"isNestedFamily\": \"<boolean>\",\n                \"isNestedFamORAssem\": \"<boolean>\",\n                \"isNestedPrivate\": \"<boolean>\",\n                \"isNestedPublic\": \"<boolean>\",\n                \"isNotPublic\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isAutoLayout\": \"<boolean>\",\n                \"isExplicitLayout\": \"<boolean>\",\n                \"isLayoutSequential\": \"<boolean>\",\n                \"isAnsiClass\": \"<boolean>\",\n                \"isAutoClass\": \"<boolean>\",\n                \"isUnicodeClass\": \"<boolean>\",\n                \"isCOMObject\": \"<boolean>\",\n                \"isContextful\": \"<boolean>\",\n                \"isEnum\": \"<boolean>\",\n                \"isMarshalByRef\": \"<boolean>\",\n                \"isPrimitive\": \"<boolean>\",\n                \"isValueType\": \"<boolean>\",\n                \"isSignatureType\": \"<boolean>\",\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"structLayoutAttribute\": {\n                  \"typeId\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"value\": 2\n                },\n                \"typeInitializer\": {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                },\n                \"typeHandle\": {\n                  \"value\": {}\n                },\n                \"guid\": \"<uuid>\",\n                \"baseType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isSerializable\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"isVisible\": \"<boolean>\",\n                \"genericTypeParameters\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"declaredConstructors\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  }\n                ],\n                \"declaredEvents\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 191,\n                    \"attributes\": 512,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"addMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 4,\n                      \"methodImplementationFlags\": 4096,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 32,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"removeMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 7,\n                      \"methodImplementationFlags\": 2,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 191,\n                      \"returnParameter\": {\n                        \"attributes\": 61440,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"raiseMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 512,\n                      \"methodImplementationFlags\": 2,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 8,\n                      \"returnParameter\": {\n                        \"attributes\": 16,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"isMulticast\": \"<boolean>\",\n                    \"eventHandlerType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  }\n                ],\n                \"declaredFields\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 2,\n                    \"attributes\": 3,\n                    \"fieldType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isInitOnly\": \"<boolean>\",\n                    \"isLiteral\": \"<boolean>\",\n                    \"isNotSerialized\": \"<boolean>\",\n                    \"isPinvokeImpl\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"fieldHandle\": {\n                      \"value\": {}\n                    }\n                  }\n                ],\n                \"declaredMembers\": [\n                  {\n                    \"memberType\": 128,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  }\n                ],\n                \"declaredMethods\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 3,\n                    \"methodImplementationFlags\": 65535,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 32,\n                    \"returnParameter\": {\n                      \"attributes\": 2,\n                      \"member\": {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                ],\n                \"declaredNestedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                  }\n                ],\n                \"declaredProperties\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 64,\n                    \"propertyType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"attributes\": 16384,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"canRead\": \"<boolean>\",\n                    \"canWrite\": \"<boolean>\",\n                    \"getMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 128,\n                      \"methodImplementationFlags\": 32,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 191,\n                      \"returnParameter\": {\n                        \"attributes\": 0,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"setMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 256,\n                      \"methodImplementationFlags\": 3,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 128,\n                      \"returnParameter\": {\n                        \"attributes\": 16,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  }\n                ],\n                \"implementedInterfaces\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ]\n              }\n            ],\n            \"exportedTypes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"codeBase\": \"<string>\",\n            \"entryPoint\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 3,\n              \"methodImplementationFlags\": 256,\n              \"callingConvention\": 3,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 128,\n              \"returnParameter\": {\n                \"attributes\": 8,\n                \"member\": {\n                  \"memberType\": 1,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"name\": \"<string>\",\n                \"parameterType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"position\": \"<integer>\",\n                \"isIn\": \"<boolean>\",\n                \"isLcid\": \"<boolean>\",\n                \"isOptional\": \"<boolean>\",\n                \"isOut\": \"<boolean>\",\n                \"isRetval\": \"<boolean>\",\n                \"defaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"rawDefaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"hasDefaultValue\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"returnType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"returnTypeCustomAttributes\": {}\n            },\n            \"fullName\": \"<string>\",\n            \"imageRuntimeVersion\": \"<string>\",\n            \"isDynamic\": \"<boolean>\",\n            \"location\": \"<string>\",\n            \"reflectionOnly\": \"<boolean>\",\n            \"isCollectible\": \"<boolean>\",\n            \"isFullyTrusted\": \"<boolean>\",\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"escapedCodeBase\": \"<string>\",\n            \"manifestModule\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"modules\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              }\n            ],\n            \"globalAssemblyCache\": \"<boolean>\",\n            \"hostContext\": \"<long>\",\n            \"securityRuleSet\": 0\n          },\n          \"module\": {\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 128,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 0,\n                  \"attributes\": 196608,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 0\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"attributes\": 512,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 64,\n                        \"methodImplementationFlags\": 65535,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 64,\n                        \"returnParameter\": {\n                          \"attributes\": 4,\n                          \"member\": {\n                            \"memberType\": 2,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 5,\n                        \"methodImplementationFlags\": 32,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 1,\n                        \"returnParameter\": {\n                          \"attributes\": 1,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 0,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 61440,\n                          \"member\": {\n                            \"memberType\": 4,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"attributes\": 128,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 2,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 512,\n                      \"methodImplementationFlags\": 32,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 32,\n                      \"returnParameter\": {\n                        \"attributes\": 4096,\n                        \"member\": {\n                          \"memberType\": 32,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 512,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 5,\n                        \"methodImplementationFlags\": 0,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 4,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 0,\n                        \"methodImplementationFlags\": 256,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 1,\n                        \"returnParameter\": {\n                          \"attributes\": 16384,\n                          \"member\": {\n                            \"memberType\": 4,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 128,\n                \"methodImplementationFlags\": 32,\n                \"callingConvention\": 32,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 1,\n                \"returnParameter\": {\n                  \"attributes\": 8192,\n                  \"member\": {\n                    \"memberType\": 1,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 1\n            },\n            \"fullyQualifiedName\": \"<string>\",\n            \"name\": \"<string>\",\n            \"mdStreamVersion\": \"<integer>\",\n            \"moduleVersionId\": \"<uuid>\",\n            \"scopeName\": \"<string>\",\n            \"moduleHandle\": {\n              \"mdStreamVersion\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"metadataToken\": \"<integer>\"\n          },\n          \"isNested\": \"<boolean>\",\n          \"declaringType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"declaringMethod\": {\n            \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n          },\n          \"reflectedType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"underlyingSystemType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"isTypeDefinition\": \"<boolean>\",\n          \"isArray\": \"<boolean>\",\n          \"isByRef\": \"<boolean>\",\n          \"isPointer\": \"<boolean>\",\n          \"isConstructedGenericType\": \"<boolean>\",\n          \"isGenericParameter\": \"<boolean>\",\n          \"isGenericTypeParameter\": \"<boolean>\",\n          \"isGenericMethodParameter\": \"<boolean>\",\n          \"isGenericType\": \"<boolean>\",\n          \"isGenericTypeDefinition\": \"<boolean>\",\n          \"isSZArray\": \"<boolean>\",\n          \"isVariableBoundArray\": \"<boolean>\",\n          \"isByRefLike\": \"<boolean>\",\n          \"hasElementType\": \"<boolean>\",\n          \"genericTypeArguments\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            }\n          ],\n          \"genericParameterPosition\": \"<integer>\",\n          \"genericParameterAttributes\": 8,\n          \"attributes\": 4096,\n          \"isAbstract\": \"<boolean>\",\n          \"isImport\": \"<boolean>\",\n          \"isSealed\": \"<boolean>\",\n          \"isSpecialName\": \"<boolean>\",\n          \"isClass\": \"<boolean>\",\n          \"isNestedAssembly\": \"<boolean>\",\n          \"isNestedFamANDAssem\": \"<boolean>\",\n          \"isNestedFamily\": \"<boolean>\",\n          \"isNestedFamORAssem\": \"<boolean>\",\n          \"isNestedPrivate\": \"<boolean>\",\n          \"isNestedPublic\": \"<boolean>\",\n          \"isNotPublic\": \"<boolean>\",\n          \"isPublic\": \"<boolean>\",\n          \"isAutoLayout\": \"<boolean>\",\n          \"isExplicitLayout\": \"<boolean>\",\n          \"isLayoutSequential\": \"<boolean>\",\n          \"isAnsiClass\": \"<boolean>\",\n          \"isAutoClass\": \"<boolean>\",\n          \"isUnicodeClass\": \"<boolean>\",\n          \"isCOMObject\": \"<boolean>\",\n          \"isContextful\": \"<boolean>\",\n          \"isEnum\": \"<boolean>\",\n          \"isMarshalByRef\": \"<boolean>\",\n          \"isPrimitive\": \"<boolean>\",\n          \"isValueType\": \"<boolean>\",\n          \"isSignatureType\": \"<boolean>\",\n          \"isSecurityCritical\": \"<boolean>\",\n          \"isSecuritySafeCritical\": \"<boolean>\",\n          \"isSecurityTransparent\": \"<boolean>\",\n          \"structLayoutAttribute\": {\n            \"typeId\": {\n              \"nullable\": true,\n              \"readOnly\": true\n            },\n            \"value\": 0\n          },\n          \"typeInitializer\": {\n            \"name\": \"<string>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"module\": {\n              \"assembly\": {\n                \"definedTypes\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"isInterface\": \"<boolean>\",\n                    \"memberType\": 16,\n                    \"namespace\": \"<string>\",\n                    \"assemblyQualifiedName\": \"<string>\",\n                    \"fullName\": \"<string>\",\n                    \"assembly\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"isNested\": \"<boolean>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"declaringMethod\": {\n                      \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"underlyingSystemType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isTypeDefinition\": \"<boolean>\",\n                    \"isArray\": \"<boolean>\",\n                    \"isByRef\": \"<boolean>\",\n                    \"isPointer\": \"<boolean>\",\n                    \"isConstructedGenericType\": \"<boolean>\",\n                    \"isGenericParameter\": \"<boolean>\",\n                    \"isGenericTypeParameter\": \"<boolean>\",\n                    \"isGenericMethodParameter\": \"<boolean>\",\n                    \"isGenericType\": \"<boolean>\",\n                    \"isGenericTypeDefinition\": \"<boolean>\",\n                    \"isSZArray\": \"<boolean>\",\n                    \"isVariableBoundArray\": \"<boolean>\",\n                    \"isByRefLike\": \"<boolean>\",\n                    \"hasElementType\": \"<boolean>\",\n                    \"genericTypeArguments\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"genericParameterPosition\": \"<integer>\",\n                    \"genericParameterAttributes\": 0,\n                    \"attributes\": 0,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isImport\": \"<boolean>\",\n                    \"isSealed\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isClass\": \"<boolean>\",\n                    \"isNestedAssembly\": \"<boolean>\",\n                    \"isNestedFamANDAssem\": \"<boolean>\",\n                    \"isNestedFamily\": \"<boolean>\",\n                    \"isNestedFamORAssem\": \"<boolean>\",\n                    \"isNestedPrivate\": \"<boolean>\",\n                    \"isNestedPublic\": \"<boolean>\",\n                    \"isNotPublic\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isAutoLayout\": \"<boolean>\",\n                    \"isExplicitLayout\": \"<boolean>\",\n                    \"isLayoutSequential\": \"<boolean>\",\n                    \"isAnsiClass\": \"<boolean>\",\n                    \"isAutoClass\": \"<boolean>\",\n                    \"isUnicodeClass\": \"<boolean>\",\n                    \"isCOMObject\": \"<boolean>\",\n                    \"isContextful\": \"<boolean>\",\n                    \"isEnum\": \"<boolean>\",\n                    \"isMarshalByRef\": \"<boolean>\",\n                    \"isPrimitive\": \"<boolean>\",\n                    \"isValueType\": \"<boolean>\",\n                    \"isSignatureType\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"structLayoutAttribute\": {\n                      \"typeId\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"value\": 3\n                    },\n                    \"typeInitializer\": {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    },\n                    \"typeHandle\": {\n                      \"value\": {}\n                    },\n                    \"guid\": \"<uuid>\",\n                    \"baseType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isSerializable\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"isVisible\": \"<boolean>\",\n                    \"genericTypeParameters\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"declaredConstructors\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      }\n                    ],\n                    \"declaredEvents\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 1,\n                        \"attributes\": 512,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"addMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 0,\n                          \"methodImplementationFlags\": 4,\n                          \"callingConvention\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 4,\n                          \"returnParameter\": {\n                            \"attributes\": 4096,\n                            \"member\": {\n                              \"memberType\": 128,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"removeMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 7,\n                          \"methodImplementationFlags\": 8,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 1,\n                          \"returnParameter\": {\n                            \"attributes\": 1,\n                            \"member\": {\n                              \"memberType\": 32,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"raiseMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 4,\n                          \"methodImplementationFlags\": 4096,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 8,\n                            \"member\": {\n                              \"memberType\": 32,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"isMulticast\": \"<boolean>\",\n                        \"eventHandlerType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      }\n                    ],\n                    \"declaredFields\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 8,\n                        \"attributes\": 0,\n                        \"fieldType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isInitOnly\": \"<boolean>\",\n                        \"isLiteral\": \"<boolean>\",\n                        \"isNotSerialized\": \"<boolean>\",\n                        \"isPinvokeImpl\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"fieldHandle\": {\n                          \"value\": {}\n                        }\n                      }\n                    ],\n                    \"declaredMembers\": [\n                      {\n                        \"memberType\": 1,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      }\n                    ],\n                    \"declaredMethods\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 16,\n                        \"methodImplementationFlags\": 256,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 16,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    ],\n                    \"declaredNestedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                      }\n                    ],\n                    \"declaredProperties\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 2,\n                        \"propertyType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"attributes\": 512,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"canRead\": \"<boolean>\",\n                        \"canWrite\": \"<boolean>\",\n                        \"getMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 53248,\n                          \"methodImplementationFlags\": 64,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 61440,\n                            \"member\": {\n                              \"memberType\": 128,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"setMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 0,\n                          \"methodImplementationFlags\": 512,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 16,\n                          \"returnParameter\": {\n                            \"attributes\": 16,\n                            \"member\": {\n                              \"memberType\": 64,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      }\n                    ],\n                    \"implementedInterfaces\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ]\n                  }\n                ],\n                \"exportedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"codeBase\": \"<string>\",\n                \"entryPoint\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 1,\n                  \"methodImplementationFlags\": 256,\n                  \"callingConvention\": 2,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 8,\n                  \"returnParameter\": {\n                    \"attributes\": 4096,\n                    \"member\": {\n                      \"memberType\": 64,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                },\n                \"fullName\": \"<string>\",\n                \"imageRuntimeVersion\": \"<string>\",\n                \"isDynamic\": \"<boolean>\",\n                \"location\": \"<string>\",\n                \"reflectionOnly\": \"<boolean>\",\n                \"isCollectible\": \"<boolean>\",\n                \"isFullyTrusted\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"escapedCodeBase\": \"<string>\",\n                \"manifestModule\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"modules\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  }\n                ],\n                \"globalAssemblyCache\": \"<boolean>\",\n                \"hostContext\": \"<long>\",\n                \"securityRuleSet\": 2\n              },\n              \"fullyQualifiedName\": \"<string>\",\n              \"name\": \"<string>\",\n              \"mdStreamVersion\": \"<integer>\",\n              \"moduleVersionId\": \"<uuid>\",\n              \"scopeName\": \"<string>\",\n              \"moduleHandle\": {\n                \"mdStreamVersion\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"attributes\": 16384,\n            \"methodImplementationFlags\": 4096,\n            \"callingConvention\": 2,\n            \"isAbstract\": \"<boolean>\",\n            \"isConstructor\": \"<boolean>\",\n            \"isFinal\": \"<boolean>\",\n            \"isHideBySig\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isStatic\": \"<boolean>\",\n            \"isVirtual\": \"<boolean>\",\n            \"isAssembly\": \"<boolean>\",\n            \"isFamily\": \"<boolean>\",\n            \"isFamilyAndAssembly\": \"<boolean>\",\n            \"isFamilyOrAssembly\": \"<boolean>\",\n            \"isPrivate\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isConstructedGenericMethod\": \"<boolean>\",\n            \"isGenericMethod\": \"<boolean>\",\n            \"isGenericMethodDefinition\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"methodHandle\": {\n              \"value\": {}\n            },\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"memberType\": 1\n          },\n          \"typeHandle\": {\n            \"value\": {}\n          },\n          \"guid\": \"<uuid>\",\n          \"baseType\": {\n            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n          },\n          \"isSerializable\": \"<boolean>\",\n          \"containsGenericParameters\": \"<boolean>\",\n          \"isVisible\": \"<boolean>\"\n        },\n        \"module\": {\n          \"assembly\": {\n            \"definedTypes\": [\n              {\n                \"name\": \"<string>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"isInterface\": \"<boolean>\",\n                \"memberType\": 16,\n                \"namespace\": \"<string>\",\n                \"assemblyQualifiedName\": \"<string>\",\n                \"fullName\": \"<string>\",\n                \"assembly\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"isNested\": \"<boolean>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"declaringMethod\": {\n                  \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"underlyingSystemType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isTypeDefinition\": \"<boolean>\",\n                \"isArray\": \"<boolean>\",\n                \"isByRef\": \"<boolean>\",\n                \"isPointer\": \"<boolean>\",\n                \"isConstructedGenericType\": \"<boolean>\",\n                \"isGenericParameter\": \"<boolean>\",\n                \"isGenericTypeParameter\": \"<boolean>\",\n                \"isGenericMethodParameter\": \"<boolean>\",\n                \"isGenericType\": \"<boolean>\",\n                \"isGenericTypeDefinition\": \"<boolean>\",\n                \"isSZArray\": \"<boolean>\",\n                \"isVariableBoundArray\": \"<boolean>\",\n                \"isByRefLike\": \"<boolean>\",\n                \"hasElementType\": \"<boolean>\",\n                \"genericTypeArguments\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"genericParameterPosition\": \"<integer>\",\n                \"genericParameterAttributes\": 2,\n                \"attributes\": 7,\n                \"isAbstract\": \"<boolean>\",\n                \"isImport\": \"<boolean>\",\n                \"isSealed\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isClass\": \"<boolean>\",\n                \"isNestedAssembly\": \"<boolean>\",\n                \"isNestedFamANDAssem\": \"<boolean>\",\n                \"isNestedFamily\": \"<boolean>\",\n                \"isNestedFamORAssem\": \"<boolean>\",\n                \"isNestedPrivate\": \"<boolean>\",\n                \"isNestedPublic\": \"<boolean>\",\n                \"isNotPublic\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isAutoLayout\": \"<boolean>\",\n                \"isExplicitLayout\": \"<boolean>\",\n                \"isLayoutSequential\": \"<boolean>\",\n                \"isAnsiClass\": \"<boolean>\",\n                \"isAutoClass\": \"<boolean>\",\n                \"isUnicodeClass\": \"<boolean>\",\n                \"isCOMObject\": \"<boolean>\",\n                \"isContextful\": \"<boolean>\",\n                \"isEnum\": \"<boolean>\",\n                \"isMarshalByRef\": \"<boolean>\",\n                \"isPrimitive\": \"<boolean>\",\n                \"isValueType\": \"<boolean>\",\n                \"isSignatureType\": \"<boolean>\",\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"structLayoutAttribute\": {\n                  \"typeId\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"value\": 0\n                },\n                \"typeInitializer\": {\n                  \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                },\n                \"typeHandle\": {\n                  \"value\": {}\n                },\n                \"guid\": \"<uuid>\",\n                \"baseType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"isSerializable\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"isVisible\": \"<boolean>\",\n                \"genericTypeParameters\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"declaredConstructors\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  }\n                ],\n                \"declaredEvents\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 64,\n                    \"attributes\": 1024,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"addMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 2,\n                      \"methodImplementationFlags\": 3,\n                      \"callingConvention\": 3,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 1,\n                      \"returnParameter\": {\n                        \"attributes\": 0,\n                        \"member\": {\n                          \"memberType\": 8,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"removeMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 1024,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 1,\n                      \"returnParameter\": {\n                        \"attributes\": 4,\n                        \"member\": {\n                          \"memberType\": 191,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"raiseMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 4,\n                      \"methodImplementationFlags\": 32,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 0,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"isMulticast\": \"<boolean>\",\n                    \"eventHandlerType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  }\n                ],\n                \"declaredFields\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 2,\n                    \"attributes\": 6,\n                    \"fieldType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isInitOnly\": \"<boolean>\",\n                    \"isLiteral\": \"<boolean>\",\n                    \"isNotSerialized\": \"<boolean>\",\n                    \"isPinvokeImpl\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"fieldHandle\": {\n                      \"value\": {}\n                    }\n                  }\n                ],\n                \"declaredMembers\": [\n                  {\n                    \"memberType\": 4,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  }\n                ],\n                \"declaredMethods\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 64,\n                    \"methodImplementationFlags\": 8,\n                    \"callingConvention\": 64,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 191,\n                    \"returnParameter\": {\n                      \"attributes\": 16384,\n                      \"member\": {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  }\n                ],\n                \"declaredNestedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                  }\n                ],\n                \"declaredProperties\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"memberType\": 4,\n                    \"propertyType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"attributes\": 0,\n                    \"isSpecialName\": \"<boolean>\",\n                    \"canRead\": \"<boolean>\",\n                    \"canWrite\": \"<boolean>\",\n                    \"getMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 8192,\n                      \"methodImplementationFlags\": 8,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 16,\n                      \"returnParameter\": {\n                        \"attributes\": 2,\n                        \"member\": {\n                          \"memberType\": 16,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"setMethod\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 32,\n                      \"methodImplementationFlags\": 32,\n                      \"callingConvention\": 1,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 191,\n                      \"returnParameter\": {\n                        \"attributes\": 0,\n                        \"member\": {\n                          \"memberType\": 8,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  }\n                ],\n                \"implementedInterfaces\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ]\n              }\n            ],\n            \"exportedTypes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"codeBase\": \"<string>\",\n            \"entryPoint\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 53248,\n              \"methodImplementationFlags\": 2,\n              \"callingConvention\": 1,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 128,\n              \"returnParameter\": {\n                \"attributes\": 8192,\n                \"member\": {\n                  \"memberType\": 191,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"name\": \"<string>\",\n                \"parameterType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"position\": \"<integer>\",\n                \"isIn\": \"<boolean>\",\n                \"isLcid\": \"<boolean>\",\n                \"isOptional\": \"<boolean>\",\n                \"isOut\": \"<boolean>\",\n                \"isRetval\": \"<boolean>\",\n                \"defaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"rawDefaultValue\": {\n                  \"nullable\": true,\n                  \"readOnly\": true\n                },\n                \"hasDefaultValue\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"returnType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"returnTypeCustomAttributes\": {}\n            },\n            \"fullName\": \"<string>\",\n            \"imageRuntimeVersion\": \"<string>\",\n            \"isDynamic\": \"<boolean>\",\n            \"location\": \"<string>\",\n            \"reflectionOnly\": \"<boolean>\",\n            \"isCollectible\": \"<boolean>\",\n            \"isFullyTrusted\": \"<boolean>\",\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"escapedCodeBase\": \"<string>\",\n            \"manifestModule\": {\n              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n            },\n            \"modules\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              }\n            ],\n            \"globalAssemblyCache\": \"<boolean>\",\n            \"hostContext\": \"<long>\",\n            \"securityRuleSet\": 0\n          },\n          \"fullyQualifiedName\": \"<string>\",\n          \"name\": \"<string>\",\n          \"mdStreamVersion\": \"<integer>\",\n          \"moduleVersionId\": \"<uuid>\",\n          \"scopeName\": \"<string>\",\n          \"moduleHandle\": {\n            \"mdStreamVersion\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n            }\n          ],\n          \"metadataToken\": \"<integer>\"\n        },\n        \"customAttributes\": [\n          {\n            \"attributeType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"constructor\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"assembly\": {\n                  \"definedTypes\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"isInterface\": \"<boolean>\",\n                      \"memberType\": 8,\n                      \"namespace\": \"<string>\",\n                      \"assemblyQualifiedName\": \"<string>\",\n                      \"fullName\": \"<string>\",\n                      \"assembly\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"isNested\": \"<boolean>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"declaringMethod\": {\n                        \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"underlyingSystemType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isTypeDefinition\": \"<boolean>\",\n                      \"isArray\": \"<boolean>\",\n                      \"isByRef\": \"<boolean>\",\n                      \"isPointer\": \"<boolean>\",\n                      \"isConstructedGenericType\": \"<boolean>\",\n                      \"isGenericParameter\": \"<boolean>\",\n                      \"isGenericTypeParameter\": \"<boolean>\",\n                      \"isGenericMethodParameter\": \"<boolean>\",\n                      \"isGenericType\": \"<boolean>\",\n                      \"isGenericTypeDefinition\": \"<boolean>\",\n                      \"isSZArray\": \"<boolean>\",\n                      \"isVariableBoundArray\": \"<boolean>\",\n                      \"isByRefLike\": \"<boolean>\",\n                      \"hasElementType\": \"<boolean>\",\n                      \"genericTypeArguments\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"genericParameterPosition\": \"<integer>\",\n                      \"genericParameterAttributes\": 0,\n                      \"attributes\": 264192,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isImport\": \"<boolean>\",\n                      \"isSealed\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isClass\": \"<boolean>\",\n                      \"isNestedAssembly\": \"<boolean>\",\n                      \"isNestedFamANDAssem\": \"<boolean>\",\n                      \"isNestedFamily\": \"<boolean>\",\n                      \"isNestedFamORAssem\": \"<boolean>\",\n                      \"isNestedPrivate\": \"<boolean>\",\n                      \"isNestedPublic\": \"<boolean>\",\n                      \"isNotPublic\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isAutoLayout\": \"<boolean>\",\n                      \"isExplicitLayout\": \"<boolean>\",\n                      \"isLayoutSequential\": \"<boolean>\",\n                      \"isAnsiClass\": \"<boolean>\",\n                      \"isAutoClass\": \"<boolean>\",\n                      \"isUnicodeClass\": \"<boolean>\",\n                      \"isCOMObject\": \"<boolean>\",\n                      \"isContextful\": \"<boolean>\",\n                      \"isEnum\": \"<boolean>\",\n                      \"isMarshalByRef\": \"<boolean>\",\n                      \"isPrimitive\": \"<boolean>\",\n                      \"isValueType\": \"<boolean>\",\n                      \"isSignatureType\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"structLayoutAttribute\": {\n                        \"typeId\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"value\": 2\n                      },\n                      \"typeInitializer\": {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      },\n                      \"typeHandle\": {\n                        \"value\": {}\n                      },\n                      \"guid\": \"<uuid>\",\n                      \"baseType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isSerializable\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"isVisible\": \"<boolean>\",\n                      \"genericTypeParameters\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"declaredConstructors\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        }\n                      ],\n                      \"declaredEvents\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 128,\n                          \"attributes\": 1024,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"addMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 1024,\n                            \"methodImplementationFlags\": 512,\n                            \"callingConvention\": 32,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 64,\n                            \"returnParameter\": {\n                              \"attributes\": 61440,\n                              \"member\": {\n                                \"memberType\": 191,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"removeMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 8,\n                            \"methodImplementationFlags\": 256,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 1,\n                            \"returnParameter\": {\n                              \"attributes\": 16,\n                              \"member\": {\n                                \"memberType\": 128,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"raiseMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 0,\n                            \"methodImplementationFlags\": 128,\n                            \"callingConvention\": 32,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 16,\n                            \"returnParameter\": {\n                              \"attributes\": 4,\n                              \"member\": {\n                                \"memberType\": 128,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"isMulticast\": \"<boolean>\",\n                          \"eventHandlerType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        }\n                      ],\n                      \"declaredFields\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 32,\n                          \"attributes\": 2,\n                          \"fieldType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isInitOnly\": \"<boolean>\",\n                          \"isLiteral\": \"<boolean>\",\n                          \"isNotSerialized\": \"<boolean>\",\n                          \"isPinvokeImpl\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"fieldHandle\": {\n                            \"value\": {}\n                          }\n                        }\n                      ],\n                      \"declaredMembers\": [\n                        {\n                          \"memberType\": 128,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        }\n                      ],\n                      \"declaredMethods\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 128,\n                          \"methodImplementationFlags\": 65535,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 16,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 191,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      ],\n                      \"declaredNestedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                        }\n                      ],\n                      \"declaredProperties\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 8,\n                          \"propertyType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"attributes\": 62464,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"canRead\": \"<boolean>\",\n                          \"canWrite\": \"<boolean>\",\n                          \"getMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 1,\n                            \"methodImplementationFlags\": 32,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 1,\n                            \"returnParameter\": {\n                              \"attributes\": 1,\n                              \"member\": {\n                                \"memberType\": 4,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"setMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 2,\n                            \"methodImplementationFlags\": 256,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 128,\n                            \"returnParameter\": {\n                              \"attributes\": 32768,\n                              \"member\": {\n                                \"memberType\": 191,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        }\n                      ],\n                      \"implementedInterfaces\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ]\n                    }\n                  ],\n                  \"exportedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"codeBase\": \"<string>\",\n                  \"entryPoint\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 7,\n                    \"methodImplementationFlags\": 128,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 128,\n                    \"returnParameter\": {\n                      \"attributes\": 8,\n                      \"member\": {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"fullName\": \"<string>\",\n                  \"imageRuntimeVersion\": \"<string>\",\n                  \"isDynamic\": \"<boolean>\",\n                  \"location\": \"<string>\",\n                  \"reflectionOnly\": \"<boolean>\",\n                  \"isCollectible\": \"<boolean>\",\n                  \"isFullyTrusted\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"escapedCodeBase\": \"<string>\",\n                  \"manifestModule\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"modules\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    }\n                  ],\n                  \"globalAssemblyCache\": \"<boolean>\",\n                  \"hostContext\": \"<long>\",\n                  \"securityRuleSet\": 1\n                },\n                \"fullyQualifiedName\": \"<string>\",\n                \"name\": \"<string>\",\n                \"mdStreamVersion\": \"<integer>\",\n                \"moduleVersionId\": \"<uuid>\",\n                \"scopeName\": \"<string>\",\n                \"moduleHandle\": {\n                  \"mdStreamVersion\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 8,\n              \"methodImplementationFlags\": 32,\n              \"callingConvention\": 2,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 1\n            },\n            \"constructorArguments\": [\n              {\n                \"argumentType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"value\": {\n                  \"nullable\": true\n                }\n              }\n            ],\n            \"namedArguments\": [\n              {\n                \"memberInfo\": {\n                  \"memberType\": 2,\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"typedValue\": {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                },\n                \"memberName\": \"<string>\",\n                \"isField\": \"<boolean>\"\n              }\n            ]\n          }\n        ],\n        \"isCollectible\": \"<boolean>\",\n        \"metadataToken\": \"<integer>\",\n        \"attributes\": 64,\n        \"methodImplementationFlags\": 32,\n        \"callingConvention\": 32,\n        \"isAbstract\": \"<boolean>\",\n        \"isConstructor\": \"<boolean>\",\n        \"isFinal\": \"<boolean>\",\n        \"isHideBySig\": \"<boolean>\",\n        \"isSpecialName\": \"<boolean>\",\n        \"isStatic\": \"<boolean>\",\n        \"isVirtual\": \"<boolean>\",\n        \"isAssembly\": \"<boolean>\",\n        \"isFamily\": \"<boolean>\",\n        \"isFamilyAndAssembly\": \"<boolean>\",\n        \"isFamilyOrAssembly\": \"<boolean>\",\n        \"isPrivate\": \"<boolean>\",\n        \"isPublic\": \"<boolean>\",\n        \"isConstructedGenericMethod\": \"<boolean>\",\n        \"isGenericMethod\": \"<boolean>\",\n        \"isGenericMethodDefinition\": \"<boolean>\",\n        \"containsGenericParameters\": \"<boolean>\",\n        \"methodHandle\": {\n          \"value\": {}\n        },\n        \"isSecurityCritical\": \"<boolean>\",\n        \"isSecuritySafeCritical\": \"<boolean>\",\n        \"isSecurityTransparent\": \"<boolean>\"\n      },\n      \"data\": {\n        \"laborum_2e\": {},\n        \"anim_160\": {}\n      },\n      \"innerException\": {\n        \"value\": \"<Circular reference to #/components/schemas/Exception detected>\"\n      },\n      \"helpLink\": \"<string>\",\n      \"source\": \"<string>\",\n      \"hResult\": \"<integer>\",\n      \"stackTrace\": \"<string>\"\n    },\n    \"helpLink\": \"<string>\",\n    \"source\": \"<string>\",\n    \"hResult\": \"<integer>\",\n    \"stackTrace\": \"<string>\",\n    \"innerExceptions\": [\n      {\n        \"message\": \"<string>\",\n        \"targetSite\": {\n          \"memberType\": 32,\n          \"name\": \"<string>\",\n          \"declaringType\": {\n            \"name\": \"<string>\",\n            \"customAttributes\": [\n              {\n                \"attributeType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"constructor\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"assembly\": {\n                      \"definedTypes\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"isInterface\": \"<boolean>\",\n                          \"memberType\": 16,\n                          \"namespace\": \"<string>\",\n                          \"assemblyQualifiedName\": \"<string>\",\n                          \"fullName\": \"<string>\",\n                          \"assembly\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"isNested\": \"<boolean>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"declaringMethod\": {\n                            \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"underlyingSystemType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isTypeDefinition\": \"<boolean>\",\n                          \"isArray\": \"<boolean>\",\n                          \"isByRef\": \"<boolean>\",\n                          \"isPointer\": \"<boolean>\",\n                          \"isConstructedGenericType\": \"<boolean>\",\n                          \"isGenericParameter\": \"<boolean>\",\n                          \"isGenericTypeParameter\": \"<boolean>\",\n                          \"isGenericMethodParameter\": \"<boolean>\",\n                          \"isGenericType\": \"<boolean>\",\n                          \"isGenericTypeDefinition\": \"<boolean>\",\n                          \"isSZArray\": \"<boolean>\",\n                          \"isVariableBoundArray\": \"<boolean>\",\n                          \"isByRefLike\": \"<boolean>\",\n                          \"hasElementType\": \"<boolean>\",\n                          \"genericTypeArguments\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ],\n                          \"genericParameterPosition\": \"<integer>\",\n                          \"genericParameterAttributes\": 4,\n                          \"attributes\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isImport\": \"<boolean>\",\n                          \"isSealed\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isClass\": \"<boolean>\",\n                          \"isNestedAssembly\": \"<boolean>\",\n                          \"isNestedFamANDAssem\": \"<boolean>\",\n                          \"isNestedFamily\": \"<boolean>\",\n                          \"isNestedFamORAssem\": \"<boolean>\",\n                          \"isNestedPrivate\": \"<boolean>\",\n                          \"isNestedPublic\": \"<boolean>\",\n                          \"isNotPublic\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isAutoLayout\": \"<boolean>\",\n                          \"isExplicitLayout\": \"<boolean>\",\n                          \"isLayoutSequential\": \"<boolean>\",\n                          \"isAnsiClass\": \"<boolean>\",\n                          \"isAutoClass\": \"<boolean>\",\n                          \"isUnicodeClass\": \"<boolean>\",\n                          \"isCOMObject\": \"<boolean>\",\n                          \"isContextful\": \"<boolean>\",\n                          \"isEnum\": \"<boolean>\",\n                          \"isMarshalByRef\": \"<boolean>\",\n                          \"isPrimitive\": \"<boolean>\",\n                          \"isValueType\": \"<boolean>\",\n                          \"isSignatureType\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"structLayoutAttribute\": {\n                            \"typeId\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"value\": 0\n                          },\n                          \"typeInitializer\": {\n                            \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                          },\n                          \"typeHandle\": {\n                            \"value\": {}\n                          },\n                          \"guid\": \"<uuid>\",\n                          \"baseType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isSerializable\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"isVisible\": \"<boolean>\",\n                          \"genericTypeParameters\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ],\n                          \"declaredConstructors\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                            }\n                          ],\n                          \"declaredEvents\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 128,\n                              \"attributes\": 512,\n                              \"isSpecialName\": \"<boolean>\",\n                              \"addMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 256,\n                                \"methodImplementationFlags\": 3,\n                                \"callingConvention\": 1,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 8,\n                                \"returnParameter\": {\n                                  \"attributes\": 16384,\n                                  \"member\": {\n                                    \"memberType\": 2,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"removeMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 6,\n                                \"methodImplementationFlags\": 4,\n                                \"callingConvention\": 32,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 8,\n                                \"returnParameter\": {\n                                  \"attributes\": 8192,\n                                  \"member\": {\n                                    \"memberType\": 128,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"raiseMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 16,\n                                \"methodImplementationFlags\": 512,\n                                \"callingConvention\": 1,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 64,\n                                \"returnParameter\": {\n                                  \"attributes\": 32768,\n                                  \"member\": {\n                                    \"memberType\": 32,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"isMulticast\": \"<boolean>\",\n                              \"eventHandlerType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              }\n                            }\n                          ],\n                          \"declaredFields\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 2,\n                              \"attributes\": 4096,\n                              \"fieldType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"isInitOnly\": \"<boolean>\",\n                              \"isLiteral\": \"<boolean>\",\n                              \"isNotSerialized\": \"<boolean>\",\n                              \"isPinvokeImpl\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"fieldHandle\": {\n                                \"value\": {}\n                              }\n                            }\n                          ],\n                          \"declaredMembers\": [\n                            {\n                              \"memberType\": 191,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            }\n                          ],\n                          \"declaredMethods\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 128,\n                              \"methodImplementationFlags\": 512,\n                              \"callingConvention\": 32,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 8,\n                              \"returnParameter\": {\n                                \"attributes\": 61440,\n                                \"member\": {\n                                  \"memberType\": 2,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            }\n                          ],\n                          \"declaredNestedTypes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                            }\n                          ],\n                          \"declaredProperties\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 1,\n                              \"propertyType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"attributes\": 512,\n                              \"isSpecialName\": \"<boolean>\",\n                              \"canRead\": \"<boolean>\",\n                              \"canWrite\": \"<boolean>\",\n                              \"getMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 2,\n                                \"methodImplementationFlags\": 1,\n                                \"callingConvention\": 64,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 1,\n                                \"returnParameter\": {\n                                  \"attributes\": 4,\n                                  \"member\": {\n                                    \"memberType\": 191,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"setMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 4,\n                                \"methodImplementationFlags\": 65535,\n                                \"callingConvention\": 1,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 2,\n                                \"returnParameter\": {\n                                  \"attributes\": 61440,\n                                  \"member\": {\n                                    \"memberType\": 128,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              }\n                            }\n                          ],\n                          \"implementedInterfaces\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ]\n                        }\n                      ],\n                      \"exportedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"codeBase\": \"<string>\",\n                      \"entryPoint\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 512,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"fullName\": \"<string>\",\n                      \"imageRuntimeVersion\": \"<string>\",\n                      \"isDynamic\": \"<boolean>\",\n                      \"location\": \"<string>\",\n                      \"reflectionOnly\": \"<boolean>\",\n                      \"isCollectible\": \"<boolean>\",\n                      \"isFullyTrusted\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"escapedCodeBase\": \"<string>\",\n                      \"manifestModule\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"modules\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        }\n                      ],\n                      \"globalAssemblyCache\": \"<boolean>\",\n                      \"hostContext\": \"<long>\",\n                      \"securityRuleSet\": 2\n                    },\n                    \"fullyQualifiedName\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"mdStreamVersion\": \"<integer>\",\n                    \"moduleVersionId\": \"<uuid>\",\n                    \"scopeName\": \"<string>\",\n                    \"moduleHandle\": {\n                      \"mdStreamVersion\": \"<integer>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 0,\n                  \"methodImplementationFlags\": 512,\n                  \"callingConvention\": 32,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 2\n                },\n                \"constructorArguments\": [\n                  {\n                    \"argumentType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"value\": {\n                      \"nullable\": true\n                    }\n                  }\n                ],\n                \"namedArguments\": [\n                  {\n                    \"memberInfo\": {\n                      \"memberType\": 191,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"typedValue\": {\n                      \"argumentType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"value\": {\n                        \"nullable\": true\n                      }\n                    },\n                    \"memberName\": \"<string>\",\n                    \"isField\": \"<boolean>\"\n                  }\n                ]\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"isInterface\": \"<boolean>\",\n            \"memberType\": 128,\n            \"namespace\": \"<string>\",\n            \"assemblyQualifiedName\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 1,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 2,\n                  \"attributes\": 16384,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 3\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"attributes\": 0,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 3,\n                        \"methodImplementationFlags\": 16,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"returnParameter\": {\n                          \"attributes\": 16384,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 6,\n                        \"methodImplementationFlags\": 512,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 2,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 3,\n                        \"methodImplementationFlags\": 65535,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 0,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 16,\n                      \"attributes\": 7,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 4,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 16384,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 64,\n                      \"returnParameter\": {\n                        \"attributes\": 2,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 16,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 512,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8192,\n                        \"methodImplementationFlags\": 16,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"returnParameter\": {\n                          \"attributes\": 4096,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 512,\n                        \"methodImplementationFlags\": 8,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 191,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 7,\n                \"methodImplementationFlags\": 512,\n                \"callingConvention\": 32,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 8,\n                \"returnParameter\": {\n                  \"attributes\": 4,\n                  \"member\": {\n                    \"memberType\": 16,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 0\n            },\n            \"module\": {\n              \"assembly\": {\n                \"definedTypes\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"isInterface\": \"<boolean>\",\n                    \"memberType\": 2,\n                    \"namespace\": \"<string>\",\n                    \"assemblyQualifiedName\": \"<string>\",\n                    \"fullName\": \"<string>\",\n                    \"assembly\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"isNested\": \"<boolean>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"declaringMethod\": {\n                      \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"underlyingSystemType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isTypeDefinition\": \"<boolean>\",\n                    \"isArray\": \"<boolean>\",\n                    \"isByRef\": \"<boolean>\",\n                    \"isPointer\": \"<boolean>\",\n                    \"isConstructedGenericType\": \"<boolean>\",\n                    \"isGenericParameter\": \"<boolean>\",\n                    \"isGenericTypeParameter\": \"<boolean>\",\n                    \"isGenericMethodParameter\": \"<boolean>\",\n                    \"isGenericType\": \"<boolean>\",\n                    \"isGenericTypeDefinition\": \"<boolean>\",\n                    \"isSZArray\": \"<boolean>\",\n                    \"isVariableBoundArray\": \"<boolean>\",\n                    \"isByRefLike\": \"<boolean>\",\n                    \"hasElementType\": \"<boolean>\",\n                    \"genericTypeArguments\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"genericParameterPosition\": \"<integer>\",\n                    \"genericParameterAttributes\": 3,\n                    \"attributes\": 6,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isImport\": \"<boolean>\",\n                    \"isSealed\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isClass\": \"<boolean>\",\n                    \"isNestedAssembly\": \"<boolean>\",\n                    \"isNestedFamANDAssem\": \"<boolean>\",\n                    \"isNestedFamily\": \"<boolean>\",\n                    \"isNestedFamORAssem\": \"<boolean>\",\n                    \"isNestedPrivate\": \"<boolean>\",\n                    \"isNestedPublic\": \"<boolean>\",\n                    \"isNotPublic\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isAutoLayout\": \"<boolean>\",\n                    \"isExplicitLayout\": \"<boolean>\",\n                    \"isLayoutSequential\": \"<boolean>\",\n                    \"isAnsiClass\": \"<boolean>\",\n                    \"isAutoClass\": \"<boolean>\",\n                    \"isUnicodeClass\": \"<boolean>\",\n                    \"isCOMObject\": \"<boolean>\",\n                    \"isContextful\": \"<boolean>\",\n                    \"isEnum\": \"<boolean>\",\n                    \"isMarshalByRef\": \"<boolean>\",\n                    \"isPrimitive\": \"<boolean>\",\n                    \"isValueType\": \"<boolean>\",\n                    \"isSignatureType\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"structLayoutAttribute\": {\n                      \"typeId\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"value\": 2\n                    },\n                    \"typeInitializer\": {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    },\n                    \"typeHandle\": {\n                      \"value\": {}\n                    },\n                    \"guid\": \"<uuid>\",\n                    \"baseType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isSerializable\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"isVisible\": \"<boolean>\",\n                    \"genericTypeParameters\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"declaredConstructors\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      }\n                    ],\n                    \"declaredEvents\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 191,\n                        \"attributes\": 1024,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"addMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 53248,\n                          \"methodImplementationFlags\": 4,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 128,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 8,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"removeMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 16384,\n                          \"methodImplementationFlags\": 512,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 16,\n                          \"returnParameter\": {\n                            \"attributes\": 1,\n                            \"member\": {\n                              \"memberType\": 128,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"raiseMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 1,\n                          \"methodImplementationFlags\": 0,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 1,\n                          \"returnParameter\": {\n                            \"attributes\": 61440,\n                            \"member\": {\n                              \"memberType\": 16,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"isMulticast\": \"<boolean>\",\n                        \"eventHandlerType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      }\n                    ],\n                    \"declaredFields\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 2,\n                        \"attributes\": 16,\n                        \"fieldType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isInitOnly\": \"<boolean>\",\n                        \"isLiteral\": \"<boolean>\",\n                        \"isNotSerialized\": \"<boolean>\",\n                        \"isPinvokeImpl\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"fieldHandle\": {\n                          \"value\": {}\n                        }\n                      }\n                    ],\n                    \"declaredMembers\": [\n                      {\n                        \"memberType\": 2,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      }\n                    ],\n                    \"declaredMethods\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 3,\n                        \"methodImplementationFlags\": 0,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 64,\n                        \"returnParameter\": {\n                          \"attributes\": 32768,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    ],\n                    \"declaredNestedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                      }\n                    ],\n                    \"declaredProperties\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 16,\n                        \"propertyType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"attributes\": 0,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"canRead\": \"<boolean>\",\n                        \"canWrite\": \"<boolean>\",\n                        \"getMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 32,\n                          \"methodImplementationFlags\": 128,\n                          \"callingConvention\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 8,\n                          \"returnParameter\": {\n                            \"attributes\": 32768,\n                            \"member\": {\n                              \"memberType\": 1,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"setMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 512,\n                          \"methodImplementationFlags\": 1,\n                          \"callingConvention\": 1,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 2,\n                          \"returnParameter\": {\n                            \"attributes\": 0,\n                            \"member\": {\n                              \"memberType\": 16,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      }\n                    ],\n                    \"implementedInterfaces\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ]\n                  }\n                ],\n                \"exportedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"codeBase\": \"<string>\",\n                \"entryPoint\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 1,\n                  \"methodImplementationFlags\": 32,\n                  \"callingConvention\": 1,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 191,\n                  \"returnParameter\": {\n                    \"attributes\": 0,\n                    \"member\": {\n                      \"memberType\": 1,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                },\n                \"fullName\": \"<string>\",\n                \"imageRuntimeVersion\": \"<string>\",\n                \"isDynamic\": \"<boolean>\",\n                \"location\": \"<string>\",\n                \"reflectionOnly\": \"<boolean>\",\n                \"isCollectible\": \"<boolean>\",\n                \"isFullyTrusted\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"escapedCodeBase\": \"<string>\",\n                \"manifestModule\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"modules\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  }\n                ],\n                \"globalAssemblyCache\": \"<boolean>\",\n                \"hostContext\": \"<long>\",\n                \"securityRuleSet\": 2\n              },\n              \"fullyQualifiedName\": \"<string>\",\n              \"name\": \"<string>\",\n              \"mdStreamVersion\": \"<integer>\",\n              \"moduleVersionId\": \"<uuid>\",\n              \"scopeName\": \"<string>\",\n              \"moduleHandle\": {\n                \"mdStreamVersion\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"isNested\": \"<boolean>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"declaringMethod\": {\n              \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"underlyingSystemType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"isTypeDefinition\": \"<boolean>\",\n            \"isArray\": \"<boolean>\",\n            \"isByRef\": \"<boolean>\",\n            \"isPointer\": \"<boolean>\",\n            \"isConstructedGenericType\": \"<boolean>\",\n            \"isGenericParameter\": \"<boolean>\",\n            \"isGenericTypeParameter\": \"<boolean>\",\n            \"isGenericMethodParameter\": \"<boolean>\",\n            \"isGenericType\": \"<boolean>\",\n            \"isGenericTypeDefinition\": \"<boolean>\",\n            \"isSZArray\": \"<boolean>\",\n            \"isVariableBoundArray\": \"<boolean>\",\n            \"isByRefLike\": \"<boolean>\",\n            \"hasElementType\": \"<boolean>\",\n            \"genericTypeArguments\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"genericParameterPosition\": \"<integer>\",\n            \"genericParameterAttributes\": 1,\n            \"attributes\": 1024,\n            \"isAbstract\": \"<boolean>\",\n            \"isImport\": \"<boolean>\",\n            \"isSealed\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isClass\": \"<boolean>\",\n            \"isNestedAssembly\": \"<boolean>\",\n            \"isNestedFamANDAssem\": \"<boolean>\",\n            \"isNestedFamily\": \"<boolean>\",\n            \"isNestedFamORAssem\": \"<boolean>\",\n            \"isNestedPrivate\": \"<boolean>\",\n            \"isNestedPublic\": \"<boolean>\",\n            \"isNotPublic\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isAutoLayout\": \"<boolean>\",\n            \"isExplicitLayout\": \"<boolean>\",\n            \"isLayoutSequential\": \"<boolean>\",\n            \"isAnsiClass\": \"<boolean>\",\n            \"isAutoClass\": \"<boolean>\",\n            \"isUnicodeClass\": \"<boolean>\",\n            \"isCOMObject\": \"<boolean>\",\n            \"isContextful\": \"<boolean>\",\n            \"isEnum\": \"<boolean>\",\n            \"isMarshalByRef\": \"<boolean>\",\n            \"isPrimitive\": \"<boolean>\",\n            \"isValueType\": \"<boolean>\",\n            \"isSignatureType\": \"<boolean>\",\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"structLayoutAttribute\": {\n              \"typeId\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"value\": 2\n            },\n            \"typeInitializer\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"assembly\": {\n                  \"definedTypes\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"isInterface\": \"<boolean>\",\n                      \"memberType\": 2,\n                      \"namespace\": \"<string>\",\n                      \"assemblyQualifiedName\": \"<string>\",\n                      \"fullName\": \"<string>\",\n                      \"assembly\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"isNested\": \"<boolean>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"declaringMethod\": {\n                        \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"underlyingSystemType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isTypeDefinition\": \"<boolean>\",\n                      \"isArray\": \"<boolean>\",\n                      \"isByRef\": \"<boolean>\",\n                      \"isPointer\": \"<boolean>\",\n                      \"isConstructedGenericType\": \"<boolean>\",\n                      \"isGenericParameter\": \"<boolean>\",\n                      \"isGenericTypeParameter\": \"<boolean>\",\n                      \"isGenericMethodParameter\": \"<boolean>\",\n                      \"isGenericType\": \"<boolean>\",\n                      \"isGenericTypeDefinition\": \"<boolean>\",\n                      \"isSZArray\": \"<boolean>\",\n                      \"isVariableBoundArray\": \"<boolean>\",\n                      \"isByRefLike\": \"<boolean>\",\n                      \"hasElementType\": \"<boolean>\",\n                      \"genericTypeArguments\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"genericParameterPosition\": \"<integer>\",\n                      \"genericParameterAttributes\": 28,\n                      \"attributes\": 6,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isImport\": \"<boolean>\",\n                      \"isSealed\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isClass\": \"<boolean>\",\n                      \"isNestedAssembly\": \"<boolean>\",\n                      \"isNestedFamANDAssem\": \"<boolean>\",\n                      \"isNestedFamily\": \"<boolean>\",\n                      \"isNestedFamORAssem\": \"<boolean>\",\n                      \"isNestedPrivate\": \"<boolean>\",\n                      \"isNestedPublic\": \"<boolean>\",\n                      \"isNotPublic\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isAutoLayout\": \"<boolean>\",\n                      \"isExplicitLayout\": \"<boolean>\",\n                      \"isLayoutSequential\": \"<boolean>\",\n                      \"isAnsiClass\": \"<boolean>\",\n                      \"isAutoClass\": \"<boolean>\",\n                      \"isUnicodeClass\": \"<boolean>\",\n                      \"isCOMObject\": \"<boolean>\",\n                      \"isContextful\": \"<boolean>\",\n                      \"isEnum\": \"<boolean>\",\n                      \"isMarshalByRef\": \"<boolean>\",\n                      \"isPrimitive\": \"<boolean>\",\n                      \"isValueType\": \"<boolean>\",\n                      \"isSignatureType\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"structLayoutAttribute\": {\n                        \"typeId\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"value\": 0\n                      },\n                      \"typeInitializer\": {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      },\n                      \"typeHandle\": {\n                        \"value\": {}\n                      },\n                      \"guid\": \"<uuid>\",\n                      \"baseType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isSerializable\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"isVisible\": \"<boolean>\",\n                      \"genericTypeParameters\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"declaredConstructors\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        }\n                      ],\n                      \"declaredEvents\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 4,\n                          \"attributes\": 1024,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"addMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 128,\n                            \"methodImplementationFlags\": 128,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 4,\n                            \"returnParameter\": {\n                              \"attributes\": 4096,\n                              \"member\": {\n                                \"memberType\": 128,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"removeMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 128,\n                            \"methodImplementationFlags\": 4,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 128,\n                            \"returnParameter\": {\n                              \"attributes\": 16384,\n                              \"member\": {\n                                \"memberType\": 191,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"raiseMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 128,\n                            \"methodImplementationFlags\": 1,\n                            \"callingConvention\": 1,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 1,\n                            \"returnParameter\": {\n                              \"attributes\": 4096,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"isMulticast\": \"<boolean>\",\n                          \"eventHandlerType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        }\n                      ],\n                      \"declaredFields\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 32,\n                          \"attributes\": 4096,\n                          \"fieldType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isInitOnly\": \"<boolean>\",\n                          \"isLiteral\": \"<boolean>\",\n                          \"isNotSerialized\": \"<boolean>\",\n                          \"isPinvokeImpl\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"fieldHandle\": {\n                            \"value\": {}\n                          }\n                        }\n                      ],\n                      \"declaredMembers\": [\n                        {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        }\n                      ],\n                      \"declaredMethods\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 16,\n                          \"methodImplementationFlags\": 4,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 128,\n                          \"returnParameter\": {\n                            \"attributes\": 16384,\n                            \"member\": {\n                              \"memberType\": 191,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      ],\n                      \"declaredNestedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                        }\n                      ],\n                      \"declaredProperties\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 2,\n                          \"propertyType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"attributes\": 0,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"canRead\": \"<boolean>\",\n                          \"canWrite\": \"<boolean>\",\n                          \"getMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 32768,\n                            \"methodImplementationFlags\": 0,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 2,\n                            \"returnParameter\": {\n                              \"attributes\": 61440,\n                              \"member\": {\n                                \"memberType\": 32,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"setMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 32768,\n                            \"methodImplementationFlags\": 1,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 4,\n                            \"returnParameter\": {\n                              \"attributes\": 2,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        }\n                      ],\n                      \"implementedInterfaces\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ]\n                    }\n                  ],\n                  \"exportedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"codeBase\": \"<string>\",\n                  \"entryPoint\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 2,\n                    \"methodImplementationFlags\": 16,\n                    \"callingConvention\": 1,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 1,\n                    \"returnParameter\": {\n                      \"attributes\": 16,\n                      \"member\": {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"fullName\": \"<string>\",\n                  \"imageRuntimeVersion\": \"<string>\",\n                  \"isDynamic\": \"<boolean>\",\n                  \"location\": \"<string>\",\n                  \"reflectionOnly\": \"<boolean>\",\n                  \"isCollectible\": \"<boolean>\",\n                  \"isFullyTrusted\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"escapedCodeBase\": \"<string>\",\n                  \"manifestModule\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"modules\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    }\n                  ],\n                  \"globalAssemblyCache\": \"<boolean>\",\n                  \"hostContext\": \"<long>\",\n                  \"securityRuleSet\": 0\n                },\n                \"fullyQualifiedName\": \"<string>\",\n                \"name\": \"<string>\",\n                \"mdStreamVersion\": \"<integer>\",\n                \"moduleVersionId\": \"<uuid>\",\n                \"scopeName\": \"<string>\",\n                \"moduleHandle\": {\n                  \"mdStreamVersion\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 16,\n              \"methodImplementationFlags\": 2,\n              \"callingConvention\": 1,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 2\n            },\n            \"typeHandle\": {\n              \"value\": {}\n            },\n            \"guid\": \"<uuid>\",\n            \"baseType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"isSerializable\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"isVisible\": \"<boolean>\"\n          },\n          \"reflectedType\": {\n            \"name\": \"<string>\",\n            \"customAttributes\": [\n              {\n                \"attributeType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"constructor\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"assembly\": {\n                      \"definedTypes\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"isInterface\": \"<boolean>\",\n                          \"memberType\": 32,\n                          \"namespace\": \"<string>\",\n                          \"assemblyQualifiedName\": \"<string>\",\n                          \"fullName\": \"<string>\",\n                          \"assembly\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"isNested\": \"<boolean>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"declaringMethod\": {\n                            \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"underlyingSystemType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isTypeDefinition\": \"<boolean>\",\n                          \"isArray\": \"<boolean>\",\n                          \"isByRef\": \"<boolean>\",\n                          \"isPointer\": \"<boolean>\",\n                          \"isConstructedGenericType\": \"<boolean>\",\n                          \"isGenericParameter\": \"<boolean>\",\n                          \"isGenericTypeParameter\": \"<boolean>\",\n                          \"isGenericMethodParameter\": \"<boolean>\",\n                          \"isGenericType\": \"<boolean>\",\n                          \"isGenericTypeDefinition\": \"<boolean>\",\n                          \"isSZArray\": \"<boolean>\",\n                          \"isVariableBoundArray\": \"<boolean>\",\n                          \"isByRefLike\": \"<boolean>\",\n                          \"hasElementType\": \"<boolean>\",\n                          \"genericTypeArguments\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ],\n                          \"genericParameterPosition\": \"<integer>\",\n                          \"genericParameterAttributes\": 8,\n                          \"attributes\": 4,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isImport\": \"<boolean>\",\n                          \"isSealed\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isClass\": \"<boolean>\",\n                          \"isNestedAssembly\": \"<boolean>\",\n                          \"isNestedFamANDAssem\": \"<boolean>\",\n                          \"isNestedFamily\": \"<boolean>\",\n                          \"isNestedFamORAssem\": \"<boolean>\",\n                          \"isNestedPrivate\": \"<boolean>\",\n                          \"isNestedPublic\": \"<boolean>\",\n                          \"isNotPublic\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isAutoLayout\": \"<boolean>\",\n                          \"isExplicitLayout\": \"<boolean>\",\n                          \"isLayoutSequential\": \"<boolean>\",\n                          \"isAnsiClass\": \"<boolean>\",\n                          \"isAutoClass\": \"<boolean>\",\n                          \"isUnicodeClass\": \"<boolean>\",\n                          \"isCOMObject\": \"<boolean>\",\n                          \"isContextful\": \"<boolean>\",\n                          \"isEnum\": \"<boolean>\",\n                          \"isMarshalByRef\": \"<boolean>\",\n                          \"isPrimitive\": \"<boolean>\",\n                          \"isValueType\": \"<boolean>\",\n                          \"isSignatureType\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"structLayoutAttribute\": {\n                            \"typeId\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"value\": 2\n                          },\n                          \"typeInitializer\": {\n                            \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                          },\n                          \"typeHandle\": {\n                            \"value\": {}\n                          },\n                          \"guid\": \"<uuid>\",\n                          \"baseType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isSerializable\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"isVisible\": \"<boolean>\",\n                          \"genericTypeParameters\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ],\n                          \"declaredConstructors\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                            }\n                          ],\n                          \"declaredEvents\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 8,\n                              \"attributes\": 1024,\n                              \"isSpecialName\": \"<boolean>\",\n                              \"addMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 4096,\n                                \"methodImplementationFlags\": 0,\n                                \"callingConvention\": 32,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 32,\n                                \"returnParameter\": {\n                                  \"attributes\": 61440,\n                                  \"member\": {\n                                    \"memberType\": 16,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"removeMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 2048,\n                                \"methodImplementationFlags\": 256,\n                                \"callingConvention\": 64,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 191,\n                                \"returnParameter\": {\n                                  \"attributes\": 16,\n                                  \"member\": {\n                                    \"memberType\": 4,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"raiseMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 7,\n                                \"methodImplementationFlags\": 65535,\n                                \"callingConvention\": 3,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 128,\n                                \"returnParameter\": {\n                                  \"attributes\": 8,\n                                  \"member\": {\n                                    \"memberType\": 128,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"isMulticast\": \"<boolean>\",\n                              \"eventHandlerType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              }\n                            }\n                          ],\n                          \"declaredFields\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 2,\n                              \"attributes\": 5,\n                              \"fieldType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"isInitOnly\": \"<boolean>\",\n                              \"isLiteral\": \"<boolean>\",\n                              \"isNotSerialized\": \"<boolean>\",\n                              \"isPinvokeImpl\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"fieldHandle\": {\n                                \"value\": {}\n                              }\n                            }\n                          ],\n                          \"declaredMembers\": [\n                            {\n                              \"memberType\": 1,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            }\n                          ],\n                          \"declaredMethods\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 512,\n                              \"methodImplementationFlags\": 256,\n                              \"callingConvention\": 2,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 8,\n                              \"returnParameter\": {\n                                \"attributes\": 61440,\n                                \"member\": {\n                                  \"memberType\": 191,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            }\n                          ],\n                          \"declaredNestedTypes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                            }\n                          ],\n                          \"declaredProperties\": [\n                            {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"memberType\": 32,\n                              \"propertyType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"attributes\": 32768,\n                              \"isSpecialName\": \"<boolean>\",\n                              \"canRead\": \"<boolean>\",\n                              \"canWrite\": \"<boolean>\",\n                              \"getMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 6,\n                                \"methodImplementationFlags\": 4096,\n                                \"callingConvention\": 1,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 32,\n                                \"returnParameter\": {\n                                  \"attributes\": 61440,\n                                  \"member\": {\n                                    \"memberType\": 4,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              },\n                              \"setMethod\": {\n                                \"name\": \"<string>\",\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\",\n                                \"attributes\": 64,\n                                \"methodImplementationFlags\": 4096,\n                                \"callingConvention\": 64,\n                                \"isAbstract\": \"<boolean>\",\n                                \"isConstructor\": \"<boolean>\",\n                                \"isFinal\": \"<boolean>\",\n                                \"isHideBySig\": \"<boolean>\",\n                                \"isSpecialName\": \"<boolean>\",\n                                \"isStatic\": \"<boolean>\",\n                                \"isVirtual\": \"<boolean>\",\n                                \"isAssembly\": \"<boolean>\",\n                                \"isFamily\": \"<boolean>\",\n                                \"isFamilyAndAssembly\": \"<boolean>\",\n                                \"isFamilyOrAssembly\": \"<boolean>\",\n                                \"isPrivate\": \"<boolean>\",\n                                \"isPublic\": \"<boolean>\",\n                                \"isConstructedGenericMethod\": \"<boolean>\",\n                                \"isGenericMethod\": \"<boolean>\",\n                                \"isGenericMethodDefinition\": \"<boolean>\",\n                                \"containsGenericParameters\": \"<boolean>\",\n                                \"methodHandle\": {\n                                  \"value\": {}\n                                },\n                                \"isSecurityCritical\": \"<boolean>\",\n                                \"isSecuritySafeCritical\": \"<boolean>\",\n                                \"isSecurityTransparent\": \"<boolean>\",\n                                \"memberType\": 16,\n                                \"returnParameter\": {\n                                  \"attributes\": 1,\n                                  \"member\": {\n                                    \"memberType\": 191,\n                                    \"declaringType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"reflectedType\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                    },\n                                    \"name\": \"<string>\",\n                                    \"module\": {\n                                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                    },\n                                    \"customAttributes\": [\n                                      {\n                                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                      }\n                                    ],\n                                    \"isCollectible\": \"<boolean>\",\n                                    \"metadataToken\": \"<integer>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"parameterType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"position\": \"<integer>\",\n                                  \"isIn\": \"<boolean>\",\n                                  \"isLcid\": \"<boolean>\",\n                                  \"isOptional\": \"<boolean>\",\n                                  \"isOut\": \"<boolean>\",\n                                  \"isRetval\": \"<boolean>\",\n                                  \"defaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"rawDefaultValue\": {\n                                    \"nullable\": true,\n                                    \"readOnly\": true\n                                  },\n                                  \"hasDefaultValue\": \"<boolean>\",\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                    }\n                                  ],\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"returnType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"returnTypeCustomAttributes\": {}\n                              }\n                            }\n                          ],\n                          \"implementedInterfaces\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          ]\n                        }\n                      ],\n                      \"exportedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"codeBase\": \"<string>\",\n                      \"entryPoint\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 32,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 128,\n                        \"returnParameter\": {\n                          \"attributes\": 2,\n                          \"member\": {\n                            \"memberType\": 2,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"fullName\": \"<string>\",\n                      \"imageRuntimeVersion\": \"<string>\",\n                      \"isDynamic\": \"<boolean>\",\n                      \"location\": \"<string>\",\n                      \"reflectionOnly\": \"<boolean>\",\n                      \"isCollectible\": \"<boolean>\",\n                      \"isFullyTrusted\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"escapedCodeBase\": \"<string>\",\n                      \"manifestModule\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"modules\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        }\n                      ],\n                      \"globalAssemblyCache\": \"<boolean>\",\n                      \"hostContext\": \"<long>\",\n                      \"securityRuleSet\": 1\n                    },\n                    \"fullyQualifiedName\": \"<string>\",\n                    \"name\": \"<string>\",\n                    \"mdStreamVersion\": \"<integer>\",\n                    \"moduleVersionId\": \"<uuid>\",\n                    \"scopeName\": \"<string>\",\n                    \"moduleHandle\": {\n                      \"mdStreamVersion\": \"<integer>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 256,\n                  \"methodImplementationFlags\": 16,\n                  \"callingConvention\": 2,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 16\n                },\n                \"constructorArguments\": [\n                  {\n                    \"argumentType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"value\": {\n                      \"nullable\": true\n                    }\n                  }\n                ],\n                \"namedArguments\": [\n                  {\n                    \"memberInfo\": {\n                      \"memberType\": 1,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"typedValue\": {\n                      \"argumentType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"value\": {\n                        \"nullable\": true\n                      }\n                    },\n                    \"memberName\": \"<string>\",\n                    \"isField\": \"<boolean>\"\n                  }\n                ]\n              }\n            ],\n            \"isCollectible\": \"<boolean>\",\n            \"metadataToken\": \"<integer>\",\n            \"isInterface\": \"<boolean>\",\n            \"memberType\": 32,\n            \"namespace\": \"<string>\",\n            \"assemblyQualifiedName\": \"<string>\",\n            \"fullName\": \"<string>\",\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 64,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 16,\n                  \"attributes\": 256,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 3\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 128,\n                      \"attributes\": 1024,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 8,\n                        \"methodImplementationFlags\": 2,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 1,\n                          \"member\": {\n                            \"memberType\": 2,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 1024,\n                        \"methodImplementationFlags\": 512,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 2,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 128,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 16384,\n                        \"methodImplementationFlags\": 32,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 4096,\n                          \"member\": {\n                            \"memberType\": 1,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 8,\n                      \"attributes\": 16,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 64,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 8192,\n                      \"methodImplementationFlags\": 256,\n                      \"callingConvention\": 64,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 191,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 2,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 1,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 1024,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 4,\n                        \"methodImplementationFlags\": 64,\n                        \"callingConvention\": 1,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 32,\n                        \"returnParameter\": {\n                          \"attributes\": 16,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 4,\n                        \"methodImplementationFlags\": 64,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"returnParameter\": {\n                          \"attributes\": 4,\n                          \"member\": {\n                            \"memberType\": 64,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 256,\n                \"methodImplementationFlags\": 1,\n                \"callingConvention\": 3,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 191,\n                \"returnParameter\": {\n                  \"attributes\": 16,\n                  \"member\": {\n                    \"memberType\": 128,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 0\n            },\n            \"module\": {\n              \"assembly\": {\n                \"definedTypes\": [\n                  {\n                    \"name\": \"<string>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"isInterface\": \"<boolean>\",\n                    \"memberType\": 32,\n                    \"namespace\": \"<string>\",\n                    \"assemblyQualifiedName\": \"<string>\",\n                    \"fullName\": \"<string>\",\n                    \"assembly\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"isNested\": \"<boolean>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"declaringMethod\": {\n                      \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"underlyingSystemType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isTypeDefinition\": \"<boolean>\",\n                    \"isArray\": \"<boolean>\",\n                    \"isByRef\": \"<boolean>\",\n                    \"isPointer\": \"<boolean>\",\n                    \"isConstructedGenericType\": \"<boolean>\",\n                    \"isGenericParameter\": \"<boolean>\",\n                    \"isGenericTypeParameter\": \"<boolean>\",\n                    \"isGenericMethodParameter\": \"<boolean>\",\n                    \"isGenericType\": \"<boolean>\",\n                    \"isGenericTypeDefinition\": \"<boolean>\",\n                    \"isSZArray\": \"<boolean>\",\n                    \"isVariableBoundArray\": \"<boolean>\",\n                    \"isByRefLike\": \"<boolean>\",\n                    \"hasElementType\": \"<boolean>\",\n                    \"genericTypeArguments\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"genericParameterPosition\": \"<integer>\",\n                    \"genericParameterAttributes\": 1,\n                    \"attributes\": 2048,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isImport\": \"<boolean>\",\n                    \"isSealed\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isClass\": \"<boolean>\",\n                    \"isNestedAssembly\": \"<boolean>\",\n                    \"isNestedFamANDAssem\": \"<boolean>\",\n                    \"isNestedFamily\": \"<boolean>\",\n                    \"isNestedFamORAssem\": \"<boolean>\",\n                    \"isNestedPrivate\": \"<boolean>\",\n                    \"isNestedPublic\": \"<boolean>\",\n                    \"isNotPublic\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isAutoLayout\": \"<boolean>\",\n                    \"isExplicitLayout\": \"<boolean>\",\n                    \"isLayoutSequential\": \"<boolean>\",\n                    \"isAnsiClass\": \"<boolean>\",\n                    \"isAutoClass\": \"<boolean>\",\n                    \"isUnicodeClass\": \"<boolean>\",\n                    \"isCOMObject\": \"<boolean>\",\n                    \"isContextful\": \"<boolean>\",\n                    \"isEnum\": \"<boolean>\",\n                    \"isMarshalByRef\": \"<boolean>\",\n                    \"isPrimitive\": \"<boolean>\",\n                    \"isValueType\": \"<boolean>\",\n                    \"isSignatureType\": \"<boolean>\",\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"structLayoutAttribute\": {\n                      \"typeId\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"value\": 3\n                    },\n                    \"typeInitializer\": {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    },\n                    \"typeHandle\": {\n                      \"value\": {}\n                    },\n                    \"guid\": \"<uuid>\",\n                    \"baseType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"isSerializable\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"isVisible\": \"<boolean>\",\n                    \"genericTypeParameters\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"declaredConstructors\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      }\n                    ],\n                    \"declaredEvents\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 64,\n                        \"attributes\": 512,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"addMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 2048,\n                          \"methodImplementationFlags\": 65535,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 4,\n                          \"returnParameter\": {\n                            \"attributes\": 4096,\n                            \"member\": {\n                              \"memberType\": 16,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"removeMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 8192,\n                          \"methodImplementationFlags\": 128,\n                          \"callingConvention\": 64,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 64,\n                          \"returnParameter\": {\n                            \"attributes\": 16,\n                            \"member\": {\n                              \"memberType\": 8,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"raiseMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 32,\n                          \"methodImplementationFlags\": 32,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 4,\n                          \"returnParameter\": {\n                            \"attributes\": 8192,\n                            \"member\": {\n                              \"memberType\": 8,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"isMulticast\": \"<boolean>\",\n                        \"eventHandlerType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      }\n                    ],\n                    \"declaredFields\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 32,\n                        \"attributes\": 0,\n                        \"fieldType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isInitOnly\": \"<boolean>\",\n                        \"isLiteral\": \"<boolean>\",\n                        \"isNotSerialized\": \"<boolean>\",\n                        \"isPinvokeImpl\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"fieldHandle\": {\n                          \"value\": {}\n                        }\n                      }\n                    ],\n                    \"declaredMembers\": [\n                      {\n                        \"memberType\": 64,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      }\n                    ],\n                    \"declaredMethods\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 4,\n                        \"methodImplementationFlags\": 1,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 4,\n                        \"returnParameter\": {\n                          \"attributes\": 0,\n                          \"member\": {\n                            \"memberType\": 4,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    ],\n                    \"declaredNestedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                      }\n                    ],\n                    \"declaredProperties\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"memberType\": 1,\n                        \"propertyType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"attributes\": 0,\n                        \"isSpecialName\": \"<boolean>\",\n                        \"canRead\": \"<boolean>\",\n                        \"canWrite\": \"<boolean>\",\n                        \"getMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 16384,\n                          \"methodImplementationFlags\": 512,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 2,\n                          \"returnParameter\": {\n                            \"attributes\": 4096,\n                            \"member\": {\n                              \"memberType\": 64,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        },\n                        \"setMethod\": {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 64,\n                          \"methodImplementationFlags\": 64,\n                          \"callingConvention\": 32,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 1,\n                          \"returnParameter\": {\n                            \"attributes\": 61440,\n                            \"member\": {\n                              \"memberType\": 64,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      }\n                    ],\n                    \"implementedInterfaces\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ]\n                  }\n                ],\n                \"exportedTypes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  }\n                ],\n                \"codeBase\": \"<string>\",\n                \"entryPoint\": {\n                  \"name\": \"<string>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"attributes\": 2048,\n                  \"methodImplementationFlags\": 3,\n                  \"callingConvention\": 32,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isConstructor\": \"<boolean>\",\n                  \"isFinal\": \"<boolean>\",\n                  \"isHideBySig\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isStatic\": \"<boolean>\",\n                  \"isVirtual\": \"<boolean>\",\n                  \"isAssembly\": \"<boolean>\",\n                  \"isFamily\": \"<boolean>\",\n                  \"isFamilyAndAssembly\": \"<boolean>\",\n                  \"isFamilyOrAssembly\": \"<boolean>\",\n                  \"isPrivate\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isConstructedGenericMethod\": \"<boolean>\",\n                  \"isGenericMethod\": \"<boolean>\",\n                  \"isGenericMethodDefinition\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"methodHandle\": {\n                    \"value\": {}\n                  },\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"memberType\": 128,\n                  \"returnParameter\": {\n                    \"attributes\": 4,\n                    \"member\": {\n                      \"memberType\": 128,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"parameterType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"position\": \"<integer>\",\n                    \"isIn\": \"<boolean>\",\n                    \"isLcid\": \"<boolean>\",\n                    \"isOptional\": \"<boolean>\",\n                    \"isOut\": \"<boolean>\",\n                    \"isRetval\": \"<boolean>\",\n                    \"defaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"rawDefaultValue\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"hasDefaultValue\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"returnType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"returnTypeCustomAttributes\": {}\n                },\n                \"fullName\": \"<string>\",\n                \"imageRuntimeVersion\": \"<string>\",\n                \"isDynamic\": \"<boolean>\",\n                \"location\": \"<string>\",\n                \"reflectionOnly\": \"<boolean>\",\n                \"isCollectible\": \"<boolean>\",\n                \"isFullyTrusted\": \"<boolean>\",\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"escapedCodeBase\": \"<string>\",\n                \"manifestModule\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"modules\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  }\n                ],\n                \"globalAssemblyCache\": \"<boolean>\",\n                \"hostContext\": \"<long>\",\n                \"securityRuleSet\": 1\n              },\n              \"fullyQualifiedName\": \"<string>\",\n              \"name\": \"<string>\",\n              \"mdStreamVersion\": \"<integer>\",\n              \"moduleVersionId\": \"<uuid>\",\n              \"scopeName\": \"<string>\",\n              \"moduleHandle\": {\n                \"mdStreamVersion\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"metadataToken\": \"<integer>\"\n            },\n            \"isNested\": \"<boolean>\",\n            \"declaringType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"declaringMethod\": {\n              \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n            },\n            \"reflectedType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"underlyingSystemType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"isTypeDefinition\": \"<boolean>\",\n            \"isArray\": \"<boolean>\",\n            \"isByRef\": \"<boolean>\",\n            \"isPointer\": \"<boolean>\",\n            \"isConstructedGenericType\": \"<boolean>\",\n            \"isGenericParameter\": \"<boolean>\",\n            \"isGenericTypeParameter\": \"<boolean>\",\n            \"isGenericMethodParameter\": \"<boolean>\",\n            \"isGenericType\": \"<boolean>\",\n            \"isGenericTypeDefinition\": \"<boolean>\",\n            \"isSZArray\": \"<boolean>\",\n            \"isVariableBoundArray\": \"<boolean>\",\n            \"isByRefLike\": \"<boolean>\",\n            \"hasElementType\": \"<boolean>\",\n            \"genericTypeArguments\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              }\n            ],\n            \"genericParameterPosition\": \"<integer>\",\n            \"genericParameterAttributes\": 3,\n            \"attributes\": 1024,\n            \"isAbstract\": \"<boolean>\",\n            \"isImport\": \"<boolean>\",\n            \"isSealed\": \"<boolean>\",\n            \"isSpecialName\": \"<boolean>\",\n            \"isClass\": \"<boolean>\",\n            \"isNestedAssembly\": \"<boolean>\",\n            \"isNestedFamANDAssem\": \"<boolean>\",\n            \"isNestedFamily\": \"<boolean>\",\n            \"isNestedFamORAssem\": \"<boolean>\",\n            \"isNestedPrivate\": \"<boolean>\",\n            \"isNestedPublic\": \"<boolean>\",\n            \"isNotPublic\": \"<boolean>\",\n            \"isPublic\": \"<boolean>\",\n            \"isAutoLayout\": \"<boolean>\",\n            \"isExplicitLayout\": \"<boolean>\",\n            \"isLayoutSequential\": \"<boolean>\",\n            \"isAnsiClass\": \"<boolean>\",\n            \"isAutoClass\": \"<boolean>\",\n            \"isUnicodeClass\": \"<boolean>\",\n            \"isCOMObject\": \"<boolean>\",\n            \"isContextful\": \"<boolean>\",\n            \"isEnum\": \"<boolean>\",\n            \"isMarshalByRef\": \"<boolean>\",\n            \"isPrimitive\": \"<boolean>\",\n            \"isValueType\": \"<boolean>\",\n            \"isSignatureType\": \"<boolean>\",\n            \"isSecurityCritical\": \"<boolean>\",\n            \"isSecuritySafeCritical\": \"<boolean>\",\n            \"isSecurityTransparent\": \"<boolean>\",\n            \"structLayoutAttribute\": {\n              \"typeId\": {\n                \"nullable\": true,\n                \"readOnly\": true\n              },\n              \"value\": 2\n            },\n            \"typeInitializer\": {\n              \"name\": \"<string>\",\n              \"declaringType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"reflectedType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"module\": {\n                \"assembly\": {\n                  \"definedTypes\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"isInterface\": \"<boolean>\",\n                      \"memberType\": 128,\n                      \"namespace\": \"<string>\",\n                      \"assemblyQualifiedName\": \"<string>\",\n                      \"fullName\": \"<string>\",\n                      \"assembly\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"isNested\": \"<boolean>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"declaringMethod\": {\n                        \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"underlyingSystemType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isTypeDefinition\": \"<boolean>\",\n                      \"isArray\": \"<boolean>\",\n                      \"isByRef\": \"<boolean>\",\n                      \"isPointer\": \"<boolean>\",\n                      \"isConstructedGenericType\": \"<boolean>\",\n                      \"isGenericParameter\": \"<boolean>\",\n                      \"isGenericTypeParameter\": \"<boolean>\",\n                      \"isGenericMethodParameter\": \"<boolean>\",\n                      \"isGenericType\": \"<boolean>\",\n                      \"isGenericTypeDefinition\": \"<boolean>\",\n                      \"isSZArray\": \"<boolean>\",\n                      \"isVariableBoundArray\": \"<boolean>\",\n                      \"isByRefLike\": \"<boolean>\",\n                      \"hasElementType\": \"<boolean>\",\n                      \"genericTypeArguments\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"genericParameterPosition\": \"<integer>\",\n                      \"genericParameterAttributes\": 8,\n                      \"attributes\": 65536,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isImport\": \"<boolean>\",\n                      \"isSealed\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isClass\": \"<boolean>\",\n                      \"isNestedAssembly\": \"<boolean>\",\n                      \"isNestedFamANDAssem\": \"<boolean>\",\n                      \"isNestedFamily\": \"<boolean>\",\n                      \"isNestedFamORAssem\": \"<boolean>\",\n                      \"isNestedPrivate\": \"<boolean>\",\n                      \"isNestedPublic\": \"<boolean>\",\n                      \"isNotPublic\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isAutoLayout\": \"<boolean>\",\n                      \"isExplicitLayout\": \"<boolean>\",\n                      \"isLayoutSequential\": \"<boolean>\",\n                      \"isAnsiClass\": \"<boolean>\",\n                      \"isAutoClass\": \"<boolean>\",\n                      \"isUnicodeClass\": \"<boolean>\",\n                      \"isCOMObject\": \"<boolean>\",\n                      \"isContextful\": \"<boolean>\",\n                      \"isEnum\": \"<boolean>\",\n                      \"isMarshalByRef\": \"<boolean>\",\n                      \"isPrimitive\": \"<boolean>\",\n                      \"isValueType\": \"<boolean>\",\n                      \"isSignatureType\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"structLayoutAttribute\": {\n                        \"typeId\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"value\": 2\n                      },\n                      \"typeInitializer\": {\n                        \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                      },\n                      \"typeHandle\": {\n                        \"value\": {}\n                      },\n                      \"guid\": \"<uuid>\",\n                      \"baseType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isSerializable\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"isVisible\": \"<boolean>\",\n                      \"genericTypeParameters\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ],\n                      \"declaredConstructors\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        }\n                      ],\n                      \"declaredEvents\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 4,\n                          \"attributes\": 1024,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"addMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 32768,\n                            \"methodImplementationFlags\": 4096,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 2,\n                              \"member\": {\n                                \"memberType\": 1,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"removeMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 1,\n                            \"methodImplementationFlags\": 65535,\n                            \"callingConvention\": 1,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 16384,\n                              \"member\": {\n                                \"memberType\": 8,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"raiseMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 2048,\n                            \"methodImplementationFlags\": 64,\n                            \"callingConvention\": 2,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 8,\n                              \"member\": {\n                                \"memberType\": 64,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"isMulticast\": \"<boolean>\",\n                          \"eventHandlerType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        }\n                      ],\n                      \"declaredFields\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 191,\n                          \"attributes\": 3,\n                          \"fieldType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"isInitOnly\": \"<boolean>\",\n                          \"isLiteral\": \"<boolean>\",\n                          \"isNotSerialized\": \"<boolean>\",\n                          \"isPinvokeImpl\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"fieldHandle\": {\n                            \"value\": {}\n                          }\n                        }\n                      ],\n                      \"declaredMembers\": [\n                        {\n                          \"memberType\": 1,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        }\n                      ],\n                      \"declaredMethods\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"attributes\": 1,\n                          \"methodImplementationFlags\": 256,\n                          \"callingConvention\": 3,\n                          \"isAbstract\": \"<boolean>\",\n                          \"isConstructor\": \"<boolean>\",\n                          \"isFinal\": \"<boolean>\",\n                          \"isHideBySig\": \"<boolean>\",\n                          \"isSpecialName\": \"<boolean>\",\n                          \"isStatic\": \"<boolean>\",\n                          \"isVirtual\": \"<boolean>\",\n                          \"isAssembly\": \"<boolean>\",\n                          \"isFamily\": \"<boolean>\",\n                          \"isFamilyAndAssembly\": \"<boolean>\",\n                          \"isFamilyOrAssembly\": \"<boolean>\",\n                          \"isPrivate\": \"<boolean>\",\n                          \"isPublic\": \"<boolean>\",\n                          \"isConstructedGenericMethod\": \"<boolean>\",\n                          \"isGenericMethod\": \"<boolean>\",\n                          \"isGenericMethodDefinition\": \"<boolean>\",\n                          \"containsGenericParameters\": \"<boolean>\",\n                          \"methodHandle\": {\n                            \"value\": {}\n                          },\n                          \"isSecurityCritical\": \"<boolean>\",\n                          \"isSecuritySafeCritical\": \"<boolean>\",\n                          \"isSecurityTransparent\": \"<boolean>\",\n                          \"memberType\": 2,\n                          \"returnParameter\": {\n                            \"attributes\": 4096,\n                            \"member\": {\n                              \"memberType\": 2,\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"parameterType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"position\": \"<integer>\",\n                            \"isIn\": \"<boolean>\",\n                            \"isLcid\": \"<boolean>\",\n                            \"isOptional\": \"<boolean>\",\n                            \"isOut\": \"<boolean>\",\n                            \"isRetval\": \"<boolean>\",\n                            \"defaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"rawDefaultValue\": {\n                              \"nullable\": true,\n                              \"readOnly\": true\n                            },\n                            \"hasDefaultValue\": \"<boolean>\",\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"returnType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"returnTypeCustomAttributes\": {}\n                        }\n                      ],\n                      \"declaredNestedTypes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                        }\n                      ],\n                      \"declaredProperties\": [\n                        {\n                          \"name\": \"<string>\",\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\",\n                          \"memberType\": 4,\n                          \"propertyType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"attributes\": 16384,\n                          \"isSpecialName\": \"<boolean>\",\n                          \"canRead\": \"<boolean>\",\n                          \"canWrite\": \"<boolean>\",\n                          \"getMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 6,\n                            \"methodImplementationFlags\": 8,\n                            \"callingConvention\": 3,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 32,\n                            \"returnParameter\": {\n                              \"attributes\": 2,\n                              \"member\": {\n                                \"memberType\": 64,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          },\n                          \"setMethod\": {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 1,\n                            \"methodImplementationFlags\": 8,\n                            \"callingConvention\": 64,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 128,\n                            \"returnParameter\": {\n                              \"attributes\": 61440,\n                              \"member\": {\n                                \"memberType\": 16,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        }\n                      ],\n                      \"implementedInterfaces\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        }\n                      ]\n                    }\n                  ],\n                  \"exportedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"codeBase\": \"<string>\",\n                  \"entryPoint\": {\n                    \"name\": \"<string>\",\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\",\n                    \"attributes\": 16,\n                    \"methodImplementationFlags\": 16,\n                    \"callingConvention\": 32,\n                    \"isAbstract\": \"<boolean>\",\n                    \"isConstructor\": \"<boolean>\",\n                    \"isFinal\": \"<boolean>\",\n                    \"isHideBySig\": \"<boolean>\",\n                    \"isSpecialName\": \"<boolean>\",\n                    \"isStatic\": \"<boolean>\",\n                    \"isVirtual\": \"<boolean>\",\n                    \"isAssembly\": \"<boolean>\",\n                    \"isFamily\": \"<boolean>\",\n                    \"isFamilyAndAssembly\": \"<boolean>\",\n                    \"isFamilyOrAssembly\": \"<boolean>\",\n                    \"isPrivate\": \"<boolean>\",\n                    \"isPublic\": \"<boolean>\",\n                    \"isConstructedGenericMethod\": \"<boolean>\",\n                    \"isGenericMethod\": \"<boolean>\",\n                    \"isGenericMethodDefinition\": \"<boolean>\",\n                    \"containsGenericParameters\": \"<boolean>\",\n                    \"methodHandle\": {\n                      \"value\": {}\n                    },\n                    \"isSecurityCritical\": \"<boolean>\",\n                    \"isSecuritySafeCritical\": \"<boolean>\",\n                    \"isSecurityTransparent\": \"<boolean>\",\n                    \"memberType\": 128,\n                    \"returnParameter\": {\n                      \"attributes\": 16,\n                      \"member\": {\n                        \"memberType\": 8,\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"parameterType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"position\": \"<integer>\",\n                      \"isIn\": \"<boolean>\",\n                      \"isLcid\": \"<boolean>\",\n                      \"isOptional\": \"<boolean>\",\n                      \"isOut\": \"<boolean>\",\n                      \"isRetval\": \"<boolean>\",\n                      \"defaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"rawDefaultValue\": {\n                        \"nullable\": true,\n                        \"readOnly\": true\n                      },\n                      \"hasDefaultValue\": \"<boolean>\",\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"metadataToken\": \"<integer>\"\n                    },\n                    \"returnType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"returnTypeCustomAttributes\": {}\n                  },\n                  \"fullName\": \"<string>\",\n                  \"imageRuntimeVersion\": \"<string>\",\n                  \"isDynamic\": \"<boolean>\",\n                  \"location\": \"<string>\",\n                  \"reflectionOnly\": \"<boolean>\",\n                  \"isCollectible\": \"<boolean>\",\n                  \"isFullyTrusted\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"escapedCodeBase\": \"<string>\",\n                  \"manifestModule\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"modules\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    }\n                  ],\n                  \"globalAssemblyCache\": \"<boolean>\",\n                  \"hostContext\": \"<long>\",\n                  \"securityRuleSet\": 1\n                },\n                \"fullyQualifiedName\": \"<string>\",\n                \"name\": \"<string>\",\n                \"mdStreamVersion\": \"<integer>\",\n                \"moduleVersionId\": \"<uuid>\",\n                \"scopeName\": \"<string>\",\n                \"moduleHandle\": {\n                  \"mdStreamVersion\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"metadataToken\": \"<integer>\"\n              },\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"isCollectible\": \"<boolean>\",\n              \"metadataToken\": \"<integer>\",\n              \"attributes\": 4,\n              \"methodImplementationFlags\": 8,\n              \"callingConvention\": 64,\n              \"isAbstract\": \"<boolean>\",\n              \"isConstructor\": \"<boolean>\",\n              \"isFinal\": \"<boolean>\",\n              \"isHideBySig\": \"<boolean>\",\n              \"isSpecialName\": \"<boolean>\",\n              \"isStatic\": \"<boolean>\",\n              \"isVirtual\": \"<boolean>\",\n              \"isAssembly\": \"<boolean>\",\n              \"isFamily\": \"<boolean>\",\n              \"isFamilyAndAssembly\": \"<boolean>\",\n              \"isFamilyOrAssembly\": \"<boolean>\",\n              \"isPrivate\": \"<boolean>\",\n              \"isPublic\": \"<boolean>\",\n              \"isConstructedGenericMethod\": \"<boolean>\",\n              \"isGenericMethod\": \"<boolean>\",\n              \"isGenericMethodDefinition\": \"<boolean>\",\n              \"containsGenericParameters\": \"<boolean>\",\n              \"methodHandle\": {\n                \"value\": {}\n              },\n              \"isSecurityCritical\": \"<boolean>\",\n              \"isSecuritySafeCritical\": \"<boolean>\",\n              \"isSecurityTransparent\": \"<boolean>\",\n              \"memberType\": 64\n            },\n            \"typeHandle\": {\n              \"value\": {}\n            },\n            \"guid\": \"<uuid>\",\n            \"baseType\": {\n              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n            },\n            \"isSerializable\": \"<boolean>\",\n            \"containsGenericParameters\": \"<boolean>\",\n            \"isVisible\": \"<boolean>\"\n          },\n          \"module\": {\n            \"assembly\": {\n              \"definedTypes\": [\n                {\n                  \"name\": \"<string>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"isCollectible\": \"<boolean>\",\n                  \"metadataToken\": \"<integer>\",\n                  \"isInterface\": \"<boolean>\",\n                  \"memberType\": 8,\n                  \"namespace\": \"<string>\",\n                  \"assemblyQualifiedName\": \"<string>\",\n                  \"fullName\": \"<string>\",\n                  \"assembly\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                  },\n                  \"module\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                  },\n                  \"isNested\": \"<boolean>\",\n                  \"declaringType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"declaringMethod\": {\n                    \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                  },\n                  \"reflectedType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"underlyingSystemType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isTypeDefinition\": \"<boolean>\",\n                  \"isArray\": \"<boolean>\",\n                  \"isByRef\": \"<boolean>\",\n                  \"isPointer\": \"<boolean>\",\n                  \"isConstructedGenericType\": \"<boolean>\",\n                  \"isGenericParameter\": \"<boolean>\",\n                  \"isGenericTypeParameter\": \"<boolean>\",\n                  \"isGenericMethodParameter\": \"<boolean>\",\n                  \"isGenericType\": \"<boolean>\",\n                  \"isGenericTypeDefinition\": \"<boolean>\",\n                  \"isSZArray\": \"<boolean>\",\n                  \"isVariableBoundArray\": \"<boolean>\",\n                  \"isByRefLike\": \"<boolean>\",\n                  \"hasElementType\": \"<boolean>\",\n                  \"genericTypeArguments\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"genericParameterPosition\": \"<integer>\",\n                  \"genericParameterAttributes\": 1,\n                  \"attributes\": 2,\n                  \"isAbstract\": \"<boolean>\",\n                  \"isImport\": \"<boolean>\",\n                  \"isSealed\": \"<boolean>\",\n                  \"isSpecialName\": \"<boolean>\",\n                  \"isClass\": \"<boolean>\",\n                  \"isNestedAssembly\": \"<boolean>\",\n                  \"isNestedFamANDAssem\": \"<boolean>\",\n                  \"isNestedFamily\": \"<boolean>\",\n                  \"isNestedFamORAssem\": \"<boolean>\",\n                  \"isNestedPrivate\": \"<boolean>\",\n                  \"isNestedPublic\": \"<boolean>\",\n                  \"isNotPublic\": \"<boolean>\",\n                  \"isPublic\": \"<boolean>\",\n                  \"isAutoLayout\": \"<boolean>\",\n                  \"isExplicitLayout\": \"<boolean>\",\n                  \"isLayoutSequential\": \"<boolean>\",\n                  \"isAnsiClass\": \"<boolean>\",\n                  \"isAutoClass\": \"<boolean>\",\n                  \"isUnicodeClass\": \"<boolean>\",\n                  \"isCOMObject\": \"<boolean>\",\n                  \"isContextful\": \"<boolean>\",\n                  \"isEnum\": \"<boolean>\",\n                  \"isMarshalByRef\": \"<boolean>\",\n                  \"isPrimitive\": \"<boolean>\",\n                  \"isValueType\": \"<boolean>\",\n                  \"isSignatureType\": \"<boolean>\",\n                  \"isSecurityCritical\": \"<boolean>\",\n                  \"isSecuritySafeCritical\": \"<boolean>\",\n                  \"isSecurityTransparent\": \"<boolean>\",\n                  \"structLayoutAttribute\": {\n                    \"typeId\": {\n                      \"nullable\": true,\n                      \"readOnly\": true\n                    },\n                    \"value\": 2\n                  },\n                  \"typeInitializer\": {\n                    \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                  },\n                  \"typeHandle\": {\n                    \"value\": {}\n                  },\n                  \"guid\": \"<uuid>\",\n                  \"baseType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"isSerializable\": \"<boolean>\",\n                  \"containsGenericParameters\": \"<boolean>\",\n                  \"isVisible\": \"<boolean>\",\n                  \"genericTypeParameters\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ],\n                  \"declaredConstructors\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                    }\n                  ],\n                  \"declaredEvents\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 32,\n                      \"attributes\": 0,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"addMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 5,\n                        \"methodImplementationFlags\": 3,\n                        \"callingConvention\": 2,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 16,\n                        \"returnParameter\": {\n                          \"attributes\": 8,\n                          \"member\": {\n                            \"memberType\": 32,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"removeMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 32768,\n                        \"methodImplementationFlags\": 4,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 191,\n                        \"returnParameter\": {\n                          \"attributes\": 1,\n                          \"member\": {\n                            \"memberType\": 64,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"raiseMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 2,\n                        \"methodImplementationFlags\": 512,\n                        \"callingConvention\": 32,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 4,\n                        \"returnParameter\": {\n                          \"attributes\": 8192,\n                          \"member\": {\n                            \"memberType\": 8,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"isMulticast\": \"<boolean>\",\n                      \"eventHandlerType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    }\n                  ],\n                  \"declaredFields\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 16,\n                      \"attributes\": 32,\n                      \"fieldType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"isInitOnly\": \"<boolean>\",\n                      \"isLiteral\": \"<boolean>\",\n                      \"isNotSerialized\": \"<boolean>\",\n                      \"isPinvokeImpl\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"fieldHandle\": {\n                        \"value\": {}\n                      }\n                    }\n                  ],\n                  \"declaredMembers\": [\n                    {\n                      \"memberType\": 32,\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"name\": \"<string>\",\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\"\n                    }\n                  ],\n                  \"declaredMethods\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 3,\n                      \"methodImplementationFlags\": 16,\n                      \"callingConvention\": 32,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 2,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 64,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    }\n                  ],\n                  \"declaredNestedTypes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                    }\n                  ],\n                  \"declaredProperties\": [\n                    {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"memberType\": 32,\n                      \"propertyType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"attributes\": 16384,\n                      \"isSpecialName\": \"<boolean>\",\n                      \"canRead\": \"<boolean>\",\n                      \"canWrite\": \"<boolean>\",\n                      \"getMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 16,\n                        \"methodImplementationFlags\": 1,\n                        \"callingConvention\": 3,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 4,\n                        \"returnParameter\": {\n                          \"attributes\": 16384,\n                          \"member\": {\n                            \"memberType\": 1,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      },\n                      \"setMethod\": {\n                        \"name\": \"<string>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"attributes\": 1024,\n                        \"methodImplementationFlags\": 64,\n                        \"callingConvention\": 64,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isConstructor\": \"<boolean>\",\n                        \"isFinal\": \"<boolean>\",\n                        \"isHideBySig\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isStatic\": \"<boolean>\",\n                        \"isVirtual\": \"<boolean>\",\n                        \"isAssembly\": \"<boolean>\",\n                        \"isFamily\": \"<boolean>\",\n                        \"isFamilyAndAssembly\": \"<boolean>\",\n                        \"isFamilyOrAssembly\": \"<boolean>\",\n                        \"isPrivate\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isConstructedGenericMethod\": \"<boolean>\",\n                        \"isGenericMethod\": \"<boolean>\",\n                        \"isGenericMethodDefinition\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"methodHandle\": {\n                          \"value\": {}\n                        },\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"memberType\": 64,\n                        \"returnParameter\": {\n                          \"attributes\": 4,\n                          \"member\": {\n                            \"memberType\": 2,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"parameterType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"position\": \"<integer>\",\n                          \"isIn\": \"<boolean>\",\n                          \"isLcid\": \"<boolean>\",\n                          \"isOptional\": \"<boolean>\",\n                          \"isOut\": \"<boolean>\",\n                          \"isRetval\": \"<boolean>\",\n                          \"defaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"rawDefaultValue\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"hasDefaultValue\": \"<boolean>\",\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                            }\n                          ],\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"returnType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"returnTypeCustomAttributes\": {}\n                      }\n                    }\n                  ],\n                  \"implementedInterfaces\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    }\n                  ]\n                }\n              ],\n              \"exportedTypes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                }\n              ],\n              \"codeBase\": \"<string>\",\n              \"entryPoint\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 1024,\n                \"methodImplementationFlags\": 16,\n                \"callingConvention\": 3,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 2,\n                \"returnParameter\": {\n                  \"attributes\": 61440,\n                  \"member\": {\n                    \"memberType\": 2,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"name\": \"<string>\",\n                  \"parameterType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"position\": \"<integer>\",\n                  \"isIn\": \"<boolean>\",\n                  \"isLcid\": \"<boolean>\",\n                  \"isOptional\": \"<boolean>\",\n                  \"isOut\": \"<boolean>\",\n                  \"isRetval\": \"<boolean>\",\n                  \"defaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"rawDefaultValue\": {\n                    \"nullable\": true,\n                    \"readOnly\": true\n                  },\n                  \"hasDefaultValue\": \"<boolean>\",\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"returnType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"returnTypeCustomAttributes\": {}\n              },\n              \"fullName\": \"<string>\",\n              \"imageRuntimeVersion\": \"<string>\",\n              \"isDynamic\": \"<boolean>\",\n              \"location\": \"<string>\",\n              \"reflectionOnly\": \"<boolean>\",\n              \"isCollectible\": \"<boolean>\",\n              \"isFullyTrusted\": \"<boolean>\",\n              \"customAttributes\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                }\n              ],\n              \"escapedCodeBase\": \"<string>\",\n              \"manifestModule\": {\n                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n              },\n              \"modules\": [\n                {\n                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                }\n              ],\n              \"globalAssemblyCache\": \"<boolean>\",\n              \"hostContext\": \"<long>\",\n              \"securityRuleSet\": 2\n            },\n            \"fullyQualifiedName\": \"<string>\",\n            \"name\": \"<string>\",\n            \"mdStreamVersion\": \"<integer>\",\n            \"moduleVersionId\": \"<uuid>\",\n            \"scopeName\": \"<string>\",\n            \"moduleHandle\": {\n              \"mdStreamVersion\": \"<integer>\"\n            },\n            \"customAttributes\": [\n              {\n                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n              }\n            ],\n            \"metadataToken\": \"<integer>\"\n          },\n          \"customAttributes\": [\n            {\n              \"attributeType\": {\n                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n              },\n              \"constructor\": {\n                \"name\": \"<string>\",\n                \"declaringType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"reflectedType\": {\n                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                },\n                \"module\": {\n                  \"assembly\": {\n                    \"definedTypes\": [\n                      {\n                        \"name\": \"<string>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"isCollectible\": \"<boolean>\",\n                        \"metadataToken\": \"<integer>\",\n                        \"isInterface\": \"<boolean>\",\n                        \"memberType\": 8,\n                        \"namespace\": \"<string>\",\n                        \"assemblyQualifiedName\": \"<string>\",\n                        \"fullName\": \"<string>\",\n                        \"assembly\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Assembly detected>\"\n                        },\n                        \"module\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                        },\n                        \"isNested\": \"<boolean>\",\n                        \"declaringType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"declaringMethod\": {\n                          \"value\": \"<Circular reference to #/components/schemas/MethodBase detected>\"\n                        },\n                        \"reflectedType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"underlyingSystemType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isTypeDefinition\": \"<boolean>\",\n                        \"isArray\": \"<boolean>\",\n                        \"isByRef\": \"<boolean>\",\n                        \"isPointer\": \"<boolean>\",\n                        \"isConstructedGenericType\": \"<boolean>\",\n                        \"isGenericParameter\": \"<boolean>\",\n                        \"isGenericTypeParameter\": \"<boolean>\",\n                        \"isGenericMethodParameter\": \"<boolean>\",\n                        \"isGenericType\": \"<boolean>\",\n                        \"isGenericTypeDefinition\": \"<boolean>\",\n                        \"isSZArray\": \"<boolean>\",\n                        \"isVariableBoundArray\": \"<boolean>\",\n                        \"isByRefLike\": \"<boolean>\",\n                        \"hasElementType\": \"<boolean>\",\n                        \"genericTypeArguments\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"genericParameterPosition\": \"<integer>\",\n                        \"genericParameterAttributes\": 4,\n                        \"attributes\": 8,\n                        \"isAbstract\": \"<boolean>\",\n                        \"isImport\": \"<boolean>\",\n                        \"isSealed\": \"<boolean>\",\n                        \"isSpecialName\": \"<boolean>\",\n                        \"isClass\": \"<boolean>\",\n                        \"isNestedAssembly\": \"<boolean>\",\n                        \"isNestedFamANDAssem\": \"<boolean>\",\n                        \"isNestedFamily\": \"<boolean>\",\n                        \"isNestedFamORAssem\": \"<boolean>\",\n                        \"isNestedPrivate\": \"<boolean>\",\n                        \"isNestedPublic\": \"<boolean>\",\n                        \"isNotPublic\": \"<boolean>\",\n                        \"isPublic\": \"<boolean>\",\n                        \"isAutoLayout\": \"<boolean>\",\n                        \"isExplicitLayout\": \"<boolean>\",\n                        \"isLayoutSequential\": \"<boolean>\",\n                        \"isAnsiClass\": \"<boolean>\",\n                        \"isAutoClass\": \"<boolean>\",\n                        \"isUnicodeClass\": \"<boolean>\",\n                        \"isCOMObject\": \"<boolean>\",\n                        \"isContextful\": \"<boolean>\",\n                        \"isEnum\": \"<boolean>\",\n                        \"isMarshalByRef\": \"<boolean>\",\n                        \"isPrimitive\": \"<boolean>\",\n                        \"isValueType\": \"<boolean>\",\n                        \"isSignatureType\": \"<boolean>\",\n                        \"isSecurityCritical\": \"<boolean>\",\n                        \"isSecuritySafeCritical\": \"<boolean>\",\n                        \"isSecurityTransparent\": \"<boolean>\",\n                        \"structLayoutAttribute\": {\n                          \"typeId\": {\n                            \"nullable\": true,\n                            \"readOnly\": true\n                          },\n                          \"value\": 0\n                        },\n                        \"typeInitializer\": {\n                          \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                        },\n                        \"typeHandle\": {\n                          \"value\": {}\n                        },\n                        \"guid\": \"<uuid>\",\n                        \"baseType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"isSerializable\": \"<boolean>\",\n                        \"containsGenericParameters\": \"<boolean>\",\n                        \"isVisible\": \"<boolean>\",\n                        \"genericTypeParameters\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ],\n                        \"declaredConstructors\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/ConstructorInfo detected>\"\n                          }\n                        ],\n                        \"declaredEvents\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 8,\n                            \"attributes\": 0,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"addMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 3,\n                              \"methodImplementationFlags\": 512,\n                              \"callingConvention\": 1,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 8,\n                              \"returnParameter\": {\n                                \"attributes\": 4,\n                                \"member\": {\n                                  \"memberType\": 1,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"removeMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 1,\n                              \"methodImplementationFlags\": 16,\n                              \"callingConvention\": 3,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 2,\n                              \"returnParameter\": {\n                                \"attributes\": 8,\n                                \"member\": {\n                                  \"memberType\": 16,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"raiseMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 2048,\n                              \"methodImplementationFlags\": 256,\n                              \"callingConvention\": 64,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 1,\n                              \"returnParameter\": {\n                                \"attributes\": 16384,\n                                \"member\": {\n                                  \"memberType\": 2,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"isMulticast\": \"<boolean>\",\n                            \"eventHandlerType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            }\n                          }\n                        ],\n                        \"declaredFields\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 4,\n                            \"attributes\": 0,\n                            \"fieldType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"isInitOnly\": \"<boolean>\",\n                            \"isLiteral\": \"<boolean>\",\n                            \"isNotSerialized\": \"<boolean>\",\n                            \"isPinvokeImpl\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"fieldHandle\": {\n                              \"value\": {}\n                            }\n                          }\n                        ],\n                        \"declaredMembers\": [\n                          {\n                            \"memberType\": 1,\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"name\": \"<string>\",\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\"\n                          }\n                        ],\n                        \"declaredMethods\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"attributes\": 128,\n                            \"methodImplementationFlags\": 4096,\n                            \"callingConvention\": 32,\n                            \"isAbstract\": \"<boolean>\",\n                            \"isConstructor\": \"<boolean>\",\n                            \"isFinal\": \"<boolean>\",\n                            \"isHideBySig\": \"<boolean>\",\n                            \"isSpecialName\": \"<boolean>\",\n                            \"isStatic\": \"<boolean>\",\n                            \"isVirtual\": \"<boolean>\",\n                            \"isAssembly\": \"<boolean>\",\n                            \"isFamily\": \"<boolean>\",\n                            \"isFamilyAndAssembly\": \"<boolean>\",\n                            \"isFamilyOrAssembly\": \"<boolean>\",\n                            \"isPrivate\": \"<boolean>\",\n                            \"isPublic\": \"<boolean>\",\n                            \"isConstructedGenericMethod\": \"<boolean>\",\n                            \"isGenericMethod\": \"<boolean>\",\n                            \"isGenericMethodDefinition\": \"<boolean>\",\n                            \"containsGenericParameters\": \"<boolean>\",\n                            \"methodHandle\": {\n                              \"value\": {}\n                            },\n                            \"isSecurityCritical\": \"<boolean>\",\n                            \"isSecuritySafeCritical\": \"<boolean>\",\n                            \"isSecurityTransparent\": \"<boolean>\",\n                            \"memberType\": 8,\n                            \"returnParameter\": {\n                              \"attributes\": 16384,\n                              \"member\": {\n                                \"memberType\": 64,\n                                \"declaringType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"reflectedType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"module\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                },\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                  }\n                                ],\n                                \"isCollectible\": \"<boolean>\",\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"name\": \"<string>\",\n                              \"parameterType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"position\": \"<integer>\",\n                              \"isIn\": \"<boolean>\",\n                              \"isLcid\": \"<boolean>\",\n                              \"isOptional\": \"<boolean>\",\n                              \"isOut\": \"<boolean>\",\n                              \"isRetval\": \"<boolean>\",\n                              \"defaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"rawDefaultValue\": {\n                                \"nullable\": true,\n                                \"readOnly\": true\n                              },\n                              \"hasDefaultValue\": \"<boolean>\",\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"metadataToken\": \"<integer>\"\n                            },\n                            \"returnType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"returnTypeCustomAttributes\": {}\n                          }\n                        ],\n                        \"declaredNestedTypes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/TypeInfo detected>\"\n                          }\n                        ],\n                        \"declaredProperties\": [\n                          {\n                            \"name\": \"<string>\",\n                            \"declaringType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"reflectedType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"module\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                            },\n                            \"customAttributes\": [\n                              {\n                                \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                              }\n                            ],\n                            \"isCollectible\": \"<boolean>\",\n                            \"metadataToken\": \"<integer>\",\n                            \"memberType\": 191,\n                            \"propertyType\": {\n                              \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                            },\n                            \"attributes\": 512,\n                            \"isSpecialName\": \"<boolean>\",\n                            \"canRead\": \"<boolean>\",\n                            \"canWrite\": \"<boolean>\",\n                            \"getMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 5,\n                              \"methodImplementationFlags\": 16,\n                              \"callingConvention\": 2,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 191,\n                              \"returnParameter\": {\n                                \"attributes\": 4096,\n                                \"member\": {\n                                  \"memberType\": 191,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            },\n                            \"setMethod\": {\n                              \"name\": \"<string>\",\n                              \"declaringType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"reflectedType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"module\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                              },\n                              \"customAttributes\": [\n                                {\n                                  \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                }\n                              ],\n                              \"isCollectible\": \"<boolean>\",\n                              \"metadataToken\": \"<integer>\",\n                              \"attributes\": 2048,\n                              \"methodImplementationFlags\": 4,\n                              \"callingConvention\": 32,\n                              \"isAbstract\": \"<boolean>\",\n                              \"isConstructor\": \"<boolean>\",\n                              \"isFinal\": \"<boolean>\",\n                              \"isHideBySig\": \"<boolean>\",\n                              \"isSpecialName\": \"<boolean>\",\n                              \"isStatic\": \"<boolean>\",\n                              \"isVirtual\": \"<boolean>\",\n                              \"isAssembly\": \"<boolean>\",\n                              \"isFamily\": \"<boolean>\",\n                              \"isFamilyAndAssembly\": \"<boolean>\",\n                              \"isFamilyOrAssembly\": \"<boolean>\",\n                              \"isPrivate\": \"<boolean>\",\n                              \"isPublic\": \"<boolean>\",\n                              \"isConstructedGenericMethod\": \"<boolean>\",\n                              \"isGenericMethod\": \"<boolean>\",\n                              \"isGenericMethodDefinition\": \"<boolean>\",\n                              \"containsGenericParameters\": \"<boolean>\",\n                              \"methodHandle\": {\n                                \"value\": {}\n                              },\n                              \"isSecurityCritical\": \"<boolean>\",\n                              \"isSecuritySafeCritical\": \"<boolean>\",\n                              \"isSecurityTransparent\": \"<boolean>\",\n                              \"memberType\": 8,\n                              \"returnParameter\": {\n                                \"attributes\": 32768,\n                                \"member\": {\n                                  \"memberType\": 32,\n                                  \"declaringType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"reflectedType\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                  },\n                                  \"name\": \"<string>\",\n                                  \"module\": {\n                                    \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                                  },\n                                  \"customAttributes\": [\n                                    {\n                                      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                                    }\n                                  ],\n                                  \"isCollectible\": \"<boolean>\",\n                                  \"metadataToken\": \"<integer>\"\n                                },\n                                \"name\": \"<string>\",\n                                \"parameterType\": {\n                                  \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                                },\n                                \"position\": \"<integer>\",\n                                \"isIn\": \"<boolean>\",\n                                \"isLcid\": \"<boolean>\",\n                                \"isOptional\": \"<boolean>\",\n                                \"isOut\": \"<boolean>\",\n                                \"isRetval\": \"<boolean>\",\n                                \"defaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"rawDefaultValue\": {\n                                  \"nullable\": true,\n                                  \"readOnly\": true\n                                },\n                                \"hasDefaultValue\": \"<boolean>\",\n                                \"customAttributes\": [\n                                  {\n                                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                                  }\n                                ],\n                                \"metadataToken\": \"<integer>\"\n                              },\n                              \"returnType\": {\n                                \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                              },\n                              \"returnTypeCustomAttributes\": {}\n                            }\n                          }\n                        ],\n                        \"implementedInterfaces\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          }\n                        ]\n                      }\n                    ],\n                    \"exportedTypes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      }\n                    ],\n                    \"codeBase\": \"<string>\",\n                    \"entryPoint\": {\n                      \"name\": \"<string>\",\n                      \"declaringType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"reflectedType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"module\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      },\n                      \"customAttributes\": [\n                        {\n                          \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                        }\n                      ],\n                      \"isCollectible\": \"<boolean>\",\n                      \"metadataToken\": \"<integer>\",\n                      \"attributes\": 2,\n                      \"methodImplementationFlags\": 1,\n                      \"callingConvention\": 2,\n                      \"isAbstract\": \"<boolean>\",\n                      \"isConstructor\": \"<boolean>\",\n                      \"isFinal\": \"<boolean>\",\n                      \"isHideBySig\": \"<boolean>\",\n                      \"isSpecialName\": \"<boolean>\",\n                      \"isStatic\": \"<boolean>\",\n                      \"isVirtual\": \"<boolean>\",\n                      \"isAssembly\": \"<boolean>\",\n                      \"isFamily\": \"<boolean>\",\n                      \"isFamilyAndAssembly\": \"<boolean>\",\n                      \"isFamilyOrAssembly\": \"<boolean>\",\n                      \"isPrivate\": \"<boolean>\",\n                      \"isPublic\": \"<boolean>\",\n                      \"isConstructedGenericMethod\": \"<boolean>\",\n                      \"isGenericMethod\": \"<boolean>\",\n                      \"isGenericMethodDefinition\": \"<boolean>\",\n                      \"containsGenericParameters\": \"<boolean>\",\n                      \"methodHandle\": {\n                        \"value\": {}\n                      },\n                      \"isSecurityCritical\": \"<boolean>\",\n                      \"isSecuritySafeCritical\": \"<boolean>\",\n                      \"isSecurityTransparent\": \"<boolean>\",\n                      \"memberType\": 16,\n                      \"returnParameter\": {\n                        \"attributes\": 8192,\n                        \"member\": {\n                          \"memberType\": 16,\n                          \"declaringType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"reflectedType\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                          },\n                          \"name\": \"<string>\",\n                          \"module\": {\n                            \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                          },\n                          \"customAttributes\": [\n                            {\n                              \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                            }\n                          ],\n                          \"isCollectible\": \"<boolean>\",\n                          \"metadataToken\": \"<integer>\"\n                        },\n                        \"name\": \"<string>\",\n                        \"parameterType\": {\n                          \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                        },\n                        \"position\": \"<integer>\",\n                        \"isIn\": \"<boolean>\",\n                        \"isLcid\": \"<boolean>\",\n                        \"isOptional\": \"<boolean>\",\n                        \"isOut\": \"<boolean>\",\n                        \"isRetval\": \"<boolean>\",\n                        \"defaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"rawDefaultValue\": {\n                          \"nullable\": true,\n                          \"readOnly\": true\n                        },\n                        \"hasDefaultValue\": \"<boolean>\",\n                        \"customAttributes\": [\n                          {\n                            \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                          }\n                        ],\n                        \"metadataToken\": \"<integer>\"\n                      },\n                      \"returnType\": {\n                        \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                      },\n                      \"returnTypeCustomAttributes\": {}\n                    },\n                    \"fullName\": \"<string>\",\n                    \"imageRuntimeVersion\": \"<string>\",\n                    \"isDynamic\": \"<boolean>\",\n                    \"location\": \"<string>\",\n                    \"reflectionOnly\": \"<boolean>\",\n                    \"isCollectible\": \"<boolean>\",\n                    \"isFullyTrusted\": \"<boolean>\",\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                      }\n                    ],\n                    \"escapedCodeBase\": \"<string>\",\n                    \"manifestModule\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"modules\": [\n                      {\n                        \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                      }\n                    ],\n                    \"globalAssemblyCache\": \"<boolean>\",\n                    \"hostContext\": \"<long>\",\n                    \"securityRuleSet\": 1\n                  },\n                  \"fullyQualifiedName\": \"<string>\",\n                  \"name\": \"<string>\",\n                  \"mdStreamVersion\": \"<integer>\",\n                  \"moduleVersionId\": \"<uuid>\",\n                  \"scopeName\": \"<string>\",\n                  \"moduleHandle\": {\n                    \"mdStreamVersion\": \"<integer>\"\n                  },\n                  \"customAttributes\": [\n                    {\n                      \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                    }\n                  ],\n                  \"metadataToken\": \"<integer>\"\n                },\n                \"customAttributes\": [\n                  {\n                    \"value\": \"<Circular reference to #/components/schemas/CustomAttributeData detected>\"\n                  }\n                ],\n                \"isCollectible\": \"<boolean>\",\n                \"metadataToken\": \"<integer>\",\n                \"attributes\": 6,\n                \"methodImplementationFlags\": 32,\n                \"callingConvention\": 32,\n                \"isAbstract\": \"<boolean>\",\n                \"isConstructor\": \"<boolean>\",\n                \"isFinal\": \"<boolean>\",\n                \"isHideBySig\": \"<boolean>\",\n                \"isSpecialName\": \"<boolean>\",\n                \"isStatic\": \"<boolean>\",\n                \"isVirtual\": \"<boolean>\",\n                \"isAssembly\": \"<boolean>\",\n                \"isFamily\": \"<boolean>\",\n                \"isFamilyAndAssembly\": \"<boolean>\",\n                \"isFamilyOrAssembly\": \"<boolean>\",\n                \"isPrivate\": \"<boolean>\",\n                \"isPublic\": \"<boolean>\",\n                \"isConstructedGenericMethod\": \"<boolean>\",\n                \"isGenericMethod\": \"<boolean>\",\n                \"isGenericMethodDefinition\": \"<boolean>\",\n                \"containsGenericParameters\": \"<boolean>\",\n                \"methodHandle\": {\n                  \"value\": {}\n                },\n                \"isSecurityCritical\": \"<boolean>\",\n                \"isSecuritySafeCritical\": \"<boolean>\",\n                \"isSecurityTransparent\": \"<boolean>\",\n                \"memberType\": 16\n              },\n              \"constructorArguments\": [\n                {\n                  \"argumentType\": {\n                    \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                  },\n                  \"value\": {\n                    \"nullable\": true\n                  }\n                }\n              ],\n              \"namedArguments\": [\n                {\n                  \"memberInfo\": {\n                    \"memberType\": 2,\n                    \"declaringType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"reflectedType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"name\": \"<string>\",\n                    \"module\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Module detected>\"\n                    },\n                    \"customAttributes\": [\n                      {\n                        \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n                      }\n                    ],\n                    \"isCollectible\": \"<boolean>\",\n                    \"metadataToken\": \"<integer>\"\n                  },\n                  \"typedValue\": {\n                    \"argumentType\": {\n                      \"value\": \"<Circular reference to #/components/schemas/Type detected>\"\n                    },\n                    \"value\": {\n                      \"nullable\": true\n                    }\n                  },\n                  \"memberName\": \"<string>\",\n                  \"isField\": \"<boolean>\"\n                }\n              ]\n            }\n          ],\n          \"isCollectible\": \"<boolean>\",\n          \"metadataToken\": \"<integer>\",\n          \"attributes\": 3,\n          \"methodImplementationFlags\": 0,\n          \"callingConvention\": 3,\n          \"isAbstract\": \"<boolean>\",\n          \"isConstructor\": \"<boolean>\",\n          \"isFinal\": \"<boolean>\",\n          \"isHideBySig\": \"<boolean>\",\n          \"isSpecialName\": \"<boolean>\",\n          \"isStatic\": \"<boolean>\",\n          \"isVirtual\": \"<boolean>\",\n          \"isAssembly\": \"<boolean>\",\n          \"isFamily\": \"<boolean>\",\n          \"isFamilyAndAssembly\": \"<boolean>\",\n          \"isFamilyOrAssembly\": \"<boolean>\",\n          \"isPrivate\": \"<boolean>\",\n          \"isPublic\": \"<boolean>\",\n          \"isConstructedGenericMethod\": \"<boolean>\",\n          \"isGenericMethod\": \"<boolean>\",\n          \"isGenericMethodDefinition\": \"<boolean>\",\n          \"containsGenericParameters\": \"<boolean>\",\n          \"methodHandle\": {\n            \"value\": {}\n          },\n          \"isSecurityCritical\": \"<boolean>\",\n          \"isSecuritySafeCritical\": \"<boolean>\",\n          \"isSecurityTransparent\": \"<boolean>\"\n        },\n        \"data\": {\n          \"dolor_b2a\": {}\n        },\n        \"innerException\": {\n          \"value\": \"<Circular reference to #/components/schemas/Exception detected>\"\n        },\n        \"helpLink\": \"<string>\",\n        \"source\": \"<string>\",\n        \"hResult\": \"<integer>\",\n        \"stackTrace\": \"<string>\"\n      }\n    ],\n    \"message\": \"<string>\"\n  },\n  \"status\": 6,\n  \"isCanceled\": \"<boolean>\",\n  \"isCompleted\": \"<boolean>\",\n  \"isCompletedSuccessfully\": \"<boolean>\",\n  \"creationOptions\": 8,\n  \"asyncState\": {\n    \"nullable\": true,\n    \"readOnly\": true\n  },\n  \"isFaulted\": \"<boolean>\"\n}"}],"_postman_id":"49b0a18c-500c-4b1f-9b99-34f6ea4d45c6"}],"id":"76b89362-2a31-47ab-a282-31dfea3cf815","_postman_id":"76b89362-2a31-47ab-a282-31dfea3cf815","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetRecipeMode","item":[{"name":"Sets the recipe mode using the RecipeMode model","id":"8f908025-aa27-4957-89a8-799484fe2848","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"recipeNumber\": \"<integer>\",\n  \"controlMethod\": 1,\n  \"preWetMode\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/SetRecipeMode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","SetRecipeMode"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"fa377285-54a3-4bea-a378-74c214305bf4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"recipeNumber\": \"<integer>\",\n  \"controlMethod\": 1,\n  \"preWetMode\": 1\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Recipe/SetRecipeMode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"8f908025-aa27-4957-89a8-799484fe2848"}],"id":"c969ea57-76a0-44ad-82a3-63cc4055d1be","_postman_id":"c969ea57-76a0-44ad-82a3-63cc4055d1be","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetDefaultSystemRecipe","item":[{"name":"Returns the Hydronix factory default recipe","id":"0d03a9b6-7cd4-416b-a1c4-d90f761f9362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe/GetDefaultSystemRecipe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe","GetDefaultSystemRecipe"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"24797178-e198-4c93-95b1-f782fb83b3e0","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Recipe/GetDefaultSystemRecipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"recipeNumber\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"recipeDesc\": \"<string>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetTarget\": \"<double>\",\n  \"preWetWaterLimit\": \"<double>\",\n  \"mainWater\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"mainWaterLimit\": \"<double>\",\n  \"mainWaterTrim\": \"<double>\",\n  \"admixEnablePercentage\": \"<integer>\",\n  \"admixAmount\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"dryWeightCal\": \"<double>\",\n  \"cementWeight\": \"<double>\",\n  \"initialMixTime\": \"<integer>\",\n  \"preWetMixTime\": \"<integer>\",\n  \"maxDryMixTime\": \"<integer>\",\n  \"maxWetMixTime\": \"<integer>\",\n  \"mixExtensionEnable\": \"<boolean>\",\n  \"mixExtensionTime\": \"<integer>\",\n  \"cementTimeout\": \"<integer>\",\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"averagingTime\": \"<integer>\",\n  \"preWetMode\": \"<integer>\",\n  \"atInitialEnable\": \"<boolean>\",\n  \"atPreWetEnable\": \"<boolean>\",\n  \"atDryEnable\": \"<boolean>\",\n  \"atWetEnable\": \"<boolean>\",\n  \"localAutoTrackEnable\": \"<boolean>\",\n  \"localAutoTrackInitialMixDev\": \"<double>\",\n  \"localAutoTrackInitialMixTime\": \"<double>\",\n  \"localAutoTrackPreWetMixDev\": \"<double>\",\n  \"localAutoTrackPreWetMixTime\": \"<double>\",\n  \"localAutoTrackDryMixDev\": \"<double>\",\n  \"localAutoTrackDryMixTime\": \"<integer>\",\n  \"localAutoTrackWetMixDev\": \"<double>\",\n  \"localAutoTrackWetMixTime\": \"<integer>\",\n  \"preWetMoistureOffset\": \"<double>\",\n  \"preWetMoistureGain\": \"<double>\",\n  \"moistureOffset1\": \"<double>\",\n  \"moistureGain1\": \"<double>\",\n  \"moistureOffset2\": \"<double>\",\n  \"moistureGain2\": \"<double>\",\n  \"calcGain\": \"<double>\",\n  \"calcOffset\": \"<double>\",\n  \"usePreWetValueForCalc\": \"<boolean>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"localProportionalGain\": \"<double>\",\n  \"localIntegralGain\": \"<double>\",\n  \"localDerivativeGain\": \"<double>\",\n  \"controlMethod\": \"<integer>\",\n  \"batchCounter\": \"<integer>\",\n  \"temperatureSetPoint\": \"<double>\",\n  \"temperatureCoefficient\": \"<double>\",\n  \"preSetType\": \"<boolean>\",\n  \"switchCalPoint\": \"<double>\",\n  \"recipeGain\": \"<double>\",\n  \"unitStoredAs\": \"<integer>\",\n  \"recipeUnscaledMode\": \"<integer>\",\n  \"calibrationMixId\": \"<integer>\"\n}"}],"_postman_id":"0d03a9b6-7cd4-416b-a1c4-d90f761f9362"}],"id":"d6df8af9-2e2d-4824-af2c-71c310ec89d1","_postman_id":"d6df8af9-2e2d-4824-af2c-71c310ec89d1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Returns all recipes","id":"664163a1-7555-4860-938e-9f235b2f566f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Recipe","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Recipe"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b1aa98dd-3505-40cf-bbf0-765ac705eedc","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Recipe"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<integer>\",\n    \"recipeNumber\": \"<integer>\",\n    \"recipeName\": \"<string>\",\n    \"recipeDesc\": \"<string>\",\n    \"preWetWater\": \"<double>\",\n    \"preWetTarget\": \"<double>\",\n    \"preWetWaterLimit\": \"<double>\",\n    \"mainWater\": \"<double>\",\n    \"moistureTarget\": \"<double>\",\n    \"mainWaterLimit\": \"<double>\",\n    \"mainWaterTrim\": \"<double>\",\n    \"admixEnablePercentage\": \"<integer>\",\n    \"admixAmount\": \"<double>\",\n    \"dryWeight\": \"<double>\",\n    \"dryWeightCal\": \"<double>\",\n    \"cementWeight\": \"<double>\",\n    \"initialMixTime\": \"<integer>\",\n    \"preWetMixTime\": \"<integer>\",\n    \"maxDryMixTime\": \"<integer>\",\n    \"maxWetMixTime\": \"<integer>\",\n    \"mixExtensionEnable\": \"<boolean>\",\n    \"mixExtensionTime\": \"<integer>\",\n    \"cementTimeout\": \"<integer>\",\n    \"plusTolerance\": \"<double>\",\n    \"minusTolerance\": \"<double>\",\n    \"averagingTime\": \"<integer>\",\n    \"preWetMode\": \"<integer>\",\n    \"atInitialEnable\": \"<boolean>\",\n    \"atPreWetEnable\": \"<boolean>\",\n    \"atDryEnable\": \"<boolean>\",\n    \"atWetEnable\": \"<boolean>\",\n    \"localAutoTrackEnable\": \"<boolean>\",\n    \"localAutoTrackInitialMixDev\": \"<double>\",\n    \"localAutoTrackInitialMixTime\": \"<double>\",\n    \"localAutoTrackPreWetMixDev\": \"<double>\",\n    \"localAutoTrackPreWetMixTime\": \"<double>\",\n    \"localAutoTrackDryMixDev\": \"<double>\",\n    \"localAutoTrackDryMixTime\": \"<integer>\",\n    \"localAutoTrackWetMixDev\": \"<double>\",\n    \"localAutoTrackWetMixTime\": \"<integer>\",\n    \"preWetMoistureOffset\": \"<double>\",\n    \"preWetMoistureGain\": \"<double>\",\n    \"moistureOffset1\": \"<double>\",\n    \"moistureGain1\": \"<double>\",\n    \"moistureOffset2\": \"<double>\",\n    \"moistureGain2\": \"<double>\",\n    \"calcGain\": \"<double>\",\n    \"calcOffset\": \"<double>\",\n    \"usePreWetValueForCalc\": \"<boolean>\",\n    \"localAutoLoopEnabled\": \"<boolean>\",\n    \"localProportionalGain\": \"<double>\",\n    \"localIntegralGain\": \"<double>\",\n    \"localDerivativeGain\": \"<double>\",\n    \"controlMethod\": \"<integer>\",\n    \"batchCounter\": \"<integer>\",\n    \"temperatureSetPoint\": \"<double>\",\n    \"temperatureCoefficient\": \"<double>\",\n    \"preSetType\": \"<boolean>\",\n    \"switchCalPoint\": \"<double>\",\n    \"recipeGain\": \"<double>\",\n    \"unitStoredAs\": \"<integer>\",\n    \"recipeUnscaledMode\": \"<integer>\",\n    \"calibrationMixId\": \"<integer>\"\n  },\n  {\n    \"id\": \"<integer>\",\n    \"recipeNumber\": \"<integer>\",\n    \"recipeName\": \"<string>\",\n    \"recipeDesc\": \"<string>\",\n    \"preWetWater\": \"<double>\",\n    \"preWetTarget\": \"<double>\",\n    \"preWetWaterLimit\": \"<double>\",\n    \"mainWater\": \"<double>\",\n    \"moistureTarget\": \"<double>\",\n    \"mainWaterLimit\": \"<double>\",\n    \"mainWaterTrim\": \"<double>\",\n    \"admixEnablePercentage\": \"<integer>\",\n    \"admixAmount\": \"<double>\",\n    \"dryWeight\": \"<double>\",\n    \"dryWeightCal\": \"<double>\",\n    \"cementWeight\": \"<double>\",\n    \"initialMixTime\": \"<integer>\",\n    \"preWetMixTime\": \"<integer>\",\n    \"maxDryMixTime\": \"<integer>\",\n    \"maxWetMixTime\": \"<integer>\",\n    \"mixExtensionEnable\": \"<boolean>\",\n    \"mixExtensionTime\": \"<integer>\",\n    \"cementTimeout\": \"<integer>\",\n    \"plusTolerance\": \"<double>\",\n    \"minusTolerance\": \"<double>\",\n    \"averagingTime\": \"<integer>\",\n    \"preWetMode\": \"<integer>\",\n    \"atInitialEnable\": \"<boolean>\",\n    \"atPreWetEnable\": \"<boolean>\",\n    \"atDryEnable\": \"<boolean>\",\n    \"atWetEnable\": \"<boolean>\",\n    \"localAutoTrackEnable\": \"<boolean>\",\n    \"localAutoTrackInitialMixDev\": \"<double>\",\n    \"localAutoTrackInitialMixTime\": \"<double>\",\n    \"localAutoTrackPreWetMixDev\": \"<double>\",\n    \"localAutoTrackPreWetMixTime\": \"<double>\",\n    \"localAutoTrackDryMixDev\": \"<double>\",\n    \"localAutoTrackDryMixTime\": \"<integer>\",\n    \"localAutoTrackWetMixDev\": \"<double>\",\n    \"localAutoTrackWetMixTime\": \"<integer>\",\n    \"preWetMoistureOffset\": \"<double>\",\n    \"preWetMoistureGain\": \"<double>\",\n    \"moistureOffset1\": \"<double>\",\n    \"moistureGain1\": \"<double>\",\n    \"moistureOffset2\": \"<double>\",\n    \"moistureGain2\": \"<double>\",\n    \"calcGain\": \"<double>\",\n    \"calcOffset\": \"<double>\",\n    \"usePreWetValueForCalc\": \"<boolean>\",\n    \"localAutoLoopEnabled\": \"<boolean>\",\n    \"localProportionalGain\": \"<double>\",\n    \"localIntegralGain\": \"<double>\",\n    \"localDerivativeGain\": \"<double>\",\n    \"controlMethod\": \"<integer>\",\n    \"batchCounter\": \"<integer>\",\n    \"temperatureSetPoint\": \"<double>\",\n    \"temperatureCoefficient\": \"<double>\",\n    \"preSetType\": \"<boolean>\",\n    \"switchCalPoint\": \"<double>\",\n    \"recipeGain\": \"<double>\",\n    \"unitStoredAs\": \"<integer>\",\n    \"recipeUnscaledMode\": \"<integer>\",\n    \"calibrationMixId\": \"<integer>\"\n  }\n]"}],"_postman_id":"664163a1-7555-4860-938e-9f235b2f566f"}],"id":"f0b1da92-0592-4f07-97f4-f6c5d2be0479","_postman_id":"f0b1da92-0592-4f07-97f4-f6c5d2be0479","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Remote","item":[{"name":"ClearMessages","item":[{"name":"Clears the Remote Comms message list","id":"c0452ae3-5075-4855-a959-258aae7ede69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Remote/ClearMessages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Remote","ClearMessages"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"ff7d34ca-9665-45c4-a2f1-fa4caffbcaa0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Remote/ClearMessages"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c0452ae3-5075-4855-a959-258aae7ede69"}],"id":"1d9cbf7e-e6b0-46fd-9f6a-f2aaa064a880","_postman_id":"1d9cbf7e-e6b0-46fd-9f6a-f2aaa064a880","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Starts the signalR service that returns comms messages","id":"d8643e9c-6e12-46ed-92cc-859d5422500b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Remote","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Remote"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4a8f1409-c32a-431e-a5cd-4b6a64d3aa59","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Remote"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d8643e9c-6e12-46ed-92cc-859d5422500b"}],"id":"83d1f603-977c-478b-8407-9fd2c2cf825e","_postman_id":"83d1f603-977c-478b-8407-9fd2c2cf825e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SensorNetwork","item":[{"name":"GetLiveDisplaySetup","item":[{"name":"Gets the live display setup from the liveDisplaySettings.json file.","id":"60363e28-de22-490e-8db9-af1be6ad99bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetLiveDisplaySetup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetLiveDisplaySetup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"5bd0e47f-7d3b-430c-8638-ea0b22d3f573","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetLiveDisplaySetup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"60363e28-de22-490e-8db9-af1be6ad99bb"}],"id":"f7bc4a73-d4e5-4599-908e-156ff1d9858c","_postman_id":"f7bc4a73-d4e5-4599-908e-156ff1d9858c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"StartLogging","item":[{"name":"Starts logging sensor data to a text file.","id":"e8cdd74a-d4cc-4c18-a65c-a2dea8c75800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/StartLogging","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","StartLogging"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"fcd52ec8-80ff-43e4-bfda-a14fce1b6429","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/StartLogging"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e8cdd74a-d4cc-4c18-a65c-a2dea8c75800"}],"id":"6132dc96-9b08-439e-a3e1-4dcdb1cf0fa1","_postman_id":"6132dc96-9b08-439e-a3e1-4dcdb1cf0fa1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DateTimeToUnixTimestamp","item":[{"name":"Converts a DateTime object to a Unix timestamp.","id":"383a1d54-4f4b-4d19-92e1-2e174779271a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/DateTimeToUnixTimestamp?dateTime=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","DateTimeToUnixTimestamp"],"host":["https://hydrocontrol7"],"query":[{"description":{"content":"<p>The DateTime object to convert.</p>\n","type":"text/plain"},"key":"dateTime","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"5a305ad6-0ec3-435b-9b83-9daf0a9f5517","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/DateTimeToUnixTimestamp?dateTime=<dateTime>","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","DateTimeToUnixTimestamp"],"query":[{"description":"The DateTime object to convert.","key":"dateTime","value":"<dateTime>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<double>"}],"_postman_id":"383a1d54-4f4b-4d19-92e1-2e174779271a"}],"id":"1079c4f0-c8d8-4115-899c-4f2d27e10f34","_postman_id":"1079c4f0-c8d8-4115-899c-4f2d27e10f34","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"LogToFile","item":[{"name":"Log sensor to file","id":"98230254-575f-43d2-bc53-68998bb4459b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/LogToFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","LogToFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"242704fa-8296-421c-a1c1-9d91e704ba82","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/LogToFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"98230254-575f-43d2-bc53-68998bb4459b"}],"id":"c582cedf-8f1c-4e3f-b636-b7f438631c04","_postman_id":"c582cedf-8f1c-4e3f-b636-b7f438631c04","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UploadSystemFiles","item":[{"name":"Uploads system files from a USB drive to the current directory.","id":"aa00771b-1976-464b-87ff-925dd1598472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/UploadSystemFiles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UploadSystemFiles"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"277977b9-bbaf-4b82-846f-09d81ae77e67","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/UploadSystemFiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"aa00771b-1976-464b-87ff-925dd1598472"},{"name":"Uploads system files to the unit.","id":"425527be-89fa-47d4-bda2-4c06be4fdf9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadSystemFiles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UploadSystemFiles"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"40d65562-14c6-4960-974a-dcfab946668b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadSystemFiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"425527be-89fa-47d4-bda2-4c06be4fdf9b"}],"id":"cfc5c86a-5b28-456f-9e9c-408df7f81e44","_postman_id":"cfc5c86a-5b28-456f-9e9c-408df7f81e44","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"BackupSystemFilesToHydroControl","item":[{"name":"Copies system files to a USB drive and creates a zip file of the system files.","id":"f6fb269c-408f-44d2-bdb8-5b748409ec0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/BackupSystemFilesToHydroControl","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","BackupSystemFilesToHydroControl"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"07528d8b-7240-487f-88d8-afa80f368554","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/BackupSystemFilesToHydroControl"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f6fb269c-408f-44d2-bdb8-5b748409ec0a"}],"id":"dc707739-30c7-4edf-8159-b775c8354488","_postman_id":"dc707739-30c7-4edf-8159-b775c8354488","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"BackupSystemFiles","item":[{"name":"Backups the system files.","id":"73ab221a-4136-42ce-855b-850dc0d5b4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/BackupSystemFiles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","BackupSystemFiles"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"2ecec118-6c50-443f-b19a-28f87509b059","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/BackupSystemFiles"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"73ab221a-4136-42ce-855b-850dc0d5b4a4"}],"id":"568e4c0d-4f81-4542-b0a6-cd13d763b82e","_postman_id":"568e4c0d-4f81-4542-b0a6-cd13d763b82e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetTrendData","item":[{"name":"Gets trend data from a sensor given a sensorId, trend parameter number, and mode type.","id":"4b932f49-f35c-4334-9636-2ae1f44124d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetTrendData?sensorId=<string>&trendParamNumber=<integer>&modeType=1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetTrendData"],"host":["https://hydrocontrol7"],"query":[{"description":{"content":"<p>The sensorId of the sensor.</p>\n","type":"text/plain"},"key":"sensorId","value":"<string>"},{"description":{"content":"<p>The trend parameter number.</p>\n","type":"text/plain"},"key":"trendParamNumber","value":"<integer>"},{"description":{"content":"<p>The mode type.</p>\n","type":"text/plain"},"key":"modeType","value":"1"}],"variable":[]}},"response":[{"id":"a3f09592-7ae8-498a-8fca-bd34c084ae0c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetTrendData?sensorId=<string>&trendParamNumber=<integer>&modeType=1","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetTrendData"],"query":[{"description":"The sensorId of the sensor.","key":"sensorId","value":"<string>"},{"description":"The trend parameter number.","key":"trendParamNumber","value":"<integer>"},{"description":"The mode type.","key":"modeType","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quis_5\": \"<double>\"\n}"}],"_postman_id":"4b932f49-f35c-4334-9636-2ae1f44124d4"}],"id":"a19956cd-2a3c-4e82-ba79-abd99af45eb7","_postman_id":"a19956cd-2a3c-4e82-ba79-abd99af45eb7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSensorLogFromLogFileSetup","item":[{"name":"Gets a list of SensorLogs from the given LogFileSetup.","id":"9cffc94d-d7bd-4a2c-8724-86411e5b26f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorLogFromLogFileSetup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSensorLogFromLogFileSetup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"552a447e-1ca7-4392-9c2e-cb65f218eece","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"fileName\": \"<string>\",\n  \"softwareVersionInfo\": \"<string>\",\n  \"logRate\": \"<integer>\",\n  \"loggingParameters\": [\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    },\n    {\n      \"sensor\": \"<string>\",\n      \"parameter\": \"<integer>\",\n      \"mode\": \"<integer>\",\n      \"activeTab\": \"<integer>\",\n      \"color\": \"<string>\",\n      \"modeDisabled\": \"<boolean>\",\n      \"availableParameters\": [\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"index\": \"<integer>\",\n          \"parameter\": \"<string>\",\n          \"fastTrendParameter\": \"<integer>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"unscaled1Mode\": \"<integer>\",\n      \"unscaled2Mode\": \"<integer>\"\n    }\n  ],\n  \"writeToFile\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorLogFromLogFileSetup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"logExtraModes\": \"<boolean>\",\n    \"sensor\": {\n      \"id\": \"<string>\",\n      \"sensorName\": \"<string>\",\n      \"firmwareVersion\": \"<string>\",\n      \"sensorAddress\": \"<long>\",\n      \"calibrationCoefficientA\": \"<double>\",\n      \"calibrationCoefficientB\": \"<double>\",\n      \"calibrationCoefficientC\": \"<double>\",\n      \"calibrationSsd\": \"<double>\",\n      \"calibrationCoefficientAmodeF\": \"<double>\",\n      \"calibrationCoefficientBmodeF\": \"<double>\",\n      \"calibrationCoefficientCmodeF\": \"<double>\",\n      \"calibrationCoefficientAmodeA\": \"<double>\",\n      \"calibrationCoefficientBmodeA\": \"<double>\",\n      \"calibrationCoefficientCmodeA\": \"<double>\",\n      \"calibrationCoefficientAmodeV\": \"<double>\",\n      \"calibrationCoefficientBmodeV\": \"<double>\",\n      \"calibrationCoefficientCmodeV\": \"<double>\",\n      \"calibrationCoefficientAmodeE\": \"<double>\",\n      \"calibrationCoefficientBmodeE\": \"<double>\",\n      \"calibrationCoefficientCmodeE\": \"<double>\",\n      \"calibrationCoefficientAmodeI\": \"<double>\",\n      \"calibrationCoefficientBmodeI\": \"<double>\",\n      \"calibrationCoefficientCmodeI\": \"<double>\",\n      \"brixCoeffA\": \"<double>\",\n      \"brixCoeffB\": \"<double>\",\n      \"brixCoeffC\": \"<double>\",\n      \"brixCoeffD\": \"<double>\",\n      \"configOutputType\": \"<long>\",\n      \"configOrbArmType\": \"<long>\",\n      \"orbiterArmId\": \"<string>\",\n      \"configOutputVariable\": \"<long>\",\n      \"configOutput1VariableMode\": \"<long>\",\n      \"configOutput2VariableMode\": \"<long>\",\n      \"configOutput2Variable\": \"<long>\",\n      \"configOutputLowMoisture\": \"<double>\",\n      \"configOutputHighMoisture\": \"<double>\",\n      \"configInputUse\": \"<long>\",\n      \"configIo2use\": \"<long>\",\n      \"frequencyWaterCalibration\": \"<double>\",\n      \"frequencyAirCalibration\": \"<double>\",\n      \"amplitudeWaterCalibration\": \"<double>\",\n      \"amplitudeAirCalibration\": \"<double>\",\n      \"electronicsTemperatureOffset\": \"<double>\",\n      \"resonatorTemperatureOffset\": \"<double>\",\n      \"materialTemperatureOffset\": \"<double>\",\n      \"electronicsFrequencyCoefficient\": \"<double>\",\n      \"resonatorFrequencyCoefficient\": \"<double>\",\n      \"materialFrequencyCoefficient\": \"<double>\",\n      \"electronicsAmplitudeCoefficient\": \"<double>\",\n      \"resonatorAmplitudeCoefficient\": \"<double>\",\n      \"materialAmplitudeCoefficient\": \"<double>\",\n      \"minimumTemperature\": \"<double>\",\n      \"maximumTemperature\": \"<double>\",\n      \"averageHoldDelay\": \"<long>\",\n      \"smoothingTime\": \"<long>\",\n      \"mixerMask\": \"<string>\",\n      \"positiveSlew\": \"<long>\",\n      \"negativeSlew\": \"<long>\",\n      \"dsptype\": \"<long>\",\n      \"autotrackTime\": \"<double>\",\n      \"autotrackDeviationThreshold\": \"<double>\",\n      \"averageIncludeLow\": \"<double>\",\n      \"averageIncludeHigh\": \"<double>\",\n      \"configAveragingMode\": \"<long>\",\n      \"unscaledIncludeLow\": \"<double>\",\n      \"unscaledIncludeHigh\": \"<double>\",\n      \"unscaledType\": \"<long>\",\n      \"unscaledType2\": \"<long>\",\n      \"configHydroLabMeasurementTime\": \"<long>\",\n      \"configMaterialTempLowAlarm\": \"<double>\",\n      \"configMaterialTempHighAlarm\": \"<double>\",\n      \"filterInclude\": \"<double>\",\n      \"filterSeedPoint\": \"<integer>\",\n      \"configCalibrationName\": \"<string>\",\n      \"configCalibrationType\": \"<long>\",\n      \"configCalibrationRules\": \"<long>\",\n      \"currentCalibrationInUse\": \"<string>\",\n      \"alarmMode\": \"<string>\",\n      \"secondaryProtocol\": \"<integer>\",\n      \"secondaryBaudRate\": \"<integer>\",\n      \"secondaryParity\": \"<integer>\",\n      \"secondaryAddress\": \"<integer>\",\n      \"customConfigs\": 11,\n      \"productType\": \"<long>\"\n    },\n    \"logParameters\": [\n      33,\n      2\n    ],\n    \"logValues\": {\n      \"cupidatat94f\": {\n        \"sensorId\": \"<string>\",\n        \"timeStamp\": \"<double>\",\n        \"rawMoistureModeF\": \"<double>\",\n        \"rawMoistureModeA\": \"<double>\",\n        \"rawMoistureModeV\": \"<double>\",\n        \"rawMoistureModeE\": \"<double>\",\n        \"rawMoistureModeI\": \"<double>\",\n        \"filteredMoistureModeF\": \"<double>\",\n        \"filteredMoistureModeA\": \"<double>\",\n        \"filteredMoistureModeV\": \"<double>\",\n        \"filteredMoistureModeE\": \"<double>\",\n        \"filteredMoistureModeI\": \"<double>\",\n        \"averageMoistureModeF\": \"<double>\",\n        \"averageMoistureModeA\": \"<double>\",\n        \"averageMoistureModeV\": \"<double>\",\n        \"averageMoistureModeE\": \"<double>\",\n        \"averageMoistureModeI\": \"<double>\",\n        \"rawUnscaledModeF\": \"<double>\",\n        \"rawUnscaledModeA\": \"<double>\",\n        \"rawUnscaledModeV\": \"<double>\",\n        \"rawUnscaledModeE\": \"<double>\",\n        \"rawUnscaledModeI\": \"<double>\",\n        \"filteredUnscaledModeF\": \"<double>\",\n        \"filteredUnscaledModeA\": \"<double>\",\n        \"filteredUnscaledModeV\": \"<double>\",\n        \"filteredUnscaledModeE\": \"<double>\",\n        \"filteredUnscaledModeI\": \"<double>\",\n        \"averageUnscaledModeF\": \"<double>\",\n        \"averageUnscaledModeA\": \"<double>\",\n        \"averageUnscaledModeV\": \"<double>\",\n        \"averageUnscaledModeE\": \"<double>\",\n        \"averageUnscaledModeI\": \"<double>\",\n        \"electronicsTemperature\": \"<double>\",\n        \"resonatorTemperature\": \"<double>\",\n        \"materialTemperature\": \"<double>\",\n        \"filteredBrix\": \"<double>\",\n        \"autoTrackDeviationModeF\": \"<double>\",\n        \"autoTrackDeviationModeA\": \"<double>\",\n        \"autoTrackDeviationModeV\": \"<double>\",\n        \"autoTrackDeviationModeE\": \"<double>\",\n        \"autoTrackDeviationModeI\": \"<double>\",\n        \"autoTrackValueModeF\": \"<double>\",\n        \"autoTrackValueModeA\": \"<double>\",\n        \"autoTrackValueModeV\": \"<double>\",\n        \"autoTrackValueModeE\": \"<double>\",\n        \"autoTrackValueModeI\": \"<double>\",\n        \"averagingStatus\": \"<boolean>\",\n        \"autoTrackStatus\": \"<boolean>\"\n      }\n    }\n  },\n  {\n    \"logExtraModes\": \"<boolean>\",\n    \"sensor\": {\n      \"id\": \"<string>\",\n      \"sensorName\": \"<string>\",\n      \"firmwareVersion\": \"<string>\",\n      \"sensorAddress\": \"<long>\",\n      \"calibrationCoefficientA\": \"<double>\",\n      \"calibrationCoefficientB\": \"<double>\",\n      \"calibrationCoefficientC\": \"<double>\",\n      \"calibrationSsd\": \"<double>\",\n      \"calibrationCoefficientAmodeF\": \"<double>\",\n      \"calibrationCoefficientBmodeF\": \"<double>\",\n      \"calibrationCoefficientCmodeF\": \"<double>\",\n      \"calibrationCoefficientAmodeA\": \"<double>\",\n      \"calibrationCoefficientBmodeA\": \"<double>\",\n      \"calibrationCoefficientCmodeA\": \"<double>\",\n      \"calibrationCoefficientAmodeV\": \"<double>\",\n      \"calibrationCoefficientBmodeV\": \"<double>\",\n      \"calibrationCoefficientCmodeV\": \"<double>\",\n      \"calibrationCoefficientAmodeE\": \"<double>\",\n      \"calibrationCoefficientBmodeE\": \"<double>\",\n      \"calibrationCoefficientCmodeE\": \"<double>\",\n      \"calibrationCoefficientAmodeI\": \"<double>\",\n      \"calibrationCoefficientBmodeI\": \"<double>\",\n      \"calibrationCoefficientCmodeI\": \"<double>\",\n      \"brixCoeffA\": \"<double>\",\n      \"brixCoeffB\": \"<double>\",\n      \"brixCoeffC\": \"<double>\",\n      \"brixCoeffD\": \"<double>\",\n      \"configOutputType\": \"<long>\",\n      \"configOrbArmType\": \"<long>\",\n      \"orbiterArmId\": \"<string>\",\n      \"configOutputVariable\": \"<long>\",\n      \"configOutput1VariableMode\": \"<long>\",\n      \"configOutput2VariableMode\": \"<long>\",\n      \"configOutput2Variable\": \"<long>\",\n      \"configOutputLowMoisture\": \"<double>\",\n      \"configOutputHighMoisture\": \"<double>\",\n      \"configInputUse\": \"<long>\",\n      \"configIo2use\": \"<long>\",\n      \"frequencyWaterCalibration\": \"<double>\",\n      \"frequencyAirCalibration\": \"<double>\",\n      \"amplitudeWaterCalibration\": \"<double>\",\n      \"amplitudeAirCalibration\": \"<double>\",\n      \"electronicsTemperatureOffset\": \"<double>\",\n      \"resonatorTemperatureOffset\": \"<double>\",\n      \"materialTemperatureOffset\": \"<double>\",\n      \"electronicsFrequencyCoefficient\": \"<double>\",\n      \"resonatorFrequencyCoefficient\": \"<double>\",\n      \"materialFrequencyCoefficient\": \"<double>\",\n      \"electronicsAmplitudeCoefficient\": \"<double>\",\n      \"resonatorAmplitudeCoefficient\": \"<double>\",\n      \"materialAmplitudeCoefficient\": \"<double>\",\n      \"minimumTemperature\": \"<double>\",\n      \"maximumTemperature\": \"<double>\",\n      \"averageHoldDelay\": \"<long>\",\n      \"smoothingTime\": \"<long>\",\n      \"mixerMask\": \"<string>\",\n      \"positiveSlew\": \"<long>\",\n      \"negativeSlew\": \"<long>\",\n      \"dsptype\": \"<long>\",\n      \"autotrackTime\": \"<double>\",\n      \"autotrackDeviationThreshold\": \"<double>\",\n      \"averageIncludeLow\": \"<double>\",\n      \"averageIncludeHigh\": \"<double>\",\n      \"configAveragingMode\": \"<long>\",\n      \"unscaledIncludeLow\": \"<double>\",\n      \"unscaledIncludeHigh\": \"<double>\",\n      \"unscaledType\": \"<long>\",\n      \"unscaledType2\": \"<long>\",\n      \"configHydroLabMeasurementTime\": \"<long>\",\n      \"configMaterialTempLowAlarm\": \"<double>\",\n      \"configMaterialTempHighAlarm\": \"<double>\",\n      \"filterInclude\": \"<double>\",\n      \"filterSeedPoint\": \"<integer>\",\n      \"configCalibrationName\": \"<string>\",\n      \"configCalibrationType\": \"<long>\",\n      \"configCalibrationRules\": \"<long>\",\n      \"currentCalibrationInUse\": \"<string>\",\n      \"alarmMode\": \"<string>\",\n      \"secondaryProtocol\": \"<integer>\",\n      \"secondaryBaudRate\": \"<integer>\",\n      \"secondaryParity\": \"<integer>\",\n      \"secondaryAddress\": \"<integer>\",\n      \"customConfigs\": 24,\n      \"productType\": \"<long>\"\n    },\n    \"logParameters\": [\n      6,\n      24\n    ],\n    \"logValues\": {\n      \"ea5d\": {\n        \"sensorId\": \"<string>\",\n        \"timeStamp\": \"<double>\",\n        \"rawMoistureModeF\": \"<double>\",\n        \"rawMoistureModeA\": \"<double>\",\n        \"rawMoistureModeV\": \"<double>\",\n        \"rawMoistureModeE\": \"<double>\",\n        \"rawMoistureModeI\": \"<double>\",\n        \"filteredMoistureModeF\": \"<double>\",\n        \"filteredMoistureModeA\": \"<double>\",\n        \"filteredMoistureModeV\": \"<double>\",\n        \"filteredMoistureModeE\": \"<double>\",\n        \"filteredMoistureModeI\": \"<double>\",\n        \"averageMoistureModeF\": \"<double>\",\n        \"averageMoistureModeA\": \"<double>\",\n        \"averageMoistureModeV\": \"<double>\",\n        \"averageMoistureModeE\": \"<double>\",\n        \"averageMoistureModeI\": \"<double>\",\n        \"rawUnscaledModeF\": \"<double>\",\n        \"rawUnscaledModeA\": \"<double>\",\n        \"rawUnscaledModeV\": \"<double>\",\n        \"rawUnscaledModeE\": \"<double>\",\n        \"rawUnscaledModeI\": \"<double>\",\n        \"filteredUnscaledModeF\": \"<double>\",\n        \"filteredUnscaledModeA\": \"<double>\",\n        \"filteredUnscaledModeV\": \"<double>\",\n        \"filteredUnscaledModeE\": \"<double>\",\n        \"filteredUnscaledModeI\": \"<double>\",\n        \"averageUnscaledModeF\": \"<double>\",\n        \"averageUnscaledModeA\": \"<double>\",\n        \"averageUnscaledModeV\": \"<double>\",\n        \"averageUnscaledModeE\": \"<double>\",\n        \"averageUnscaledModeI\": \"<double>\",\n        \"electronicsTemperature\": \"<double>\",\n        \"resonatorTemperature\": \"<double>\",\n        \"materialTemperature\": \"<double>\",\n        \"filteredBrix\": \"<double>\",\n        \"autoTrackDeviationModeF\": \"<double>\",\n        \"autoTrackDeviationModeA\": \"<double>\",\n        \"autoTrackDeviationModeV\": \"<double>\",\n        \"autoTrackDeviationModeE\": \"<double>\",\n        \"autoTrackDeviationModeI\": \"<double>\",\n        \"autoTrackValueModeF\": \"<double>\",\n        \"autoTrackValueModeA\": \"<double>\",\n        \"autoTrackValueModeV\": \"<double>\",\n        \"autoTrackValueModeE\": \"<double>\",\n        \"autoTrackValueModeI\": \"<double>\",\n        \"averagingStatus\": \"<boolean>\",\n        \"autoTrackStatus\": \"<boolean>\"\n      }\n    }\n  }\n]"}],"_postman_id":"9cffc94d-d7bd-4a2c-8724-86411e5b26f5"}],"id":"7cd1bf3f-aa65-44a7-ad45-0b9db8ed0759","_postman_id":"7cd1bf3f-aa65-44a7-ad45-0b9db8ed0759","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RunFirstHardwareTest","item":[{"name":"Runs and returns the results of the first stage manufacturing test","id":"c19d68c6-2970-418e-82bf-08811ed4ad03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tester\": \"<string>\",\n  \"tester2\": \"<string>\",\n  \"buildDocument\": \"<string>\",\n  \"manufacturerProductSerialNo\": \"<string>\",\n  \"manufacturerCarrierBoardSerialNo\": \"<string>\",\n  \"manufacturerExpansionBoardSerialNo\": \"<string>\",\n  \"manufacturerIoBoardSerialNo\": \"<string>\",\n  \"manufacturerLedBoardSerialNo\": \"<string>\",\n  \"hydronixSerialNo\": \"<string>\",\n  \"adapterToTest\": \"<string>\",\n  \"batteryVoltage\": \"<double>\",\n  \"ledTestPassed\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/RunFirstHardwareTest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RunFirstHardwareTest"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"bb9a930f-ef62-4a57-a204-929e35c9cbeb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"tester\": \"<string>\",\n  \"tester2\": \"<string>\",\n  \"buildDocument\": \"<string>\",\n  \"manufacturerProductSerialNo\": \"<string>\",\n  \"manufacturerCarrierBoardSerialNo\": \"<string>\",\n  \"manufacturerExpansionBoardSerialNo\": \"<string>\",\n  \"manufacturerIoBoardSerialNo\": \"<string>\",\n  \"manufacturerLedBoardSerialNo\": \"<string>\",\n  \"hydronixSerialNo\": \"<string>\",\n  \"adapterToTest\": \"<string>\",\n  \"batteryVoltage\": \"<double>\",\n  \"ledTestPassed\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/RunFirstHardwareTest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c19d68c6-2970-418e-82bf-08811ed4ad03"}],"id":"db4bc304-4503-4583-aa8d-1a8c008a28f7","_postman_id":"db4bc304-4503-4583-aa8d-1a8c008a28f7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetFirstHardwareTest","item":[{"name":"Returns the results of the first stage manufacturing test","id":"625fb89d-db8b-41d4-8c50-36799a6f528d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetFirstHardwareTest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetFirstHardwareTest"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"1aa437cf-8ec5-48d8-b1bb-d20ee76772ec","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetFirstHardwareTest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"625fb89d-db8b-41d4-8c50-36799a6f528d"}],"id":"9bddc0c8-b6ee-4122-aa89-5502a80d9427","_postman_id":"9bddc0c8-b6ee-4122-aa89-5502a80d9427","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RunSecondHardwareTest","item":[{"name":"Runs and returns the results of the second stage manufacturing test","id":"4a633d3b-8bef-45b9-b5b4-7359417fb6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"tester\": \"<string>\",\n  \"tester2\": \"<string>\",\n  \"buildDocument\": \"<string>\",\n  \"manufacturerProductSerialNo\": \"<string>\",\n  \"manufacturerCarrierBoardSerialNo\": \"<string>\",\n  \"manufacturerExpansionBoardSerialNo\": \"<string>\",\n  \"manufacturerIoBoardSerialNo\": \"<string>\",\n  \"manufacturerLedBoardSerialNo\": \"<string>\",\n  \"hydronixSerialNo\": \"<string>\",\n  \"adapterToTest\": \"<string>\",\n  \"batteryVoltage\": \"<double>\",\n  \"ledTestPassed\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/RunSecondHardwareTest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RunSecondHardwareTest"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"30638f5a-228c-4168-a718-b99cb018a867","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"tester\": \"<string>\",\n  \"tester2\": \"<string>\",\n  \"buildDocument\": \"<string>\",\n  \"manufacturerProductSerialNo\": \"<string>\",\n  \"manufacturerCarrierBoardSerialNo\": \"<string>\",\n  \"manufacturerExpansionBoardSerialNo\": \"<string>\",\n  \"manufacturerIoBoardSerialNo\": \"<string>\",\n  \"manufacturerLedBoardSerialNo\": \"<string>\",\n  \"hydronixSerialNo\": \"<string>\",\n  \"adapterToTest\": \"<string>\",\n  \"batteryVoltage\": \"<double>\",\n  \"ledTestPassed\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/RunSecondHardwareTest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a633d3b-8bef-45b9-b5b4-7359417fb6c7"}],"id":"253b4bc5-bdfc-488e-aeed-d1891de08f2f","_postman_id":"253b4bc5-bdfc-488e-aeed-d1891de08f2f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ResetHardwareTest","item":[{"name":"Resets the hardware test and deletes previous results","id":"38f692e2-ec28-47ab-8477-339828cc88e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/ResetHardwareTest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","ResetHardwareTest"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"d1b5bb86-6eba-444b-9cca-556da0db91b3","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/ResetHardwareTest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"38f692e2-ec28-47ab-8477-339828cc88e3"}],"id":"7a556fb3-bd25-4502-8b46-bee6c3106c7a","_postman_id":"7a556fb3-bd25-4502-8b46-bee6c3106c7a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"LEDHardwareTestOn","item":[{"name":"Turns on alarm LED on device.","id":"fd7119c6-b0a9-4cca-92e9-54e992aa3e87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/LEDHardwareTestOn","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","LEDHardwareTestOn"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"f0151a2a-bb6e-4e8b-a735-4392677a70bb","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/LEDHardwareTestOn"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fd7119c6-b0a9-4cca-92e9-54e992aa3e87"}],"id":"4511966e-8414-4828-ab31-b06a44f3355f","_postman_id":"4511966e-8414-4828-ab31-b06a44f3355f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"LEDHardwareTestOff","item":[{"name":"Turns off alarm LED on device.","id":"7f035d82-9a74-4515-838e-aa49289ecfdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/LEDHardwareTestOff","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","LEDHardwareTestOff"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"8829c828-f7ef-43f5-8ca8-8b053455e90c","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/LEDHardwareTestOff"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7f035d82-9a74-4515-838e-aa49289ecfdd"}],"id":"0c789346-cd89-4da4-b174-05e38d256a7d","_postman_id":"0c789346-cd89-4da4-b174-05e38d256a7d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetIPAddress","item":[{"name":"Returns the current IP address","id":"ab8f1c4b-ea49-4faf-a675-3753ec4b538a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetIPAddress","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetIPAddress"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"82b25c06-fb68-4225-984a-84e433f86aae","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetIPAddress"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ab8f1c4b-ea49-4faf-a675-3753ec4b538a"}],"id":"7676760e-ac92-4efa-9f24-6a6b94a5c4de","_postman_id":"7676760e-ac92-4efa-9f24-6a6b94a5c4de","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetFieldbusType","item":[{"name":"Returns field bus type","id":"49eccfae-422e-43d5-895a-89c67aac99e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetFieldbusType","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetFieldbusType"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"88378818-a805-45b1-b5b5-43d75337cff4","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetFieldbusType"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"49eccfae-422e-43d5-895a-89c67aac99e7"}],"id":"522c56ad-854f-41c7-abb8-5370b4c7a6ec","_postman_id":"522c56ad-854f-41c7-abb8-5370b4c7a6ec","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetFTDIDevices","item":[{"name":"Returns a count of FTDI devices","id":"f3abf87f-b9d7-4e4f-97cb-aadb23cb2e8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetFTDIDevices","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetFTDIDevices"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"fdde2a4a-cbc2-4e70-860a-e18a0d0c1a67","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetFTDIDevices"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f3abf87f-b9d7-4e4f-97cb-aadb23cb2e8c"}],"id":"bc2c28bb-4631-4713-b3db-3b323bbf7286","_postman_id":"bc2c28bb-4631-4713-b3db-3b323bbf7286","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSIM02RS485Test","item":[{"name":"Gets the SIM02 RS485 test.","id":"36a22a28-284b-4bd6-a9a8-7613fb6d06a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetSIM02RS485Test","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSIM02RS485Test"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4429a019-a6ae-4987-a9ed-76f6a2d0c5f0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetSIM02RS485Test"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"36a22a28-284b-4bd6-a9a8-7613fb6d06a7"}],"id":"2a7d2274-bbf5-4eec-9cf5-1eac9f634180","_postman_id":"2a7d2274-bbf5-4eec-9cf5-1eac9f634180","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"IOTest","item":[{"name":"Gets the IO test result for the current platform.","id":"3df90a5a-1570-45e3-9bcd-5ddc9eb31c4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/IOTest","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","IOTest"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e0b3212e-fc0a-472f-8af6-6da6bb821eeb","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/IOTest"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3df90a5a-1570-45e3-9bcd-5ddc9eb31c4d"}],"id":"a5a31518-a05e-47e4-8b30-837414bf9824","_postman_id":"a5a31518-a05e-47e4-8b30-837414bf9824","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"WriteTestResultToUSB","item":[{"name":"Writes the test result to USB.","id":"d0f79916-266c-4876-b0cd-fb70b83350e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/WriteTestResultToUSB","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","WriteTestResultToUSB"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"df655fed-9935-471e-97bb-f06dc8966b9a","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/WriteTestResultToUSB"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0f79916-266c-4876-b0cd-fb70b83350e5"}],"id":"148b5a7d-9d25-465e-9557-09a7421ed522","_postman_id":"148b5a7d-9d25-465e-9557-09a7421ed522","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetEthernetAdapters","item":[{"name":"Gets a list of Ethernet adapters from the local network.","id":"fbd8b273-e4dd-430a-bc4e-24fd9d51703b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetEthernetAdapters","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetEthernetAdapters"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"7c3ff809-a818-411b-b033-b084cf1957ee","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetEthernetAdapters"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fbd8b273-e4dd-430a-bc4e-24fd9d51703b"}],"id":"75b2049a-bdd7-451d-9374-f41f62da6dc7","_postman_id":"75b2049a-bdd7-451d-9374-f41f62da6dc7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSerialPorts","item":[{"name":"Gets a list of available serial ports.","id":"a81b19aa-17fa-418d-ab43-0b079c628886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetSerialPorts","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSerialPorts"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e9dea3c7-0edf-4c92-b44c-dae529049152","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetSerialPorts"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a81b19aa-17fa-418d-ab43-0b079c628886"}],"id":"592e0cbf-e7e3-4cc6-afa6-b80fab5c060f","_postman_id":"592e0cbf-e7e3-4cc6-afa6-b80fab5c060f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RecoverSensor","item":[{"name":"{nodeAddress}","item":[{"name":"Retrieves the sensor configuration from the specified node address.","id":"6d9065ec-97b7-4827-88db-7653b8ef3fa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/RecoverSensor/:nodeAddress","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RecoverSensor",":nodeAddress"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"e81dcb11-f514-4777-835c-6b511e7477f9","type":"any","value":"<integer>","key":"nodeAddress"}]}},"response":[{"id":"29bc8a48-6dae-4aaa-919c-4ea7da065d79","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/RecoverSensor/:nodeAddress","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","RecoverSensor",":nodeAddress"],"variable":[{"key":"nodeAddress"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6d9065ec-97b7-4827-88db-7653b8ef3fa8"}],"id":"ea077b71-94b3-42b7-9baa-1c84c978bb2c","_postman_id":"ea077b71-94b3-42b7-9baa-1c84c978bb2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"f669bb8c-850f-4fa3-8bac-c575f272842a","_postman_id":"f669bb8c-850f-4fa3-8bac-c575f272842a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"{adapterType}","item":[{"name":"Searches for sensors on the network","id":"b2b5c62f-e98c-4914-819e-a635a1e88c3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/:adapterType?address=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork",":adapterType"],"host":["https://hydrocontrol7"],"query":[{"key":"address","value":"<string>"}],"variable":[{"id":"5e1e323d-00df-4971-ab13-b78f82425ed2","type":"any","value":"<integer>","key":"adapterType"}]}},"response":[{"id":"4cac142d-cd9d-45c6-986f-ab24561276e7","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/:adapterType?address=<string>","host":["https://hydrocontrol7"],"path":["api","SensorNetwork",":adapterType"],"query":[{"key":"address","value":"<string>"}],"variable":[{"key":"adapterType"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b2b5c62f-e98c-4914-819e-a635a1e88c3b"}],"id":"95624b75-3a27-487a-9100-1a2e6202a6b2","_postman_id":"95624b75-3a27-487a-9100-1a2e6202a6b2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSensor","item":[{"name":"Returns Sensor Configuration from Sensor","id":"4cb25580-6510-4ac8-8607-6544b30e046d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensor","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSensor"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4c19d555-0207-48f9-ab82-31544c98099a","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}"}],"_postman_id":"4cb25580-6510-4ac8-8607-6544b30e046d"}],"id":"ba804350-ee91-4620-a580-e34569b033c2","_postman_id":"ba804350-ee91-4620-a580-e34569b033c2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetSensorConfiguration","item":[{"name":"Saves the sensor configuation to the sensor using SensorConfiguration model","id":"01bfbba3-7f85-40c1-ae13-8cc2bdda8fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetSensorConfiguration","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetSensorConfiguration"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"d6e81684-08a2-48a0-8baf-45fccc4c9c4b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetSensorConfiguration"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"01bfbba3-7f85-40c1-ae13-8cc2bdda8fbb"}],"id":"b04ea5d7-1145-442e-aad2-b04a2e19d381","_postman_id":"b04ea5d7-1145-442e-aad2-b04a2e19d381","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSensorUnscaledType","item":[{"name":"{id}","item":[{"name":"Returns the sensor unscaled type","id":"c12864a8-4ac0-4589-a76c-1a1f0be2cd80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorUnscaledType/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSensorUnscaledType",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"8f97981b-1939-4bb0-b38b-d06f208c3c7f","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"3fe874bb-4a9e-4d35-9403-3f172eeaa094","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetSensorUnscaledType/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetSensorUnscaledType",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c12864a8-4ac0-4589-a76c-1a1f0be2cd80"}],"id":"c0c14794-c4c4-4bdc-93c6-bb56f2674675","_postman_id":"c0c14794-c4c4-4bdc-93c6-bb56f2674675","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"3c83cb73-c8f1-499a-b578-d53e2c3c614e","_postman_id":"3c83cb73-c8f1-499a-b578-d53e2c3c614e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSensorCalibrationRecords","item":[{"name":"{id}","item":[{"name":"Gets the sensor calibration records for the specified sensor.","id":"2e1a8d5d-7d8d-4053-a429-9e4ccac5aca5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorCalibrationRecords/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSensorCalibrationRecords",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"c5715f32-de5b-4111-bd9e-4be298a184e0","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"1ea8794b-feca-47c7-8b68-5ccb23ffc0d0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetSensorCalibrationRecords/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetSensorCalibrationRecords",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e1a8d5d-7d8d-4053-a429-9e4ccac5aca5"}],"id":"9b374fca-44a9-4e83-bae9-2c76f624b006","_postman_id":"9b374fca-44a9-4e83-bae9-2c76f624b006","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"cdaf2c04-6d8d-41ec-a218-23831530e40b","_postman_id":"cdaf2c04-6d8d-41ec-a218-23831530e40b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetSensorCalibrationPoints","item":[{"name":"{id}","item":[{"name":"Sets the calibration points for a given sensor.","id":"fac68165-ed50-4909-9f9a-6a6b99edd131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"modeF\": \"<double>\",\n    \"modeA\": \"<double>\",\n    \"modeV\": \"<double>\",\n    \"modeE\": \"<double>\",\n    \"modeI\": \"<double>\",\n    \"moisture\": \"<double>\",\n    \"sampleTime\": \"<integer>\",\n    \"include\": \"<boolean>\",\n    \"note\": \"<string>\"\n  },\n  {\n    \"modeF\": \"<double>\",\n    \"modeA\": \"<double>\",\n    \"modeV\": \"<double>\",\n    \"modeE\": \"<double>\",\n    \"modeI\": \"<double>\",\n    \"moisture\": \"<double>\",\n    \"sampleTime\": \"<integer>\",\n    \"include\": \"<boolean>\",\n    \"note\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetSensorCalibrationPoints/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetSensorCalibrationPoints",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"534d60d3-308c-4e2c-895f-1ba7a400c6b9","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"48753782-e667-43c0-9248-002041b0cb18","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"modeF\": \"<double>\",\n    \"modeA\": \"<double>\",\n    \"modeV\": \"<double>\",\n    \"modeE\": \"<double>\",\n    \"modeI\": \"<double>\",\n    \"moisture\": \"<double>\",\n    \"sampleTime\": \"<integer>\",\n    \"include\": \"<boolean>\",\n    \"note\": \"<string>\"\n  },\n  {\n    \"modeF\": \"<double>\",\n    \"modeA\": \"<double>\",\n    \"modeV\": \"<double>\",\n    \"modeE\": \"<double>\",\n    \"modeI\": \"<double>\",\n    \"moisture\": \"<double>\",\n    \"sampleTime\": \"<integer>\",\n    \"include\": \"<boolean>\",\n    \"note\": \"<string>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetSensorCalibrationPoints/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetSensorCalibrationPoints",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"fac68165-ed50-4909-9f9a-6a6b99edd131"}],"id":"63eb5b40-03db-4467-89fe-6c87207e61e4","_postman_id":"63eb5b40-03db-4467-89fe-6c87207e61e4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"88a87ebe-f4d7-483d-b4bf-b4289aced762","_postman_id":"88a87ebe-f4d7-483d-b4bf-b4289aced762","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetAveragedFactoryValues","item":[{"name":"{id}","item":[{"name":"Gets the averaged factory values for a given sensor.","id":"e79fe808-a92c-44fa-b173-caa852027ee6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetAveragedFactoryValues/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetAveragedFactoryValues",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"4080989b-8df1-4651-8970-0f46bbf204f8","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"833ffb4d-0458-45bb-b1fa-40052d813f53","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetAveragedFactoryValues/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetAveragedFactoryValues",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e79fe808-a92c-44fa-b173-caa852027ee6"}],"id":"9bcf431f-0301-4f30-b45d-d0c16be9b346","_postman_id":"9bcf431f-0301-4f30-b45d-d0c16be9b346","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"42040f6c-55fa-441f-b83e-cbb4f539ca5a","_postman_id":"42040f6c-55fa-441f-b83e-cbb4f539ca5a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetResonatorParameters","item":[{"name":"{id}","item":[{"name":"Gets the resonator parameters for the given ID.","id":"d5afe90f-19c4-44c7-89ae-1f8c58880e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetResonatorParameters/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetResonatorParameters",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"b1544cb1-51c2-4803-a8ac-00b3d3062e3a","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c7b09834-feec-4c1e-9de6-a78a5f3ceaa4","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetResonatorParameters/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetResonatorParameters",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d5afe90f-19c4-44c7-89ae-1f8c58880e0a"}],"id":"48924c4c-0fa7-432f-b01d-9a01b1280474","_postman_id":"48924c4c-0fa7-432f-b01d-9a01b1280474","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"e33a800f-1742-4b1d-b022-387892dd2f97","_postman_id":"e33a800f-1742-4b1d-b022-387892dd2f97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AutoCal","item":[{"name":"{id}","item":[{"name":"Performs an auto calibration on the sensor and returns the sensor configuration.","id":"6500bf4f-c576-4727-beab-b39418678ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/AutoCal/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","AutoCal",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"cc829320-cb36-4545-aaf0-9b1e5a28f13e","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"519844ad-51ab-4281-acac-c110b8ce57ea","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/AutoCal/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","AutoCal",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6500bf4f-c576-4727-beab-b39418678ba3"}],"id":"be403575-b42c-4e14-bb8b-df50574e7d1b","_postman_id":"be403575-b42c-4e14-bb8b-df50574e7d1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"9581779d-2da8-45e7-ad74-bbc169d73ba3","_postman_id":"9581779d-2da8-45e7-ad74-bbc169d73ba3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetCommonLiveParameters","item":[{"name":"{id}","item":[{"name":"Gets the common live parameters for the specified sensor network.","id":"5ae4bf16-506c-44f4-b618-6581d8d61398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetCommonLiveParameters/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetCommonLiveParameters",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"5ff25f18-9540-4983-889a-9d7f2eaebab7","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"b1a7352b-d086-4920-bf80-cb57cf307ce0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetCommonLiveParameters/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetCommonLiveParameters",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5ae4bf16-506c-44f4-b618-6581d8d61398"}],"id":"e321c652-1097-4cbd-a752-821fc1716051","_postman_id":"e321c652-1097-4cbd-a752-821fc1716051","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"20129fb0-c48e-4647-ab7a-ab9ad5607583","_postman_id":"20129fb0-c48e-4647-ab7a-ab9ad5607583","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetLiveParameters","item":[{"name":"{id}","item":[{"name":"Gets the live parameters for a given sensor.","id":"eea24f47-c767-4a76-9236-c5de5544bcff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetLiveParameters/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetLiveParameters",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"a9cf99ad-569d-4e99-a03e-b85d751128b4","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"f3b63a70-7e32-4c28-b481-dbb5990fa5e6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetLiveParameters/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetLiveParameters",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"sensorId\": \"<string>\",\n  \"timeStamp\": \"<double>\",\n  \"rawMoistureModeF\": \"<double>\",\n  \"rawMoistureModeA\": \"<double>\",\n  \"rawMoistureModeV\": \"<double>\",\n  \"rawMoistureModeE\": \"<double>\",\n  \"rawMoistureModeI\": \"<double>\",\n  \"filteredMoistureModeF\": \"<double>\",\n  \"filteredMoistureModeA\": \"<double>\",\n  \"filteredMoistureModeV\": \"<double>\",\n  \"filteredMoistureModeE\": \"<double>\",\n  \"filteredMoistureModeI\": \"<double>\",\n  \"averageMoistureModeF\": \"<double>\",\n  \"averageMoistureModeA\": \"<double>\",\n  \"averageMoistureModeV\": \"<double>\",\n  \"averageMoistureModeE\": \"<double>\",\n  \"averageMoistureModeI\": \"<double>\",\n  \"rawUnscaledModeF\": \"<double>\",\n  \"rawUnscaledModeA\": \"<double>\",\n  \"rawUnscaledModeV\": \"<double>\",\n  \"rawUnscaledModeE\": \"<double>\",\n  \"rawUnscaledModeI\": \"<double>\",\n  \"filteredUnscaledModeF\": \"<double>\",\n  \"filteredUnscaledModeA\": \"<double>\",\n  \"filteredUnscaledModeV\": \"<double>\",\n  \"filteredUnscaledModeE\": \"<double>\",\n  \"filteredUnscaledModeI\": \"<double>\",\n  \"averageUnscaledModeF\": \"<double>\",\n  \"averageUnscaledModeA\": \"<double>\",\n  \"averageUnscaledModeV\": \"<double>\",\n  \"averageUnscaledModeE\": \"<double>\",\n  \"averageUnscaledModeI\": \"<double>\",\n  \"electronicsTemperature\": \"<double>\",\n  \"resonatorTemperature\": \"<double>\",\n  \"materialTemperature\": \"<double>\",\n  \"filteredBrix\": \"<double>\",\n  \"autoTrackDeviationModeF\": \"<double>\",\n  \"autoTrackDeviationModeA\": \"<double>\",\n  \"autoTrackDeviationModeV\": \"<double>\",\n  \"autoTrackDeviationModeE\": \"<double>\",\n  \"autoTrackDeviationModeI\": \"<double>\",\n  \"autoTrackValueModeF\": \"<double>\",\n  \"autoTrackValueModeA\": \"<double>\",\n  \"autoTrackValueModeV\": \"<double>\",\n  \"autoTrackValueModeE\": \"<double>\",\n  \"autoTrackValueModeI\": \"<double>\",\n  \"averagingStatus\": \"<boolean>\",\n  \"autoTrackStatus\": \"<boolean>\"\n}"}],"_postman_id":"eea24f47-c767-4a76-9236-c5de5544bcff"}],"id":"3e739a76-4513-410b-b45b-155b33850ae3","_postman_id":"3e739a76-4513-410b-b45b-155b33850ae3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"d8b99ed4-baf0-4699-af3c-89ad2db894de","_postman_id":"d8b99ed4-baf0-4699-af3c-89ad2db894de","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UploadFile","item":[{"name":"Uploads a file to the server and extracts the contents of the file.","id":"7cb8073d-f8ca-4d75-ad7c-800fec6ebd0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UploadFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b1f088d4-0dd1-4fec-8d83-6d51b0c2753d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7cb8073d-f8ca-4d75-ad7c-800fec6ebd0a"}],"id":"d970b241-0f82-456c-90fb-013c2510799c","_postman_id":"d970b241-0f82-456c-90fb-013c2510799c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpgradeFirmware","item":[{"name":"{id}","item":[{"name":"Upgrades the firmware of the sensor with the given ID.","id":"11ac4d51-c6fa-45ad-8356-a9978c441619","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/UpgradeFirmware/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UpgradeFirmware",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"a91edc4c-087d-4ff0-a951-ab45e8a75d7c","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c89098c4-cafa-46e8-bcac-68c189a953f3","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/UpgradeFirmware/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","UpgradeFirmware",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"11ac4d51-c6fa-45ad-8356-a9978c441619"}],"id":"8aeaf125-6a69-4538-a71c-14458255b9b4","_postman_id":"8aeaf125-6a69-4538-a71c-14458255b9b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"6faa5ebb-740f-48ae-9739-205bc6cfec39","_postman_id":"6faa5ebb-740f-48ae-9739-205bc6cfec39","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RestoreSensor","item":[{"name":"{id}","item":[{"name":"Restores a sensor configuration from a backup file.","id":"586f4534-3881-47b3-bcd2-b7ab03080eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/RestoreSensor/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RestoreSensor",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"03c33b74-023f-4c34-94af-de9132c5bf5d","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"d5a4e7e3-c462-4b81-93df-9c48fb41f080","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/RestoreSensor/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","RestoreSensor",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}"}],"_postman_id":"586f4534-3881-47b3-bcd2-b7ab03080eeb"}],"id":"9e0944e8-3083-484a-83f0-9fb358cd1a09","_postman_id":"9e0944e8-3083-484a-83f0-9fb358cd1a09","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"5dc34175-584f-4d46-9781-7312397fb4b0","_postman_id":"5dc34175-584f-4d46-9781-7312397fb4b0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UploadSensorFile","item":[{"name":"Uploads a sensor file to the server.","id":"5873c3bc-a0cf-4903-85da-8af892b129df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadSensorFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UploadSensorFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"5a63ee0e-0b1c-49ad-8bb2-004e086ec0f3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/SensorNetwork/UploadSensorFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5873c3bc-a0cf-4903-85da-8af892b129df"}],"id":"f5123ba7-a55e-4d45-83ba-00c34ab88825","_postman_id":"f5123ba7-a55e-4d45-83ba-00c34ab88825","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"BackupToXML","item":[{"name":"Writes a backup of the sensor configuration to an XML file.","id":"81ba3c59-5081-4215-9fcf-10e7196f1f58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/BackupToXML","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","BackupToXML"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"86e70319-386d-4488-a2e7-54866fa41779","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/BackupToXML"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}"}],"_postman_id":"81ba3c59-5081-4215-9fcf-10e7196f1f58"}],"id":"ef347b6c-bda2-4033-954a-11024f714942","_postman_id":"ef347b6c-bda2-4033-954a-11024f714942","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DownloadSensorBackup","item":[{"name":"{id}","item":[{"name":"Downloads a sensor backup file from the server.","id":"1ca5f526-42b6-4b85-97ed-0a67533b92cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/DownloadSensorBackup/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","DownloadSensorBackup",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"af82fb18-71d7-44cd-b750-aa76cf98cb46","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"79480185-3714-4482-b674-66fb0d175196","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/DownloadSensorBackup/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","DownloadSensorBackup",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ca5f526-42b6-4b85-97ed-0a67533b92cf"}],"id":"004ac5bc-3b1a-475b-9f54-ffca47cd27da","_postman_id":"004ac5bc-3b1a-475b-9f54-ffca47cd27da","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"77169e84-d2bc-464c-a4d4-148666d0578c","_postman_id":"77169e84-d2bc-464c-a4d4-148666d0578c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DownloadSensorLogFile","item":[{"name":"{filename}","item":[{"name":"Downloads a sensor log file from the unit.","id":"52c3f412-b36e-4889-a850-5c2f61ab1dee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/DownloadSensorLogFile/:filename","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","DownloadSensorLogFile",":filename"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"9ca9df7d-4de7-4b0a-830d-a39ab2587407","type":"any","value":"<string>","key":"filename"}]}},"response":[{"id":"d40c95a6-0b79-4f78-88fc-1a6cce175ac4","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/DownloadSensorLogFile/:filename","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","DownloadSensorLogFile",":filename"],"variable":[{"key":"filename"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52c3f412-b36e-4889-a850-5c2f61ab1dee"}],"id":"3bb633d2-7e64-4067-8d39-ccc19a41f472","_postman_id":"3bb633d2-7e64-4067-8d39-ccc19a41f472","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"88cd565b-7f8b-4837-98a2-b8156daed7c9","_postman_id":"88cd565b-7f8b-4837-98a2-b8156daed7c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpgradeFirmwareProgress","item":[{"name":"Gets the progress of the firmware upgrade for the specified sensor network.","id":"74484095-cd08-4557-bb26-a01bc70086fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/UpgradeFirmwareProgress?id=<string>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","UpgradeFirmwareProgress"],"host":["https://hydrocontrol7"],"query":[{"description":{"content":"<p>The ID of the sensor network.</p>\n","type":"text/plain"},"key":"id","value":"<string>"}],"variable":[]}},"response":[{"id":"de4b0e4b-f338-4972-90ea-e8894e983245","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/UpgradeFirmwareProgress?id=<string>","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","UpgradeFirmwareProgress"],"query":[{"description":"The ID of the sensor network.","key":"id","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"74484095-cd08-4557-bb26-a01bc70086fe"}],"id":"c8929ace-6212-4685-976a-272506334d43","_postman_id":"c8929ace-6212-4685-976a-272506334d43","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetBaudRate","item":[{"name":"{id}","item":[{"name":"Sets the baud rate of the sensor network.","id":"52c69fa6-7d92-4101-a80f-007210d143d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetBaudRate/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetBaudRate",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"68a13765-b1f9-4242-a8b0-524cbe569091","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"c7f4f0a2-b911-43d0-ac0d-ba1033233c71","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetBaudRate/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetBaudRate",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"52c69fa6-7d92-4101-a80f-007210d143d0"}],"id":"c4eebdca-18b5-4c22-b2df-0e320fb32164","_postman_id":"c4eebdca-18b5-4c22-b2df-0e320fb32164","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"d519fabe-0ba5-4d2e-8b66-fc4ea50d3469","_postman_id":"d519fabe-0ba5-4d2e-8b66-fc4ea50d3469","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSensorNetworkBaudRate","item":[{"name":"Gets the baud rate of the Sensor Network.","id":"498e3806-3aba-471e-85ac-440f8e808220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorNetworkBaudRate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetSensorNetworkBaudRate"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"94c95ae2-394e-4190-8d3b-9bd890ac6ef9","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetSensorNetworkBaudRate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"498e3806-3aba-471e-85ac-440f8e808220"}],"id":"99ed42bc-3c04-44aa-9d1d-210d474637cc","_postman_id":"99ed42bc-3c04-44aa-9d1d-210d474637cc","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetCommsReplyDelay","item":[{"name":"{id}","item":[{"name":"Sets the communication reply delay for the sensor with the given ID.","id":"9edc0e4a-4b35-49cb-9083-0a04c489621f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetCommsReplyDelay/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetCommsReplyDelay",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"dc2054ea-d306-448e-aa6d-4a2c6f34d2c1","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"2646e7b7-02e8-4ba6-ba00-d14e1227b1ea","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetCommsReplyDelay/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetCommsReplyDelay",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9edc0e4a-4b35-49cb-9083-0a04c489621f"}],"id":"6519c086-ce0b-44f3-91c1-9f9035574a7e","_postman_id":"6519c086-ce0b-44f3-91c1-9f9035574a7e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"c36f70de-22d9-49c6-af3e-fcd40d77b662","_postman_id":"c36f70de-22d9-49c6-af3e-fcd40d77b662","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SendTestCommand","item":[{"name":"{id}","item":[{"name":"Sends a test command to the sensor network.","id":"2e861fb6-163d-45dc-b4fe-3a3ea9063f90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SendTestCommand/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SendTestCommand",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"97f20dc2-29dd-4fbb-bd60-01b12581a50d","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"22909521-0cb6-4a93-ade6-2803f4beddf8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<string>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SendTestCommand/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SendTestCommand",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2e861fb6-163d-45dc-b4fe-3a3ea9063f90"}],"id":"180cee84-6975-4a5f-b353-bd27cdf93b4a","_postman_id":"180cee84-6975-4a5f-b353-bd27cdf93b4a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"045ac607-6fbf-4a47-a3e4-2d742b6358c4","_postman_id":"045ac607-6fbf-4a47-a3e4-2d742b6358c4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetHardwareDiagnosticsMode","item":[{"name":"{id}","item":[{"name":"Sets the hardware diagnostics mode for a given sensor.","id":"634843c9-85ca-454b-b41f-d37e698c51a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"vco\": \"<integer>\",\n  \"rfAtennuator\": \"<integer>\",\n  \"dacLoop1ma\": \"<double>\",\n  \"dacLoop2ma\": \"<double>\",\n  \"digitalOutput\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetHardwareDiagnosticsMode/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetHardwareDiagnosticsMode",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"d9b4a0b1-3b62-4f08-9af9-d37864e1d087","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"6722c173-ea68-44fe-9a27-a131d4457093","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"vco\": \"<integer>\",\n  \"rfAtennuator\": \"<integer>\",\n  \"dacLoop1ma\": \"<double>\",\n  \"dacLoop2ma\": \"<double>\",\n  \"digitalOutput\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetHardwareDiagnosticsMode/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetHardwareDiagnosticsMode",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"currentVcoFrequencyHz\": \"<integer>\",\n  \"currentRfLevel\": \"<integer>\",\n  \"referenceLevel\": \"<integer>\",\n  \"electronicsTempAdcValue\": \"<integer>\",\n  \"resonatorTempAdcValue\": \"<integer>\",\n  \"supplyVoltageAdcValue\": \"<integer>\",\n  \"currentSensorStatus\": {\n    \"dataInvalid\": \"<boolean>\",\n    \"dataInvalidLatched\": \"<boolean>\",\n    \"unreliable\": \"<boolean>\",\n    \"unreliableLatched\": \"<boolean>\",\n    \"offscale\": \"<boolean>\",\n    \"offscaleLatched\": \"<boolean>\",\n    \"digitalIn1\": \"<boolean>\",\n    \"digitalIO2\": \"<boolean>\",\n    \"sensorHot\": \"<boolean>\",\n    \"sensorHotLatched\": \"<boolean>\",\n    \"sensorCold\": \"<boolean>\",\n    \"sensorColdLatched\": \"<boolean>\",\n    \"autoTrackStatus\": \"<boolean>\",\n    \"autoTrackStatusLatched\": \"<boolean>\",\n    \"digitalIODirection\": \"<boolean>\"\n  }\n}"}],"_postman_id":"634843c9-85ca-454b-b41f-d37e698c51a8"}],"id":"1211b72d-cbf2-4bd2-9a02-a030b554a57c","_postman_id":"1211b72d-cbf2-4bd2-9a02-a030b554a57c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"e0af7186-837a-4c37-81fc-36e56039ccb9","_postman_id":"e0af7186-837a-4c37-81fc-36e56039ccb9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetMaxPossibleBaud","item":[{"name":"{maxBaud}","item":[{"name":"Sets the maximum possible baud rate for the sensor network.","id":"89d02469-dbeb-44f6-a913-4d44209ef507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/SetMaxPossibleBaud/:maxBaud","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetMaxPossibleBaud",":maxBaud"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"aa7808cc-291b-4c83-8782-5b8bca82be67","type":"any","value":"<integer>","key":"maxBaud"}]}},"response":[{"id":"05703340-da38-4f17-a546-d28dff4b8693","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetMaxPossibleBaud/:maxBaud","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetMaxPossibleBaud",":maxBaud"],"variable":[{"key":"maxBaud"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"89d02469-dbeb-44f6-a913-4d44209ef507"}],"id":"fb6c5daa-bc71-4b2b-87ae-5829cdd6bf07","_postman_id":"fb6c5daa-bc71-4b2b-87ae-5829cdd6bf07","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"e272691e-d167-4906-8407-1dde91d09808","_postman_id":"e272691e-d167-4906-8407-1dde91d09808","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetFixedBaud","item":[{"name":"{maxBaud}","item":[{"name":"Sets the fixed baud rate for the sensor network.","id":"c59fbb2a-7243-4fe5-b605-6739ac5699e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/SetFixedBaud/:maxBaud?isFixed=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetFixedBaud",":maxBaud"],"host":["https://hydrocontrol7"],"query":[{"description":{"content":"<p>Boolean value indicating whether the baud rate is fixed or not.</p>\n","type":"text/plain"},"key":"isFixed","value":"<boolean>"}],"variable":[{"id":"194a16f2-93fe-46a5-87ac-b492fdcf18f0","type":"any","value":"<string>","key":"maxBaud"}]}},"response":[{"id":"406b1f00-2e23-4f98-a664-2777c883eeff","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetFixedBaud/:maxBaud?isFixed=<boolean>","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetFixedBaud",":maxBaud"],"query":[{"description":"Boolean value indicating whether the baud rate is fixed or not.","key":"isFixed","value":"<boolean>"}],"variable":[{"key":"maxBaud"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c59fbb2a-7243-4fe5-b605-6739ac5699e7"}],"id":"a79edc5b-3d8b-4a75-a274-d1baf4feb4db","_postman_id":"a79edc5b-3d8b-4a75-a274-d1baf4feb4db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"65d9db84-01d0-490e-9aae-aaa8a69d88e4","_postman_id":"65d9db84-01d0-490e-9aae-aaa8a69d88e4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetDACLoop1mA","item":[{"name":"{id}","item":[{"name":"Sets the DAC loop 1mA value for the sensor.","id":"d35323ae-0d82-4229-9a7a-bc5d9ce5217a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetDACLoop1mA/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetDACLoop1mA",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"5b723b2b-374a-4090-beae-5fcc592f3997","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"70e96f53-2e1c-4310-9648-6b68bcd94b5d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetDACLoop1mA/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetDACLoop1mA",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d35323ae-0d82-4229-9a7a-bc5d9ce5217a"}],"id":"d15e5e06-cbbd-440b-ab8e-0c4c2613bae6","_postman_id":"d15e5e06-cbbd-440b-ab8e-0c4c2613bae6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"3413e99c-5cc3-4077-a18f-c3061064d4ae","_postman_id":"3413e99c-5cc3-4077-a18f-c3061064d4ae","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetDACLoop2mA","item":[{"name":"{id}","item":[{"name":"Sets the DAC loop 2mA value for the sensor.","id":"ef2becc6-2558-4279-884e-b840928e354c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetDACLoop2mA/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetDACLoop2mA",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"214bcd32-2230-4f36-8f59-b0f473b18596","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"6183ec9f-ae27-4971-989b-57bf8e215d9a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetDACLoop2mA/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetDACLoop2mA",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef2becc6-2558-4279-884e-b840928e354c"}],"id":"c32e7a86-7400-4bd6-acad-f46433f21429","_postman_id":"c32e7a86-7400-4bd6-acad-f46433f21429","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"f7067667-25ac-42d7-93eb-717a608e65a2","_postman_id":"f7067667-25ac-42d7-93eb-717a608e65a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetDigitalInput1Status","item":[{"name":"{id}","item":[{"name":"Gets the status of the digital input 1 for the specified sensor.","id":"7026ba43-1c38-4d22-afcc-3e4743ec5fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetDigitalInput1Status/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetDigitalInput1Status",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"740fe294-ea1d-4f47-92e3-0ad84102dc46","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"9c9d8300-d8b9-4471-a09b-ff9458afc341","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetDigitalInput1Status/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetDigitalInput1Status",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7026ba43-1c38-4d22-afcc-3e4743ec5fbb"}],"id":"81fd96cb-6222-4c26-ad85-4145163a622d","_postman_id":"81fd96cb-6222-4c26-ad85-4145163a622d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"52722c8e-7536-4dae-ae92-6eb4f41449ab","_postman_id":"52722c8e-7536-4dae-ae92-6eb4f41449ab","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetAveragingStatus","item":[{"name":"{id}","item":[{"name":"Gets the averaging status of the sensor with the given ID.","id":"3c82d73d-85d1-4d5c-b1bc-62a621530f81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetAveragingStatus/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetAveragingStatus",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"72599c21-e42b-4384-85f8-5b017377d7a1","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"e8d2f531-8586-447a-b4b7-1f0bb0936db0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetAveragingStatus/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetAveragingStatus",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3c82d73d-85d1-4d5c-b1bc-62a621530f81"}],"id":"5d9696d6-bb7c-485a-8834-e736dc0a9e1b","_postman_id":"5d9696d6-bb7c-485a-8834-e736dc0a9e1b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"008c7187-a2a4-4909-ab49-70d7b7a3b5b4","_postman_id":"008c7187-a2a4-4909-ab49-70d7b7a3b5b4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetDigitalIO2Status","item":[{"name":"{id}","item":[{"name":"Gets the Digital IO2 status for the specified sensor.","id":"e2034828-5b86-41e0-9b49-7b53b3f34685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetDigitalIO2Status/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetDigitalIO2Status",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"0deaf0fa-2a6e-4a8d-9068-1ea3f46ede53","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"e32ddfe1-07e6-4ab0-af25-ff073370df0c","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/GetDigitalIO2Status/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","GetDigitalIO2Status",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2034828-5b86-41e0-9b49-7b53b3f34685"}],"id":"4d05e579-870b-4c86-b277-47a5b1148a01","_postman_id":"4d05e579-870b-4c86-b277-47a5b1148a01","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"3d2910cb-0790-4ec5-a3ac-9b7def7a9634","_postman_id":"3d2910cb-0790-4ec5-a3ac-9b7def7a9634","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetDigitalIO2Status","item":[{"name":"{id}","item":[{"name":"Sets the digital IO2 status for the sensor network.","id":"cbf7c6cd-2214-42c5-95fa-2fc46feb4b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetDigitalIO2Status/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetDigitalIO2Status",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"39a8d17d-5034-45c5-82cd-672a9c325faf","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"dd52b21b-5333-4baa-b134-5c8ebb3ed03a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/SetDigitalIO2Status/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","SetDigitalIO2Status",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cbf7c6cd-2214-42c5-95fa-2fc46feb4b86"}],"id":"26ab80f7-3246-451d-9eed-56ad11dea7db","_postman_id":"26ab80f7-3246-451d-9eed-56ad11dea7db","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"f286c6b5-c566-4f01-a105-e137199aab9f","_postman_id":"f286c6b5-c566-4f01-a105-e137199aab9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"BackupSensorToFlash","item":[{"name":"Backups the sensor configuration to flash.","id":"7d6856e8-37fe-4a4d-ba69-ed1d5da752d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/BackupSensorToFlash","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","BackupSensorToFlash"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"6118fd1b-969d-4aa6-aa5e-c23b4157978e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/BackupSensorToFlash"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7d6856e8-37fe-4a4d-ba69-ed1d5da752d6"}],"id":"0b610cb4-9f92-413d-952e-ed1a3254f7ea","_postman_id":"0b610cb4-9f92-413d-952e-ed1a3254f7ea","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RestoreFromFlash","item":[{"name":"{id}","item":[{"name":"Restores the configuration of the sensor from the flash memory.","id":"edfc63ad-fba3-452b-9ead-9603e56f2c8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/RestoreFromFlash/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RestoreFromFlash",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"062442bf-24bf-4436-86f6-eff9f773e92a","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"a62bc925-7620-4342-9ab5-1d2047869143","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/RestoreFromFlash/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","RestoreFromFlash",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}"}],"_postman_id":"edfc63ad-fba3-452b-9ead-9603e56f2c8c"}],"id":"d7799dff-3cd4-4610-9d01-f8c5c7e7b10c","_postman_id":"d7799dff-3cd4-4610-9d01-f8c5c7e7b10c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"8cacefe6-85d1-4f3d-a1e0-4e6b13d58c65","_postman_id":"8cacefe6-85d1-4f3d-a1e0-4e6b13d58c65","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RestoreFromFactory","item":[{"name":"{id}","item":[{"name":"Restores the sensor configuration from the factory settings.","id":"1cc79b71-d137-4c07-a1d4-4b3087b234d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/RestoreFromFactory/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","RestoreFromFactory",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"5123a068-10ba-443c-a927-3050c5056877","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"ba1d35bd-7fc1-4ae8-b4a2-b2ac7d3ee6a4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/RestoreFromFactory/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","RestoreFromFactory",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<string>\",\n  \"sensorName\": \"<string>\",\n  \"firmwareVersion\": \"<string>\",\n  \"sensorAddress\": \"<long>\",\n  \"calibrationCoefficientA\": \"<double>\",\n  \"calibrationCoefficientB\": \"<double>\",\n  \"calibrationCoefficientC\": \"<double>\",\n  \"calibrationSsd\": \"<double>\",\n  \"calibrationCoefficientAmodeF\": \"<double>\",\n  \"calibrationCoefficientBmodeF\": \"<double>\",\n  \"calibrationCoefficientCmodeF\": \"<double>\",\n  \"calibrationCoefficientAmodeA\": \"<double>\",\n  \"calibrationCoefficientBmodeA\": \"<double>\",\n  \"calibrationCoefficientCmodeA\": \"<double>\",\n  \"calibrationCoefficientAmodeV\": \"<double>\",\n  \"calibrationCoefficientBmodeV\": \"<double>\",\n  \"calibrationCoefficientCmodeV\": \"<double>\",\n  \"calibrationCoefficientAmodeE\": \"<double>\",\n  \"calibrationCoefficientBmodeE\": \"<double>\",\n  \"calibrationCoefficientCmodeE\": \"<double>\",\n  \"calibrationCoefficientAmodeI\": \"<double>\",\n  \"calibrationCoefficientBmodeI\": \"<double>\",\n  \"calibrationCoefficientCmodeI\": \"<double>\",\n  \"brixCoeffA\": \"<double>\",\n  \"brixCoeffB\": \"<double>\",\n  \"brixCoeffC\": \"<double>\",\n  \"brixCoeffD\": \"<double>\",\n  \"configOutputType\": \"<long>\",\n  \"configOrbArmType\": \"<long>\",\n  \"orbiterArmId\": \"<string>\",\n  \"configOutputVariable\": \"<long>\",\n  \"configOutput1VariableMode\": \"<long>\",\n  \"configOutput2VariableMode\": \"<long>\",\n  \"configOutput2Variable\": \"<long>\",\n  \"configOutputLowMoisture\": \"<double>\",\n  \"configOutputHighMoisture\": \"<double>\",\n  \"configInputUse\": \"<long>\",\n  \"configIo2use\": \"<long>\",\n  \"frequencyWaterCalibration\": \"<double>\",\n  \"frequencyAirCalibration\": \"<double>\",\n  \"amplitudeWaterCalibration\": \"<double>\",\n  \"amplitudeAirCalibration\": \"<double>\",\n  \"electronicsTemperatureOffset\": \"<double>\",\n  \"resonatorTemperatureOffset\": \"<double>\",\n  \"materialTemperatureOffset\": \"<double>\",\n  \"electronicsFrequencyCoefficient\": \"<double>\",\n  \"resonatorFrequencyCoefficient\": \"<double>\",\n  \"materialFrequencyCoefficient\": \"<double>\",\n  \"electronicsAmplitudeCoefficient\": \"<double>\",\n  \"resonatorAmplitudeCoefficient\": \"<double>\",\n  \"materialAmplitudeCoefficient\": \"<double>\",\n  \"minimumTemperature\": \"<double>\",\n  \"maximumTemperature\": \"<double>\",\n  \"averageHoldDelay\": \"<long>\",\n  \"smoothingTime\": \"<long>\",\n  \"mixerMask\": \"<string>\",\n  \"positiveSlew\": \"<long>\",\n  \"negativeSlew\": \"<long>\",\n  \"dsptype\": \"<long>\",\n  \"autotrackTime\": \"<double>\",\n  \"autotrackDeviationThreshold\": \"<double>\",\n  \"averageIncludeLow\": \"<double>\",\n  \"averageIncludeHigh\": \"<double>\",\n  \"configAveragingMode\": \"<long>\",\n  \"unscaledIncludeLow\": \"<double>\",\n  \"unscaledIncludeHigh\": \"<double>\",\n  \"unscaledType\": \"<long>\",\n  \"unscaledType2\": \"<long>\",\n  \"configHydroLabMeasurementTime\": \"<long>\",\n  \"configMaterialTempLowAlarm\": \"<double>\",\n  \"configMaterialTempHighAlarm\": \"<double>\",\n  \"filterInclude\": \"<double>\",\n  \"filterSeedPoint\": \"<integer>\",\n  \"configCalibrationName\": \"<string>\",\n  \"configCalibrationType\": \"<long>\",\n  \"configCalibrationRules\": \"<long>\",\n  \"currentCalibrationInUse\": \"<string>\",\n  \"alarmMode\": \"<string>\",\n  \"secondaryProtocol\": \"<integer>\",\n  \"secondaryBaudRate\": \"<integer>\",\n  \"secondaryParity\": \"<integer>\",\n  \"secondaryAddress\": \"<integer>\",\n  \"customConfigs\": 33,\n  \"productType\": \"<long>\"\n}"}],"_postman_id":"1cc79b71-d137-4c07-a1d4-4b3087b234d7"}],"id":"8aef597c-f9d9-4015-a6c2-c8bd1bcbcbb2","_postman_id":"8aef597c-f9d9-4015-a6c2-c8bd1bcbcbb2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"cff2c808-2015-438b-903c-face642910a0","_postman_id":"cff2c808-2015-438b-903c-face642910a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"StartAveraging","item":[{"name":"{id}","item":[{"name":"Starts the averaging process for the specified sensor.","id":"28774a5c-d892-4d86-9642-c77d04b39994","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/StartAveraging/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","StartAveraging",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"4ab24dff-a6cd-4724-b94a-f5a171076d4d","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"04123bf5-7b3b-46f0-8eca-ae459b1dbb80","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/StartAveraging/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","StartAveraging",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"28774a5c-d892-4d86-9642-c77d04b39994"}],"id":"0760b1ac-1953-47dc-92a2-f0a454b74653","_postman_id":"0760b1ac-1953-47dc-92a2-f0a454b74653","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"ca057761-40ef-4f79-9152-7cc6d0353a9e","_postman_id":"ca057761-40ef-4f79-9152-7cc6d0353a9e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"StopAveraging","item":[{"name":"{id}","item":[{"name":"Stops the averaging process for the specified sensor.","id":"3d9ba4b8-5ac8-440e-b9f4-986d68afe0ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/StopAveraging/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","StopAveraging",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"455142e7-4b94-4866-abec-71e097c27bfb","type":"any","value":"<string>","key":"id"}]}},"response":[{"id":"cff7b5f5-6348-471b-b97e-a5b57dcc29d5","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SensorNetwork/StopAveraging/:id","host":["https://hydrocontrol7"],"path":["api","SensorNetwork","StopAveraging",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3d9ba4b8-5ac8-440e-b9f4-986d68afe0ca"}],"id":"c9b9c495-97d9-4caf-85f9-083e7255d65a","_postman_id":"c9b9c495-97d9-4caf-85f9-083e7255d65a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"c591e5a0-d626-4e96-8816-7579f752f9b9","_postman_id":"c591e5a0-d626-4e96-8816-7579f752f9b9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetRemovableDrives","item":[{"name":"Gets a list of removable drives.","id":"e997f2b4-b188-44b7-83d7-508f68ef81f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetRemovableDrives","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetRemovableDrives"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e06488d0-15a2-4143-9b7b-45a3b54d74f8","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetRemovableDrives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"availableFreeSpace\": \"<long>\",\n    \"driveFormat\": \"<string>\",\n    \"isReady\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"rootDirectory\": \"<string>\",\n    \"totalFreeSpace\": \"<long>\",\n    \"totalSize\": \"<long>\",\n    \"volumeLabel\": \"<string>\"\n  },\n  {\n    \"availableFreeSpace\": \"<long>\",\n    \"driveFormat\": \"<string>\",\n    \"isReady\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"rootDirectory\": \"<string>\",\n    \"totalFreeSpace\": \"<long>\",\n    \"totalSize\": \"<long>\",\n    \"volumeLabel\": \"<string>\"\n  }\n]"}],"_postman_id":"e997f2b4-b188-44b7-83d7-508f68ef81f0"}],"id":"02e9aa70-8ac3-4e97-beee-47dbc4c47c0d","_postman_id":"02e9aa70-8ac3-4e97-beee-47dbc4c47c0d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetAllRemoveableDrives","item":[{"name":"Gets a list of all removable drives connected to the system.","id":"c458879a-f24b-40d6-befd-a1ca6b941239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetAllRemoveableDrives","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetAllRemoveableDrives"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4dbf2c5c-9cab-4726-8780-793883ef2f46","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetAllRemoveableDrives"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c458879a-f24b-40d6-befd-a1ca6b941239"}],"id":"771d83f8-fdde-4934-a628-9fd9d1fcad2a","_postman_id":"771d83f8-fdde-4934-a628-9fd9d1fcad2a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetFilesAndFolders","item":[{"name":"Gets a list of files and folders from the specified file path.","id":"1c656978-7eb4-444f-8a3c-0c3317ed2f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/GetFilesAndFolders","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetFilesAndFolders"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"9883237d-a4a7-480e-a5b7-fa7fbdc6a2ac","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/GetFilesAndFolders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"id\": \"<string>\",\n    \"isFolder\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\"\n  },\n  {\n    \"id\": \"<string>\",\n    \"isFolder\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"parent\": \"<string>\"\n  }\n]"}],"_postman_id":"1c656978-7eb4-444f-8a3c-0c3317ed2f9c"}],"id":"620d3afd-58dd-4098-94b1-16b99a16400a","_postman_id":"620d3afd-58dd-4098-94b1-16b99a16400a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetSystemInfo","item":[{"name":"Sets the system info for the sensor network.","id":"3b64679f-e33c-4267-9d0e-86c6f3d16cd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osversion\": \"<string>\",\n  \"architecture\": \"<string>\",\n  \"culture\": \"<string>\",\n  \"ismetric\": \"<boolean>\",\n  \"softwareversion\": \"<string>\",\n  \"fieldbusAddress\": \"<string>\",\n  \"fieldbusDataSheet\": \"<string>\",\n  \"maxBaudRate\": \"<integer>\",\n  \"isFixedBaudRate\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetSystemInfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetSystemInfo"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"6ba02ae2-7844-4c79-b672-0aca0cdcb4ed","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"osversion\": \"<string>\",\n  \"architecture\": \"<string>\",\n  \"culture\": \"<string>\",\n  \"ismetric\": \"<boolean>\",\n  \"softwareversion\": \"<string>\",\n  \"fieldbusAddress\": \"<string>\",\n  \"fieldbusDataSheet\": \"<string>\",\n  \"maxBaudRate\": \"<integer>\",\n  \"isFixedBaudRate\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetSystemInfo"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3b64679f-e33c-4267-9d0e-86c6f3d16cd6"}],"id":"81ffc0ab-1861-47c4-b389-665725fd6ca1","_postman_id":"81ffc0ab-1861-47c4-b389-665725fd6ca1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetBaudRateSettings","item":[{"name":"Sets the baud rate settings for the HydroLink connection.","id":"296b3ded-79da-4af4-a078-cb2d8e125dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"osversion\": \"<string>\",\n  \"architecture\": \"<string>\",\n  \"culture\": \"<string>\",\n  \"ismetric\": \"<boolean>\",\n  \"softwareversion\": \"<string>\",\n  \"fieldbusAddress\": \"<string>\",\n  \"fieldbusDataSheet\": \"<string>\",\n  \"maxBaudRate\": \"<integer>\",\n  \"isFixedBaudRate\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetBaudRateSettings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetBaudRateSettings"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"02706887-6789-4146-b3f7-a5e9cdb40cc4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"osversion\": \"<string>\",\n  \"architecture\": \"<string>\",\n  \"culture\": \"<string>\",\n  \"ismetric\": \"<boolean>\",\n  \"softwareversion\": \"<string>\",\n  \"fieldbusAddress\": \"<string>\",\n  \"fieldbusDataSheet\": \"<string>\",\n  \"maxBaudRate\": \"<integer>\",\n  \"isFixedBaudRate\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetBaudRateSettings"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"296b3ded-79da-4af4-a078-cb2d8e125dcb"}],"id":"e5da7d7a-6c5e-4149-8aa0-b61eebcee44d","_postman_id":"e5da7d7a-6c5e-4149-8aa0-b61eebcee44d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetCPUTemp","item":[{"name":"Gets the CPU temperature from the sensor network.","id":"5b539c7f-001c-4939-91ec-5c9d95fa4723","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetCPUTemp","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetCPUTemp"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"47f45ee2-015c-485e-99f5-893a76086d4f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetCPUTemp"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5b539c7f-001c-4939-91ec-5c9d95fa4723"}],"id":"0a2e6f18-e7d9-46e0-a8fa-6b6d97429c2b","_postman_id":"0a2e6f18-e7d9-46e0-a8fa-6b6d97429c2b","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TransferFirmwareFile","item":[{"name":"This method transfers a firmware file to the specified path and extracts the contents of the zip file.","id":"5125cb35-ced8-4a59-b9fa-16b40daa4d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferFirmwareFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","TransferFirmwareFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"83071f58-6791-4e0e-9895-601403423c79","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferFirmwareFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5125cb35-ced8-4a59-b9fa-16b40daa4d97"}],"id":"39258a9d-2918-45f7-ac35-d3908946d290","_postman_id":"39258a9d-2918-45f7-ac35-d3908946d290","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TransferSensorFile","item":[{"name":"Copies a sensor file to the SensorBackups directory and returns the filename.","id":"90838a49-1c71-4070-8163-a0b4bb3a5bbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferSensorFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","TransferSensorFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"f9def056-a3f4-4651-b94c-e9792628783f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferSensorFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"90838a49-1c71-4070-8163-a0b4bb3a5bbd"}],"id":"b865a424-c2a7-44ab-a937-5fb176bb4c97","_postman_id":"b865a424-c2a7-44ab-a937-5fb176bb4c97","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TransferLogFile","item":[{"name":"Copies a log file to a removable drive.","id":"69d6098a-6d44-4087-ad75-e4b589a9e695","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferLogFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","TransferLogFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"d0ff4233-cbd9-417a-89c9-f6786e085a5f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferLogFile"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"69d6098a-6d44-4087-ad75-e4b589a9e695"}],"id":"7cc83711-6951-45fb-9a1e-080a499b513f","_postman_id":"7cc83711-6951-45fb-9a1e-080a499b513f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"TransferSoftwareFile","item":[{"name":"Transfers a software file to the sensor network.","id":"e3dcb335-f8f7-47cc-aa30-29b7e5117758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferSoftwareFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","TransferSoftwareFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"c0f6b983-426a-4fd3-a578-9c6dca4b38f0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/TransferSoftwareFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"e3dcb335-f8f7-47cc-aa30-29b7e5117758"}],"id":"97c6148e-397e-4a72-befb-288d75c45df2","_postman_id":"97c6148e-397e-4a72-befb-288d75c45df2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"CopyFileToUSBRoot","item":[{"name":"Copies a file from the SensorBackups directory to the USB root directory.","id":"a9e06028-604d-4086-851b-461975150432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/CopyFileToUSBRoot","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","CopyFileToUSBRoot"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"0ff8ed6c-a9f1-41ad-af55-73de81614c43","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/CopyFileToUSBRoot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"a9e06028-604d-4086-851b-461975150432"}],"id":"332f3933-f854-4885-8541-b1e5d8655c15","_postman_id":"332f3933-f854-4885-8541-b1e5d8655c15","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SaveLiveDisplaySetup","item":[{"name":"Saves the live display setup.","id":"43fe8908-f9cf-40d5-bb87-4301ec6dc651","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n  {\n    \"sensor\": \"<string>\",\n    \"parameter\": \"<integer>\",\n    \"mode\": \"<integer>\",\n    \"activeTab\": \"<integer>\",\n    \"color\": \"<string>\",\n    \"modeDisabled\": \"<boolean>\",\n    \"availableParameters\": [\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"unscaled1Mode\": \"<integer>\",\n    \"unscaled2Mode\": \"<integer>\"\n  },\n  {\n    \"sensor\": \"<string>\",\n    \"parameter\": \"<integer>\",\n    \"mode\": \"<integer>\",\n    \"activeTab\": \"<integer>\",\n    \"color\": \"<string>\",\n    \"modeDisabled\": \"<boolean>\",\n    \"availableParameters\": [\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"unscaled1Mode\": \"<integer>\",\n    \"unscaled2Mode\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SaveLiveDisplaySetup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SaveLiveDisplaySetup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"0064b44c-8f8b-4db4-9135-6b3ea94d4756","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"[\n  {\n    \"sensor\": \"<string>\",\n    \"parameter\": \"<integer>\",\n    \"mode\": \"<integer>\",\n    \"activeTab\": \"<integer>\",\n    \"color\": \"<string>\",\n    \"modeDisabled\": \"<boolean>\",\n    \"availableParameters\": [\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"unscaled1Mode\": \"<integer>\",\n    \"unscaled2Mode\": \"<integer>\"\n  },\n  {\n    \"sensor\": \"<string>\",\n    \"parameter\": \"<integer>\",\n    \"mode\": \"<integer>\",\n    \"activeTab\": \"<integer>\",\n    \"color\": \"<string>\",\n    \"modeDisabled\": \"<boolean>\",\n    \"availableParameters\": [\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      },\n      {\n        \"index\": \"<integer>\",\n        \"parameter\": \"<string>\",\n        \"fastTrendParameter\": \"<integer>\",\n        \"description\": \"<string>\"\n      }\n    ],\n    \"unscaled1Mode\": \"<integer>\",\n    \"unscaled2Mode\": \"<integer>\"\n  }\n]","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SaveLiveDisplaySetup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43fe8908-f9cf-40d5-bb87-4301ec6dc651"}],"id":"03e5a72b-18f2-4ff6-b6fe-95919e2c27c9","_postman_id":"03e5a72b-18f2-4ff6-b6fe-95919e2c27c9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetCompactComIPAddress","item":[{"name":"Gets the CompactCom IP address.","id":"ef4dcb81-aee8-4f0c-a730-64e044be29f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SensorNetwork/GetCompactComIPAddress","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","GetCompactComIPAddress"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"61430708-1992-4b4a-8c3b-52c84c271e0d","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SensorNetwork/GetCompactComIPAddress"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ef4dcb81-aee8-4f0c-a730-64e044be29f0"}],"id":"1c6aa5ad-3b82-4510-a4ce-ec7be80043ed","_postman_id":"1c6aa5ad-3b82-4510-a4ce-ec7be80043ed","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetAlarmOutput","item":[{"name":"Sets the alarm output to the specified value.","id":"9ca63fe0-eddc-4ca3-863f-463e00dacc92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetAlarmOutput","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SensorNetwork","SetAlarmOutput"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"851e670d-c847-4187-9ea5-ee65bc76d45e","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SensorNetwork/SetAlarmOutput"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"9ca63fe0-eddc-4ca3-863f-463e00dacc92"}],"id":"30ba3b95-8b36-4513-a600-b4c7c7896c29","_postman_id":"30ba3b95-8b36-4513-a600-b4c7c7896c29","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"d5e8a86d-c494-46d2-a9c8-7991421f8c41","_postman_id":"d5e8a86d-c494-46d2-a9c8-7991421f8c41","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Settings","item":[{"name":"RefreshTimezones","item":[{"name":"{languageCode}","item":[{"name":"Rebuilds the list of timezones","id":"080e6a51-ae7f-4a12-ac6b-216331b0d7f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/RefreshTimezones/:languageCode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","RefreshTimezones",":languageCode"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"385f818d-2796-45ba-b8dd-6ee3aa04af19","type":"any","value":"<string>","key":"languageCode"}]}},"response":[{"id":"fbbe6a27-5e49-4a07-82d4-941085b9f5de","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Settings/RefreshTimezones/:languageCode","host":["https://hydrocontrol7"],"path":["api","Settings","RefreshTimezones",":languageCode"],"variable":[{"key":"languageCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"080e6a51-ae7f-4a12-ac6b-216331b0d7f1"}],"id":"af088cbc-5e35-4a2d-afbc-9f72f06cfdb3","_postman_id":"af088cbc-5e35-4a2d-afbc-9f72f06cfdb3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"e71e81d7-85a0-46a8-adc1-8f04f85dd661","_postman_id":"e71e81d7-85a0-46a8-adc1-8f04f85dd661","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetTimeZones","item":[{"name":"{languageCode}","item":[{"name":"Returns the full list of timezones","id":"c6c7dd36-5004-4ad7-9ee1-b65fba3e76bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/GetTimeZones/:languageCode","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetTimeZones",":languageCode"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"ed50a73c-21ce-4e75-ade3-15edad6ebca4","type":"any","value":"<string>","key":"languageCode"}]}},"response":[{"id":"ef8bc4a2-5d39-40fd-9788-700663072077","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Settings/GetTimeZones/:languageCode","host":["https://hydrocontrol7"],"path":["api","Settings","GetTimeZones",":languageCode"],"variable":[{"key":"languageCode"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6c7dd36-5004-4ad7-9ee1-b65fba3e76bc"}],"id":"a532b3e7-5e14-4861-a5c9-08a8df7e02c5","_postman_id":"a532b3e7-5e14-4861-a5c9-08a8df7e02c5","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"c2a63051-4de8-4b03-8116-0a02d6e00c21","_postman_id":"c2a63051-4de8-4b03-8116-0a02d6e00c21","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpdateSettings","item":[{"name":"Updates and returns application settings. Sets timezone and reloads the mix cycle preferences.","id":"a8ceea34-59f8-4bfe-a654-6c80edb942de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"defaultRecipeId\": \"<integer>\",\n  \"timeZoneId\": \"<string>\",\n  \"dateFormat\": \"<integer>\",\n  \"weightUnit\": \"<integer>\",\n  \"volumeUnit\": \"<integer>\",\n  \"displayUnscaled\": \"<boolean>\",\n  \"temperatureUnit\": \"<integer>\",\n  \"languageUsed\": \"<integer>\",\n  \"keyboardLanguage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/UpdateSettings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","UpdateSettings"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"9ba90e32-06cc-4022-9482-9896f542d6c0","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"defaultRecipeId\": \"<integer>\",\n  \"timeZoneId\": \"<string>\",\n  \"dateFormat\": \"<integer>\",\n  \"weightUnit\": \"<integer>\",\n  \"volumeUnit\": \"<integer>\",\n  \"displayUnscaled\": \"<boolean>\",\n  \"temperatureUnit\": \"<integer>\",\n  \"languageUsed\": \"<integer>\",\n  \"keyboardLanguage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/UpdateSettings"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"defaultRecipeId\": \"<integer>\",\n  \"timeZoneId\": \"<string>\",\n  \"dateFormat\": \"<integer>\",\n  \"weightUnit\": \"<integer>\",\n  \"volumeUnit\": \"<integer>\",\n  \"displayUnscaled\": \"<boolean>\",\n  \"temperatureUnit\": \"<integer>\",\n  \"languageUsed\": \"<integer>\",\n  \"keyboardLanguage\": \"<integer>\"\n}"}],"_postman_id":"a8ceea34-59f8-4bfe-a654-6c80edb942de"}],"id":"9968ec1f-08b7-4c0a-81e3-7a85c16ab15d","_postman_id":"9968ec1f-08b7-4c0a-81e3-7a85c16ab15d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetNetworkInterfaceSetup","item":[{"name":"Returns the ethernet network interface settings saved in InterfaceSettings.json","id":"c6925353-1416-46c2-9595-9684742f2391","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/GetNetworkInterfaceSetup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetNetworkInterfaceSetup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"010bd4d4-b00d-45a0-a32e-d8044f5d068f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetNetworkInterfaceSetup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c6925353-1416-46c2-9595-9684742f2391"}],"id":"e5f1b183-db43-4fc9-adbc-129dddbddf25","_postman_id":"e5f1b183-db43-4fc9-adbc-129dddbddf25","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SaveNetworkInterfaceSetup","item":[{"name":"Sets the ethernet network interface settings and saves to InterfaceSettings.json","id":"0b617ed9-bfd8-4498-9d82-894490d3b056","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"dhcpEnabled\": \"<boolean>\",\n  \"ipAddress\": \"<string>\",\n  \"subnetMask\": \"<string>\",\n  \"defaultGateway\": \"<string>\",\n  \"dns\": \"<string>\",\n  \"macAddress\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SaveNetworkInterfaceSetup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","SaveNetworkInterfaceSetup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"fdde05d9-84f7-447c-81bd-c99a74721d3a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"dhcpEnabled\": \"<boolean>\",\n  \"ipAddress\": \"<string>\",\n  \"subnetMask\": \"<string>\",\n  \"defaultGateway\": \"<string>\",\n  \"dns\": \"<string>\",\n  \"macAddress\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SaveNetworkInterfaceSetup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0b617ed9-bfd8-4498-9d82-894490d3b056"}],"id":"b4183344-59dd-491a-9a4a-67e432b4cbf2","_postman_id":"b4183344-59dd-491a-9a4a-67e432b4cbf2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetNICInfo","item":[{"name":"Gets the network information settings from the operating system","id":"d6d88b71-4e0c-4346-aa68-593312e99ac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/GetNICInfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetNICInfo"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"97399548-37c4-4e12-98d3-bb6b1221477e","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetNICInfo"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d6d88b71-4e0c-4346-aa68-593312e99ac0"}],"id":"5b2b1f8b-397d-4631-bc27-75b8eeefde7c","_postman_id":"5b2b1f8b-397d-4631-bc27-75b8eeefde7c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetRecipeAsDefault","item":[{"name":"Sets the default recipe by the database id","id":"e3709457-af87-43b8-9221-0206d31ab39f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SetRecipeAsDefault","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","SetRecipeAsDefault"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"26cbb834-5c16-4e09-88da-13686ebc2076","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SetRecipeAsDefault"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"defaultRecipeId\": \"<integer>\",\n  \"timeZoneId\": \"<string>\",\n  \"dateFormat\": \"<integer>\",\n  \"weightUnit\": \"<integer>\",\n  \"volumeUnit\": \"<integer>\",\n  \"displayUnscaled\": \"<boolean>\",\n  \"temperatureUnit\": \"<integer>\",\n  \"languageUsed\": \"<integer>\",\n  \"keyboardLanguage\": \"<integer>\"\n}"}],"_postman_id":"e3709457-af87-43b8-9221-0206d31ab39f"}],"id":"7c659388-2fc5-4f1e-82f9-62c525bbbfa4","_postman_id":"7c659388-2fc5-4f1e-82f9-62c525bbbfa4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSsiDs","item":[{"name":"Scans for wifi networks and returns a list of SSIDs","id":"7a50c6a3-d863-4ce0-b408-5576a172563e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/GetSsiDs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetSsiDs"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"cc9ff034-cfae-4ae1-987c-c57f1cd53a23","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetSsiDs"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a50c6a3-d863-4ce0-b408-5576a172563e"}],"id":"ff04bf55-1e76-4a1a-acbb-7f3cea0220b2","_postman_id":"ff04bf55-1e76-4a1a-acbb-7f3cea0220b2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"IsWifiEnabled","item":[{"name":"Checks if the units Wifi is present and enabled","id":"ee29089f-2928-4a7a-9de2-83ff4e1860c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/IsWifiEnabled","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","IsWifiEnabled"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"039453ce-fc4d-41b1-b0c9-1d742143ef53","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/IsWifiEnabled"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ee29089f-2928-4a7a-9de2-83ff4e1860c3"}],"id":"1cd37557-617f-4c24-b0f1-b650b7763014","_postman_id":"1cd37557-617f-4c24-b0f1-b650b7763014","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"IsWifiConnected","item":[{"name":"Returns the status of the wifi connection","id":"0d46a423-1ed5-4560-a4bb-6e84ad209fa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/IsWifiConnected","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","IsWifiConnected"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"abfe147d-154d-4ad1-a35a-aa325d27286b","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/IsWifiConnected"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0d46a423-1ed5-4560-a4bb-6e84ad209fa3"}],"id":"efacfe12-f86b-4052-9406-62f39e6cfaf3","_postman_id":"efacfe12-f86b-4052-9406-62f39e6cfaf3","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"JoinWifi","item":[{"name":"Join the wifi network using the properties from the WifiNetwork model","id":"2d46fb0d-cbef-475d-9123-a69301c72395","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": \"<string>\",\n  \"password\": \"<string>\",\n  \"dhcpEnabled\": \"<boolean>\",\n  \"ipAddress\": \"<string>\",\n  \"subnetMask\": \"<string>\",\n  \"defaultGateway\": \"<string>\",\n  \"dns\": \"<string>\",\n  \"macAddress\": \"<string>\",\n  \"isConnected\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/JoinWifi","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","JoinWifi"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"a59186e6-fd91-489b-9dbb-1b70fafae48b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"ssid\": \"<string>\",\n  \"password\": \"<string>\",\n  \"dhcpEnabled\": \"<boolean>\",\n  \"ipAddress\": \"<string>\",\n  \"subnetMask\": \"<string>\",\n  \"defaultGateway\": \"<string>\",\n  \"dns\": \"<string>\",\n  \"macAddress\": \"<string>\",\n  \"isConnected\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/JoinWifi"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d46fb0d-cbef-475d-9123-a69301c72395"}],"id":"21562a1f-54b9-41eb-9227-91c8f1ec1fee","_postman_id":"21562a1f-54b9-41eb-9227-91c8f1ec1fee","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetWifiNICInfo","item":[{"name":"Returns the connected wifi network information","id":"d11fc8ce-8db7-4c0a-b236-a7e4b873116d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/GetWifiNICInfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetWifiNICInfo"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"2c533d95-1dbe-47ed-877e-092891a6c9ed","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetWifiNICInfo"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d11fc8ce-8db7-4c0a-b236-a7e4b873116d"}],"id":"25a9e49a-7f0c-4be6-841a-f1c84ff61ab4","_postman_id":"25a9e49a-7f0c-4be6-841a-f1c84ff61ab4","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DisconnectWifi","item":[{"name":"Disconnect from the current wifi network","id":"95d74079-4561-4b55-80e2-6d25afa6a82a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/DisconnectWifi","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","DisconnectWifi"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"51cf0c25-a4ed-481b-b117-8e6ecf5bde10","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/DisconnectWifi"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"95d74079-4561-4b55-80e2-6d25afa6a82a"}],"id":"dcff0470-83c0-4cbb-bed7-b20b64a05991","_postman_id":"dcff0470-83c0-4cbb-bed7-b20b64a05991","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UploadSoftwareFile","item":[{"name":"Uploads a zip file with a software update file. /api/Settings/UpgradeSoftware then can be used to trigger the update.","id":"53b12104-773a-454f-9fcb-4ee74cf33b94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/Settings/UploadSoftwareFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","UploadSoftwareFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"bbe36737-f83e-4abd-8f61-ee88fdfa3a62","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/Settings/UploadSoftwareFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"53b12104-773a-454f-9fcb-4ee74cf33b94"}],"id":"6e16ace4-2a9d-49ee-b87a-14aad1c91697","_postman_id":"6e16ace4-2a9d-49ee-b87a-14aad1c91697","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpgradeSoftware","item":[{"name":"Upgrades the application software using file from /api/Settings/UploadSoftwareFile","id":"eef833d3-096c-4509-97aa-71125a82392d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/UpgradeSoftware","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","UpgradeSoftware"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e9451dce-8593-4f0f-8e45-90ef7d2b3963","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/UpgradeSoftware"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"eef833d3-096c-4509-97aa-71125a82392d"}],"id":"38b7088e-99ff-4a17-a4eb-30681185cbc0","_postman_id":"38b7088e-99ff-4a17-a4eb-30681185cbc0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetRemovableDrives","item":[{"name":"Returns a list of removable drives plugged into the unit","id":"67aa8aab-1bdf-4f28-bafa-69364130f47b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/GetRemovableDrives","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetRemovableDrives"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"f1409f70-e0f0-4057-bc6c-3e42ae015044","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetRemovableDrives"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"availableFreeSpace\": \"<long>\",\n    \"driveFormat\": \"<string>\",\n    \"isReady\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"rootDirectory\": \"<string>\",\n    \"totalFreeSpace\": \"<long>\",\n    \"totalSize\": \"<long>\",\n    \"volumeLabel\": \"<string>\"\n  },\n  {\n    \"availableFreeSpace\": \"<long>\",\n    \"driveFormat\": \"<string>\",\n    \"isReady\": \"<boolean>\",\n    \"name\": \"<string>\",\n    \"rootDirectory\": \"<string>\",\n    \"totalFreeSpace\": \"<long>\",\n    \"totalSize\": \"<long>\",\n    \"volumeLabel\": \"<string>\"\n  }\n]"}],"_postman_id":"67aa8aab-1bdf-4f28-bafa-69364130f47b"}],"id":"cc0f8f67-6662-4011-8fec-186358b64ee2","_postman_id":"cc0f8f67-6662-4011-8fec-186358b64ee2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"CopyArchivesToUsb","item":[{"name":"Copies all items out of the Archive Folder to USB","id":"69e61a75-6cfd-49d2-9d2f-2f29cf881e31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/CopyArchivesToUsb","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","CopyArchivesToUsb"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"21718508-38f1-4894-8f2e-7ffa1c28b629","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/CopyArchivesToUsb"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"69e61a75-6cfd-49d2-9d2f-2f29cf881e31"}],"id":"8af85339-150f-4bfc-a545-1523fb5e9959","_postman_id":"8af85339-150f-4bfc-a545-1523fb5e9959","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DownloadArchives","item":[{"name":"Returns a zip file of the archives on a unit","id":"c7ef75fa-a034-4060-a6d3-fd4c871c084c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/DownloadArchives","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","DownloadArchives"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"8f13edb5-2ca2-4d29-9e60-0f96c3872f37","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/DownloadArchives"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c7ef75fa-a034-4060-a6d3-fd4c871c084c"}],"id":"953bb2e3-440a-41c2-8db3-394909dd1cc1","_postman_id":"953bb2e3-440a-41c2-8db3-394909dd1cc1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"BackupDatabaseToUSB","item":[{"name":"Creates a database backup and saves to attached USB drive","id":"c50efd85-fdb3-4334-bb78-17f9f0113cf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/BackupDatabaseToUSB","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","BackupDatabaseToUSB"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"34ca0e9d-58e2-4f8f-844e-1e5085dd98c9","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/BackupDatabaseToUSB"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"c50efd85-fdb3-4334-bb78-17f9f0113cf4"}],"id":"2d7e30dc-5359-4adc-a205-e3f6ba784af0","_postman_id":"2d7e30dc-5359-4adc-a205-e3f6ba784af0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DownloadDatabaseBackup","item":[{"name":"Downloads a backup of the system database","id":"c99b5b2f-82ee-4c0d-862e-097ae3f672a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings/DownloadDatabaseBackup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","DownloadDatabaseBackup"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"88c96e2e-0e3e-460e-85e1-24be91dca1d7","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/DownloadDatabaseBackup"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"c99b5b2f-82ee-4c0d-862e-097ae3f672a1"}],"id":"6024b7a3-231c-494e-8217-cc301201ee1e","_postman_id":"6024b7a3-231c-494e-8217-cc301201ee1e","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RestoreDatabase","item":[{"name":"Overides the current system database with provided file via attached USB","id":"cb08aa00-824b-464f-a047-a7cfb09da32c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/RestoreDatabase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","RestoreDatabase"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e895d32e-0c82-4188-b5d0-a9867a9e5c04","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"path\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/RestoreDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"cb08aa00-824b-464f-a047-a7cfb09da32c"}],"id":"94aef3ce-66f3-4b77-9758-131285dfcd28","_postman_id":"94aef3ce-66f3-4b77-9758-131285dfcd28","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"RestoreDatabaseFromFile","item":[{"name":"Overides the current system database with provided file","id":"5f017052-bd60-4342-8082-52f5bcce3620","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/Settings/RestoreDatabaseFromFile","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","RestoreDatabaseFromFile"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"60b4e528-b129-4a7a-9188-0fff97c93fe1","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"<string>","type":"text"}]},"url":"https://hydrocontrol7/api/Settings/RestoreDatabaseFromFile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"5f017052-bd60-4342-8082-52f5bcce3620"}],"id":"be0d3548-cebb-492a-82dc-140a1ea4f2ba","_postman_id":"be0d3548-cebb-492a-82dc-140a1ea4f2ba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetBrightness","item":[{"name":"Returns the current system screen brightness as a percentage","id":"9ce03cc6-4c8b-4d03-8485-505afb47e8f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/GetBrightness","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetBrightness"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"58c211db-644f-439a-8d6c-1bfe224b6480","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetBrightness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"percentage\": \"<integer>\"\n}"}],"_postman_id":"9ce03cc6-4c8b-4d03-8485-505afb47e8f8"}],"id":"10022d3e-baff-4f56-8d46-ef270085d814","_postman_id":"10022d3e-baff-4f56-8d46-ef270085d814","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetBrightness","item":[{"name":"Sets the screen brightness of the unit's screen as percentage","id":"1af78ece-e7cb-43e1-922b-01d0589bdd07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SetBrightness","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","SetBrightness"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e0dd744a-0947-4050-8d3f-1d1104e63620","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"percentage\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Settings/SetBrightness"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"percentage\": \"<integer>\"\n}"}],"_postman_id":"1af78ece-e7cb-43e1-922b-01d0589bdd07"}],"id":"52294fcb-262a-4dc4-b7cf-87a6d0067b4a","_postman_id":"52294fcb-262a-4dc4-b7cf-87a6d0067b4a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SystemReboot","item":[{"name":"Performs an system reboot","id":"f18a95ec-ad0c-49b5-be4f-fb14d2118659","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/Settings/SystemReboot","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","SystemReboot"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4b5fb628-dbfd-4b16-a5c4-ad5ba534940e","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/SystemReboot"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f18a95ec-ad0c-49b5-be4f-fb14d2118659"}],"id":"dd5df373-c2c2-4023-9857-ccb3eefb8660","_postman_id":"dd5df373-c2c2-4023-9857-ccb3eefb8660","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SystemShutdown","item":[{"name":"Performs an system shutdown","id":"3ac14c75-bb3f-4b47-aa83-0246204245a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/Settings/SystemShutdown","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","SystemShutdown"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"3f8af3b6-dcac-4e0c-a384-e8ff93385696","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/SystemShutdown"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"3ac14c75-bb3f-4b47-aa83-0246204245a7"}],"id":"53a081b7-1a55-4f0c-9076-e109a35e93a2","_postman_id":"53a081b7-1a55-4f0c-9076-e109a35e93a2","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSystemInfo","item":[{"name":"Returns system information as SystemInfo model","id":"671eec4d-89b5-4e27-9e2c-45f9770896d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/GetSystemInfo","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetSystemInfo"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"296e9314-cd66-4d08-a3c5-eb7e6af6dc10","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetSystemInfo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"osversion\": \"<string>\",\n  \"architecture\": \"<string>\",\n  \"culture\": \"<string>\",\n  \"ismetric\": \"<boolean>\",\n  \"softwareversion\": \"<string>\",\n  \"fieldbusAddress\": \"<string>\",\n  \"fieldbusDataSheet\": \"<string>\",\n  \"maxBaudRate\": \"<integer>\",\n  \"isFixedBaudRate\": \"<boolean>\"\n}"}],"_postman_id":"671eec4d-89b5-4e27-9e2c-45f9770896d0"}],"id":"c382b801-9010-4fca-a489-98b130280d87","_postman_id":"c382b801-9010-4fca-a489-98b130280d87","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetProportionalGainInputs","item":[{"name":"Returns the system and local proportional gains","id":"198cd578-36fc-4c92-a621-b21c593791cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Settings/GetProportionalGainInputs","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings","GetProportionalGainInputs"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"4e68f460-4536-44a0-be78-99c92644a606","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings/GetProportionalGainInputs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"systemProportionalGainInput\": \"<double>\",\n  \"recipeProportionalGainInput\": \"<double>\"\n}"}],"_postman_id":"198cd578-36fc-4c92-a621-b21c593791cd"}],"id":"4d176e83-124a-414d-b132-0e3c65de6513","_postman_id":"4d176e83-124a-414d-b132-0e3c65de6513","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Gets the application settings","id":"25fbc426-e22a-40ea-84f9-c8f86a617d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Settings","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Settings"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e72912f3-d63f-42e9-afba-d10b394c67a0","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Settings"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"25fbc426-e22a-40ea-84f9-c8f86a617d93"}],"id":"859fbbce-e306-46b4-b0e2-b3d67f129692","_postman_id":"859fbbce-e306-46b4-b0e2-b3d67f129692","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SystemParameters","item":[{"name":"UpdateSystemParameters","item":[{"name":"Update method that saves and returns revised system parameters, then initialises alarms and sets the remote recipe mode.","id":"8a7790b8-6929-4bdf-8210-9de75acd7bb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"isActive\": \"<boolean>\",\n  \"waterMode\": \"<integer>\",\n  \"meterPulses\": \"<double>\",\n  \"meterTimeout\": \"<integer>\",\n  \"fineDelivery\": \"<double>\",\n  \"fineInflightWater\": \"<double>\",\n  \"coarseInflightWater\": \"<double>\",\n  \"fineValveOnTime\": \"<double>\",\n  \"fineValveOffTime\": \"<double>\",\n  \"fineValveOnly\": \"<boolean>\",\n  \"averagingTime\": \"<integer>\",\n  \"systemProportionalGain\": \"<double>\",\n  \"systemIntegralGain\": \"<double>\",\n  \"systemDerivativeGain\": \"<double>\",\n  \"systemAtInitialMixDev\": \"<double>\",\n  \"systemAtInitialMixTime\": \"<double>\",\n  \"systemAtPreWetMixDev\": \"<double>\",\n  \"systemAtPreWetMixTime\": \"<double>\",\n  \"systemAtDryDev\": \"<double>\",\n  \"systemAtDryMixTime\": \"<double>\",\n  \"systemAtWetDev\": \"<double>\",\n  \"systemAtWetMixTime\": \"<double>\",\n  \"remoteRecipeMethod\": \"<integer>\",\n  \"rs232Mode\": \"<string>\",\n  \"cycleLoops\": \"<integer>\",\n  \"remoteSupportConnection\": \"<string>\",\n  \"remoteSupportTelephoneNumber\": \"<string>\",\n  \"remoteConnectionPublisher\": \"<string>\",\n  \"remoteConnectionSubscriber\": \"<string>\",\n  \"enableCursor\": \"<boolean>\",\n  \"cementInAlarmEnable\": \"<boolean>\",\n  \"waterMeterFaultAlarmEnable\": \"<boolean>\",\n  \"leakingWaterValveAlarmEnable\": \"<boolean>\",\n  \"noWaterRequiredAlarmEnable\": \"<boolean>\",\n  \"tooMuchWaterCalculatedAlarmEnable\": \"<boolean>\",\n  \"mixTooWetAlarmEnable\": \"<boolean>\",\n  \"mixTooDryAlarmEnable\": \"<boolean>\",\n  \"waterLimitExceededEnable\": \"<boolean>\",\n  \"maxDryMixTimeReachedEnable\": \"<boolean>\",\n  \"maxWetMixTimeReachedEnable\": \"<boolean>\",\n  \"sensorFaultAlarmEnable\": \"<boolean>\",\n  \"mixerBladesWornAlarmEnable\": \"<boolean>\",\n  \"analogueIn1Config\": \"<boolean>\",\n  \"analogueIn2Config\": \"<boolean>\",\n  \"analogueOut1Config\": \"<boolean>\",\n  \"analogueOut2Config\": \"<boolean>\",\n  \"weighScaleEmptyAval\": \"<integer>\",\n  \"weighScaleFullAval\": \"<integer>\",\n  \"weighScaleFullWeight\": \"<double>\",\n  \"mixerBladesWornValue\": \"<integer>\",\n  \"mixerBladesWornTime\": \"<integer>\",\n  \"admixMode\": \"<integer>\",\n  \"systemMaxTemp\": \"<double>\",\n  \"systemMinTemp\": \"<double>\",\n  \"maxMixLogs\": \"<integer>\",\n  \"waterTankFullType\": \"<integer>\",\n  \"archiving\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/UpdateSystemParameters","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemParameters","UpdateSystemParameters"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"0119c833-af81-44fc-8c5a-b66f2f4c68cf","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"id\": \"<integer>\",\n  \"isActive\": \"<boolean>\",\n  \"waterMode\": \"<integer>\",\n  \"meterPulses\": \"<double>\",\n  \"meterTimeout\": \"<integer>\",\n  \"fineDelivery\": \"<double>\",\n  \"fineInflightWater\": \"<double>\",\n  \"coarseInflightWater\": \"<double>\",\n  \"fineValveOnTime\": \"<double>\",\n  \"fineValveOffTime\": \"<double>\",\n  \"fineValveOnly\": \"<boolean>\",\n  \"averagingTime\": \"<integer>\",\n  \"systemProportionalGain\": \"<double>\",\n  \"systemIntegralGain\": \"<double>\",\n  \"systemDerivativeGain\": \"<double>\",\n  \"systemAtInitialMixDev\": \"<double>\",\n  \"systemAtInitialMixTime\": \"<double>\",\n  \"systemAtPreWetMixDev\": \"<double>\",\n  \"systemAtPreWetMixTime\": \"<double>\",\n  \"systemAtDryDev\": \"<double>\",\n  \"systemAtDryMixTime\": \"<double>\",\n  \"systemAtWetDev\": \"<double>\",\n  \"systemAtWetMixTime\": \"<double>\",\n  \"remoteRecipeMethod\": \"<integer>\",\n  \"rs232Mode\": \"<string>\",\n  \"cycleLoops\": \"<integer>\",\n  \"remoteSupportConnection\": \"<string>\",\n  \"remoteSupportTelephoneNumber\": \"<string>\",\n  \"remoteConnectionPublisher\": \"<string>\",\n  \"remoteConnectionSubscriber\": \"<string>\",\n  \"enableCursor\": \"<boolean>\",\n  \"cementInAlarmEnable\": \"<boolean>\",\n  \"waterMeterFaultAlarmEnable\": \"<boolean>\",\n  \"leakingWaterValveAlarmEnable\": \"<boolean>\",\n  \"noWaterRequiredAlarmEnable\": \"<boolean>\",\n  \"tooMuchWaterCalculatedAlarmEnable\": \"<boolean>\",\n  \"mixTooWetAlarmEnable\": \"<boolean>\",\n  \"mixTooDryAlarmEnable\": \"<boolean>\",\n  \"waterLimitExceededEnable\": \"<boolean>\",\n  \"maxDryMixTimeReachedEnable\": \"<boolean>\",\n  \"maxWetMixTimeReachedEnable\": \"<boolean>\",\n  \"sensorFaultAlarmEnable\": \"<boolean>\",\n  \"mixerBladesWornAlarmEnable\": \"<boolean>\",\n  \"analogueIn1Config\": \"<boolean>\",\n  \"analogueIn2Config\": \"<boolean>\",\n  \"analogueOut1Config\": \"<boolean>\",\n  \"analogueOut2Config\": \"<boolean>\",\n  \"weighScaleEmptyAval\": \"<integer>\",\n  \"weighScaleFullAval\": \"<integer>\",\n  \"weighScaleFullWeight\": \"<double>\",\n  \"mixerBladesWornValue\": \"<integer>\",\n  \"mixerBladesWornTime\": \"<integer>\",\n  \"admixMode\": \"<integer>\",\n  \"systemMaxTemp\": \"<double>\",\n  \"systemMinTemp\": \"<double>\",\n  \"maxMixLogs\": \"<integer>\",\n  \"waterTankFullType\": \"<integer>\",\n  \"archiving\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/UpdateSystemParameters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"id\": \"<integer>\",\n  \"isActive\": \"<boolean>\",\n  \"waterMode\": \"<integer>\",\n  \"meterPulses\": \"<double>\",\n  \"meterTimeout\": \"<integer>\",\n  \"fineDelivery\": \"<double>\",\n  \"fineInflightWater\": \"<double>\",\n  \"coarseInflightWater\": \"<double>\",\n  \"fineValveOnTime\": \"<double>\",\n  \"fineValveOffTime\": \"<double>\",\n  \"fineValveOnly\": \"<boolean>\",\n  \"averagingTime\": \"<integer>\",\n  \"systemProportionalGain\": \"<double>\",\n  \"systemIntegralGain\": \"<double>\",\n  \"systemDerivativeGain\": \"<double>\",\n  \"systemAtInitialMixDev\": \"<double>\",\n  \"systemAtInitialMixTime\": \"<double>\",\n  \"systemAtPreWetMixDev\": \"<double>\",\n  \"systemAtPreWetMixTime\": \"<double>\",\n  \"systemAtDryDev\": \"<double>\",\n  \"systemAtDryMixTime\": \"<double>\",\n  \"systemAtWetDev\": \"<double>\",\n  \"systemAtWetMixTime\": \"<double>\",\n  \"remoteRecipeMethod\": \"<integer>\",\n  \"rs232Mode\": \"<string>\",\n  \"cycleLoops\": \"<integer>\",\n  \"remoteSupportConnection\": \"<string>\",\n  \"remoteSupportTelephoneNumber\": \"<string>\",\n  \"remoteConnectionPublisher\": \"<string>\",\n  \"remoteConnectionSubscriber\": \"<string>\",\n  \"enableCursor\": \"<boolean>\",\n  \"cementInAlarmEnable\": \"<boolean>\",\n  \"waterMeterFaultAlarmEnable\": \"<boolean>\",\n  \"leakingWaterValveAlarmEnable\": \"<boolean>\",\n  \"noWaterRequiredAlarmEnable\": \"<boolean>\",\n  \"tooMuchWaterCalculatedAlarmEnable\": \"<boolean>\",\n  \"mixTooWetAlarmEnable\": \"<boolean>\",\n  \"mixTooDryAlarmEnable\": \"<boolean>\",\n  \"waterLimitExceededEnable\": \"<boolean>\",\n  \"maxDryMixTimeReachedEnable\": \"<boolean>\",\n  \"maxWetMixTimeReachedEnable\": \"<boolean>\",\n  \"sensorFaultAlarmEnable\": \"<boolean>\",\n  \"mixerBladesWornAlarmEnable\": \"<boolean>\",\n  \"analogueIn1Config\": \"<boolean>\",\n  \"analogueIn2Config\": \"<boolean>\",\n  \"analogueOut1Config\": \"<boolean>\",\n  \"analogueOut2Config\": \"<boolean>\",\n  \"weighScaleEmptyAval\": \"<integer>\",\n  \"weighScaleFullAval\": \"<integer>\",\n  \"weighScaleFullWeight\": \"<double>\",\n  \"mixerBladesWornValue\": \"<integer>\",\n  \"mixerBladesWornTime\": \"<integer>\",\n  \"admixMode\": \"<integer>\",\n  \"systemMaxTemp\": \"<double>\",\n  \"systemMinTemp\": \"<double>\",\n  \"maxMixLogs\": \"<integer>\",\n  \"waterTankFullType\": \"<integer>\",\n  \"archiving\": \"<boolean>\"\n}"}],"_postman_id":"8a7790b8-6929-4bdf-8210-9de75acd7bb9"}],"id":"4104abf4-7be9-4d36-a4b7-4daa100528bf","_postman_id":"4104abf4-7be9-4d36-a4b7-4daa100528bf","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ArchiveDatabase","item":[{"name":"Archives the system database taking the number of records that should be retained","id":"ddfd53ba-656f-4182-aed6-b87b84134489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/ArchiveDatabase","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemParameters","ArchiveDatabase"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b9c08e0d-481b-42ec-856b-cb3fe889de73","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<integer>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/ArchiveDatabase"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ddfd53ba-656f-4182-aed6-b87b84134489"}],"id":"e40914c4-b824-4af4-aeae-b02f5dd5f821","_postman_id":"e40914c4-b824-4af4-aeae-b02f5dd5f821","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetSensorFaultDetection","item":[{"name":"Toggles sensor fault detection, enabled if true","id":"78dcb504-95f8-4405-8d50-13e5f818b7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/SetSensorFaultDetection","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemParameters","SetSensorFaultDetection"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"bb70e800-e255-4e0b-a526-db218c0adcab","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemParameters/SetSensorFaultDetection"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<boolean>"}],"_postman_id":"78dcb504-95f8-4405-8d50-13e5f818b7a7"}],"id":"343ceb6f-a482-40c3-8002-35186068bb50","_postman_id":"343ceb6f-a482-40c3-8002-35186068bb50","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"/api/SystemParameters","id":"40df7cde-8c0f-4b7f-9901-c6e75a2ba36e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SystemParameters","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemParameters"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"a8fec338-210e-4d02-a957-9cbd1efc3d2e","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SystemParameters"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"40df7cde-8c0f-4b7f-9901-c6e75a2ba36e"}],"id":"f95118b7-6aaa-46c1-83aa-269e9c617070","_postman_id":"f95118b7-6aaa-46c1-83aa-269e9c617070","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SystemTime","item":[{"name":"ToggleTimeSync","item":[{"name":"Switches operating system to automatic syncronise if the internet is connected","id":"43e40b15-0cf4-424f-ab20-7fd491b3f5d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/SystemTime/ToggleTimeSync?enableTimeSync=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","ToggleTimeSync"],"host":["https://hydrocontrol7"],"query":[{"key":"enableTimeSync","value":"<boolean>"}],"variable":[]}},"response":[{"id":"0b1b9e88-8a18-48a8-a60d-0e9b9469e29d","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SystemTime/ToggleTimeSync?enableTimeSync=<boolean>","host":["https://hydrocontrol7"],"path":["api","SystemTime","ToggleTimeSync"],"query":[{"key":"enableTimeSync","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"43e40b15-0cf4-424f-ab20-7fd491b3f5d9"}],"id":"1f3e5f00-2f9f-47f5-8958-8d851f21982d","_postman_id":"1f3e5f00-2f9f-47f5-8958-8d851f21982d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetTimeZoneList","item":[{"name":"{language}","item":[{"name":"Returns a list of timezones","id":"1cb2e16f-bfcb-4422-8b0d-379e7ddd9e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SystemTime/GetTimeZoneList/:language","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","GetTimeZoneList",":language"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"6873ae7c-7f3b-4a53-91cc-964f6a8bb736","type":"any","value":"<string>","key":"language"}]}},"response":[{"id":"49ac4185-396b-4f4d-acdd-38fd4b165d46","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SystemTime/GetTimeZoneList/:language","host":["https://hydrocontrol7"],"path":["api","SystemTime","GetTimeZoneList",":language"],"variable":[{"key":"language"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1cb2e16f-bfcb-4422-8b0d-379e7ddd9e7e"}],"id":"6179d6ec-52d6-4c16-9f8b-1c98de348a55","_postman_id":"6179d6ec-52d6-4c16-9f8b-1c98de348a55","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"6a9fccbb-1987-434a-b854-fd8275aefe99","_postman_id":"6a9fccbb-1987-434a-b854-fd8275aefe99","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetCurrentBasicTimeZone","item":[{"name":"{language}","item":[{"name":"Returns the current time zone","id":"366d1edf-c8df-4a75-ab1e-2e2d02a1c50d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SystemTime/GetCurrentBasicTimeZone/:language","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","GetCurrentBasicTimeZone",":language"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"429b85fd-297c-4d80-92b7-5bca5dccc324","type":"any","value":"<string>","key":"language"}]}},"response":[{"id":"2e5848f2-b572-4ebf-8a3b-0e004b4f1ba8","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SystemTime/GetCurrentBasicTimeZone/:language","host":["https://hydrocontrol7"],"path":["api","SystemTime","GetCurrentBasicTimeZone",":language"],"variable":[{"key":"language"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"366d1edf-c8df-4a75-ab1e-2e2d02a1c50d"}],"id":"5e83de80-8419-499c-8651-87fb165c7a0c","_postman_id":"5e83de80-8419-499c-8651-87fb165c7a0c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"99301653-7181-475a-bfdb-6a3934dc7c33","_postman_id":"99301653-7181-475a-bfdb-6a3934dc7c33","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"GetSystemTime","item":[{"name":"Returns current system time","id":"e2271c0d-8848-4f49-a988-51e2a6d5b839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/SystemTime/GetSystemTime","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","GetSystemTime"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"bb06c7d5-1abb-4fa0-af90-e7a39e0c5295","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/SystemTime/GetSystemTime"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e2271c0d-8848-4f49-a988-51e2a6d5b839"}],"id":"66b25e25-2858-42c1-aaf5-2e6a95a41c2c","_postman_id":"66b25e25-2858-42c1-aaf5-2e6a95a41c2c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"SetTimeAndDate","item":[{"name":"Sets time and date of the operating system","id":"ba19f5ad-839f-4a2e-bf43-ace194bec1b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<long>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemTime/SetTimeAndDate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","SetTimeAndDate"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"d77be088-a2c8-4a47-9578-e236cad2aa9f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<long>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/SystemTime/SetTimeAndDate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ba19f5ad-839f-4a2e-bf43-ace194bec1b4"}],"id":"f12f204a-3727-4eb0-a8b5-c90a00c982b7","_postman_id":"f12f204a-3727-4eb0-a8b5-c90a00c982b7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UnixTimeStampToDateTime","item":[{"name":"Converts unix timestamp to datatime format","id":"9e4c81fc-197e-4b64-9c9b-27f9ce7214cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SystemTime/UnixTimeStampToDateTime?unixTimeStamp=<long>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","UnixTimeStampToDateTime"],"host":["https://hydrocontrol7"],"query":[{"key":"unixTimeStamp","value":"<long>"}],"variable":[]}},"response":[{"id":"f961725c-9076-4739-b133-9673078904ff","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SystemTime/UnixTimeStampToDateTime?unixTimeStamp=<long>","host":["https://hydrocontrol7"],"path":["api","SystemTime","UnixTimeStampToDateTime"],"query":[{"key":"unixTimeStamp","value":"<long>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<dateTime>"}],"_postman_id":"9e4c81fc-197e-4b64-9c9b-27f9ce7214cb"}],"id":"091f2d41-2a55-4fe5-8234-be356d0d6c11","_postman_id":"091f2d41-2a55-4fe5-8234-be356d0d6c11","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"DateTimeToUnixTimestamp","item":[{"name":"Converts datatime format to unix timestamp","id":"8f7aeeea-486f-47d2-9b62-91e65b196be2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/SystemTime/DateTimeToUnixTimestamp?dateTime=<dateTime>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","SystemTime","DateTimeToUnixTimestamp"],"host":["https://hydrocontrol7"],"query":[{"key":"dateTime","value":"<dateTime>"}],"variable":[]}},"response":[{"id":"c2a32f09-a7ed-413a-a1a7-0fa71dd9d4ea","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/SystemTime/DateTimeToUnixTimestamp?dateTime=<dateTime>","host":["https://hydrocontrol7"],"path":["api","SystemTime","DateTimeToUnixTimestamp"],"query":[{"key":"dateTime","value":"<dateTime>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"<double>"}],"_postman_id":"8f7aeeea-486f-47d2-9b62-91e65b196be2"}],"id":"a09cdaaa-31bd-4baa-98cd-f6036e5480d7","_postman_id":"a09cdaaa-31bd-4baa-98cd-f6036e5480d7","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"15524b08-9841-468f-91c7-a62797c79dba","_postman_id":"15524b08-9841-468f-91c7-a62797c79dba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Users","item":[{"name":"register","item":[{"name":"Registers a new user with the given details.","id":"00bf7324-ef02-4ec8-9c50-30866214a43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"accessLevel\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"userName\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/register","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users","register"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"3845f15f-70db-4b87-be59-d215dfa56a97","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"accessLevel\": \"<integer>\",\n  \"password\": \"<string>\",\n  \"userName\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/register"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"00bf7324-ef02-4ec8-9c50-30866214a43d"}],"id":"1394ad1c-3fd4-4e97-bade-b04d22071a72","_postman_id":"1394ad1c-3fd4-4e97-bade-b04d22071a72","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"{id}","item":[{"name":"refresh-tokens","item":[{"name":"Gets the refresh tokens for the specified user.","id":"f04d9f71-b254-4525-a438-5abdaf39d464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Users/:id/refresh-tokens","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users",":id","refresh-tokens"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"0453d147-5786-4400-a207-fd99a73c7a77","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"c69861db-3c37-45f0-bbf7-b1e113db7434","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Users/:id/refresh-tokens","host":["https://hydrocontrol7"],"path":["api","Users",":id","refresh-tokens"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f04d9f71-b254-4525-a438-5abdaf39d464"}],"id":"bf04779e-4732-4f3f-99aa-9d705cf6e5c1","_postman_id":"bf04779e-4732-4f3f-99aa-9d705cf6e5c1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Gets a user by their Id","id":"933949c9-2b39-45d6-a099-990decbf09ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"8995d8fd-2e54-4bef-89a6-82cefb9339f1","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"51202949-bb33-4f2d-a723-d057ce654a46","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Users/:id","host":["https://hydrocontrol7"],"path":["api","Users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"933949c9-2b39-45d6-a099-990decbf09ad"},{"name":"Updates a user with the given id using the provided model.","id":"5e841063-b4e2-4957-949f-57c7dba3da2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"accessLevel\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"a7c08648-66d5-4a21-8b62-db2ae993a544","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"7c3ce44f-322a-41f1-ab17-699ad8425893","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"userName\": \"<string>\",\n  \"password\": \"<string>\",\n  \"accessLevel\": \"<integer>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://hydrocontrol7/api/Users/:id","host":["https://hydrocontrol7"],"path":["api","Users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5e841063-b4e2-4957-949f-57c7dba3da2b"},{"name":"Deletes a user with the specified id.","id":"a31cc06e-cee1-4f99-99cd-5d80e94d75f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://hydrocontrol7/api/Users/:id","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users",":id"],"host":["https://hydrocontrol7"],"query":[],"variable":[{"id":"2b661f09-23ec-45ab-a3ea-8d4af9a45787","type":"any","value":"<integer>","key":"id"}]}},"response":[{"id":"926f46b6-7292-4794-b17b-12761f59cb42","name":"Success","originalRequest":{"method":"DELETE","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Users/:id","host":["https://hydrocontrol7"],"path":["api","Users",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a31cc06e-cee1-4f99-99cd-5d80e94d75f2"}],"id":"a1a51ed2-cbb9-4cbc-8a40-42e8e41db8f6","_postman_id":"a1a51ed2-cbb9-4cbc-8a40-42e8e41db8f6","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Authenticate","item":[{"name":"Authenticates a user and sets a token cookie.","id":"cae530e0-642b-4985-a8c3-4d11145ddfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"<string>\",\n  \"username\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/authenticate","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users","authenticate"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b7d64e9c-88eb-4ac1-a028-e1fffd83947b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"password\": \"<string>\",\n  \"username\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"cae530e0-642b-4985-a8c3-4d11145ddfd9"}],"id":"27b1d6bb-69e4-417a-b25a-36253a4a5893","description":"<p><code>Default Username: 'Hydronix'</code></p>\n<p><code>Default Password: '0336'</code></p>\n","_postman_id":"27b1d6bb-69e4-417a-b25a-36253a4a5893","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"refresh-token","item":[{"name":"Refreshes the token.","id":"4a89f172-9a2a-42d9-8bd2-e0ea4be2a706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/Users/refresh-token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users","refresh-token"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"f8ab44a0-052e-4244-a9df-13b1065a821a","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Users/refresh-token"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4a89f172-9a2a-42d9-8bd2-e0ea4be2a706"}],"id":"1c6e72f9-7f40-4166-857a-f0254ea2b997","_postman_id":"1c6e72f9-7f40-4166-857a-f0254ea2b997","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"revoke-token","item":[{"name":"Revokes a token from the user service.","id":"35713d25-1b85-4b04-a729-987ce1411948","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/revoke-token","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users","revoke-token"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"506ece00-47b2-4c9c-8524-4a272b531a3c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"token\": \"<string>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Users/revoke-token"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"35713d25-1b85-4b04-a729-987ce1411948"}],"id":"40fb5b38-1e87-489d-af91-7ce92d72d396","_postman_id":"40fb5b38-1e87-489d-af91-7ce92d72d396","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Gets all users from the database.","id":"7a6fbb52-69b8-4afc-9946-04b8ba916524","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Users","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Users"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"162f35d2-12b8-4fa9-89a3-d75340a5fc72","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Users"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"7a6fbb52-69b8-4afc-9946-04b8ba916524"}],"id":"2319debf-c3c1-49b8-9518-a87882cdc8c8","_postman_id":"2319debf-c3c1-49b8-9518-a87882cdc8c8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"WaterCycle","item":[{"name":"Starts the signalR service that returns the Mix Cycle status feed","id":"16709b3a-7d29-4cba-8644-3a5be01b2d53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/WaterCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","WaterCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"333d8a15-de5a-4fa7-b402-a152c6d442f3","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/WaterCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"16709b3a-7d29-4cba-8644-3a5be01b2d53"}],"id":"32e255ee-ab18-418d-8c3a-12d95723281a","_postman_id":"32e255ee-ab18-418d-8c3a-12d95723281a","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"Cycle","item":[{"name":"GetWaterCycle","item":[{"name":"Returns the current status of the mix cycle","id":"393923be-203a-4779-ace8-fd7e963510be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://hydrocontrol7/api/Cycle/GetWaterCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","GetWaterCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"553f961d-d822-4820-9bb1-1f2feba6e441","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/GetWaterCycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"batch\": \"<integer>\",\n  \"coarse\": \"<boolean>\",\n  \"dateTime\": \"<string>\",\n  \"dryMix\": \"<double>\",\n  \"dryMixCountdown\": \"<double>\",\n  \"dryMixCurrent\": \"<double>\",\n  \"dryMixProgress\": \"<double>\",\n  \"dryMixTarget\": \"<double>\",\n  \"dryWeight\": \"<double>\",\n  \"fine\": \"<boolean>\",\n  \"flowRate\": \"<double>\",\n  \"initialMix\": \"<double>\",\n  \"initialMixCurrent\": \"<double>\",\n  \"initialMixProgress\": \"<double>\",\n  \"initialMixCountdown\": \"<double>\",\n  \"initialMixTarget\": \"<double>\",\n  \"isPaused\": \"<boolean>\",\n  \"isRunning\": \"<boolean>\",\n  \"isAlarmActive\": \"<boolean>\",\n  \"isSensorConnected\": \"<boolean>\",\n  \"mainControlMethod\": 0,\n  \"mainWater\": \"<double>\",\n  \"mainWaterCurrent\": \"<double>\",\n  \"mainWaterProgress\": \"<double>\",\n  \"mainWaterTarget\": \"<double>\",\n  \"mixPhase\": 8,\n  \"mixTemp\": \"<double>\",\n  \"mixTime\": \"<string>\",\n  \"mode\": 1,\n  \"moisture\": \"<double>\",\n  \"moistureBar\": \"<double>\",\n  \"moistureTarget\": \"<double>\",\n  \"preWetControlMethod\": 2,\n  \"preWetMix\": \"<double>\",\n  \"preWetMixCountdown\": \"<double>\",\n  \"preWetMixCurrent\": \"<double>\",\n  \"preWetMixProgress\": \"<double>\",\n  \"preWetMixTarget\": \"<double>\",\n  \"preWetWater\": \"<double>\",\n  \"preWetWaterCurrent\": \"<double>\",\n  \"preWetWaterProgress\": \"<double>\",\n  \"preWetWaterTarget\": \"<double>\",\n  \"recipe\": \"<integer>\",\n  \"recipeName\": \"<string>\",\n  \"target\": \"<double>\",\n  \"totalWater\": \"<double>\",\n  \"trim\": \"<double>\",\n  \"unscaled\": \"<double>\",\n  \"unscaledBar\": \"<double>\",\n  \"waterAdded\": \"<double>\",\n  \"waterToAdd\": \"<double>\",\n  \"cement\": \"<boolean>\",\n  \"preWetDone\": \"<boolean>\",\n  \"waterModeType\": 0,\n  \"wetMix\": \"<double>\",\n  \"wetMixCountdown\": \"<double>\",\n  \"wetMixCurrent\": \"<double>\",\n  \"wetMixProgress\": \"<double>\",\n  \"wetMixTarget\": \"<double>\",\n  \"mixGroup\": 0,\n  \"plusTolerance\": \"<double>\",\n  \"minusTolerance\": \"<double>\",\n  \"moisturePlusTolerance\": \"<double>\",\n  \"moistureMinusTolerance\": \"<double>\",\n  \"admix\": \"<boolean>\",\n  \"nextRecipe\": \"<integer>\",\n  \"isArchiving\": \"<boolean>\",\n  \"prePauseStatus\": 0,\n  \"trimActive\": \"<boolean>\",\n  \"isAveraging\": \"<boolean>\",\n  \"sensorStatus\": \"<string>\",\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"proportionalGain\": \"<double>\",\n  \"isFinishing\": \"<boolean>\",\n  \"preWetWaterCurrentWater\": \"<double>\",\n  \"sensorFaultAlarmEnabled\": \"<boolean>\",\n  \"hardwareInputsEnabled\": \"<boolean>\",\n  \"autoTrackUpperUnscaled\": \"<double>\",\n  \"autoTrackLowerUnscaled\": \"<double>\",\n  \"autoTrackUpperMoisture\": \"<double>\",\n  \"autoTrackLowerMoisture\": {\n    \"nullable\": true\n  },\n  \"isAutoTracking\": \"<boolean>\",\n  \"controlOutput\": \"<double>\",\n  \"initialMixUnscaled\": \"<double>\",\n  \"initialMixMoisture\": \"<double>\",\n  \"preWetMixUnscaled\": \"<double>\",\n  \"preWetMixMoisture\": \"<double>\",\n  \"dryMixUnscaled\": \"<double>\",\n  \"dryMixMoisture\": \"<double>\",\n  \"wetMixUnscaled\": \"<double>\",\n  \"wetMixMoisture\": \"<double>\",\n  \"totalMainTrim\": \"<double>\"\n}"}],"_postman_id":"393923be-203a-4779-ace8-fd7e963510be"}],"id":"b8429d01-ac12-491e-80ea-750e55a9e907","_postman_id":"b8429d01-ac12-491e-80ea-750e55a9e907","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"StartCycle","item":[{"name":"Starts a new Mix Cycle","id":"ce31ddf4-14f8-45c6-8e9b-0cb77af20fec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Cycle/StartCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","StartCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"9a790fdc-1c4b-4031-b7c3-12364e13ba38","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/StartCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ce31ddf4-14f8-45c6-8e9b-0cb77af20fec"}],"id":"b3cf56b3-d1a9-406b-836f-0a3a8d329179","_postman_id":"b3cf56b3-d1a9-406b-836f-0a3a8d329179","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AddWater","item":[{"name":"Adds metric units of water to the current mix","id":"8fbaabee-ed6e-4af6-bc98-263a5d8ea671","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AddWater","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","AddWater"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"b8949027-70b7-4c3a-9264-fceae5247122","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AddWater"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8fbaabee-ed6e-4af6-bc98-263a5d8ea671"}],"id":"7ea1975e-e316-4d67-80bf-fc3e3ac73bc9","_postman_id":"7ea1975e-e316-4d67-80bf-fc3e3ac73bc9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AutoLoopTune","item":[{"name":"Sets the proportional gain and local or system settings for AutoLoopTune","id":"e394ae6e-e6ed-4dad-80b4-0df923170375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"proportionalGain\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AutoLoopTune","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","AutoLoopTune"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"df4fd830-1299-4170-a402-27b9ec817700","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"localAutoLoopEnabled\": \"<boolean>\",\n  \"proportionalGain\": \"<double>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AutoLoopTune"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"e394ae6e-e6ed-4dad-80b4-0df923170375"}],"id":"a7ca6972-9ae3-4c1a-bb7f-633c9872a50c","_postman_id":"a7ca6972-9ae3-4c1a-bb7f-633c9872a50c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"UpdateTarget","item":[{"name":"Updates the unscaled target for the active recipe","id":"2d872445-a956-4904-b245-30eade2ccd26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/UpdateTarget","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","UpdateTarget"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"cea8e74a-24fe-4061-b0d0-f635348057b5","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<double>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/UpdateTarget"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2d872445-a956-4904-b245-30eade2ccd26"}],"id":"a1342b66-dc80-481b-af5a-0246b1d2e9b8","_postman_id":"a1342b66-dc80-481b-af5a-0246b1d2e9b8","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"PauseCycle","item":[{"name":"Pauses the mix if the Mix Cycle is running.","id":"b86d960c-e7a5-435e-a77f-a64e65630ad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Cycle/PauseCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","PauseCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"ba4b84ae-8a44-4b44-9da2-99d7269611fb","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/PauseCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"b86d960c-e7a5-435e-a77f-a64e65630ad7"}],"id":"f9f3196c-9907-4f67-8a98-49e5d101ffcb","_postman_id":"f9f3196c-9907-4f67-8a98-49e5d101ffcb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ResetCycle","item":[{"name":"Resets the cycle once a mix is completed or aborted","id":"d0e4afce-2c25-4dde-a257-887e4c71e4d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://hydrocontrol7/api/Cycle/ResetCycle?isEarlyTermination=<boolean>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","ResetCycle"],"host":["https://hydrocontrol7"],"query":[{"key":"isEarlyTermination","value":"<boolean>"}],"variable":[]}},"response":[{"id":"e4200f30-3046-41a7-a764-3f19f73f2889","name":"Success","originalRequest":{"method":"POST","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":{"raw":"https://hydrocontrol7/api/Cycle/ResetCycle?isEarlyTermination=<boolean>","host":["https://hydrocontrol7"],"path":["api","Cycle","ResetCycle"],"query":[{"key":"isEarlyTermination","value":"<boolean>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d0e4afce-2c25-4dde-a257-887e4c71e4d9"}],"id":"9e417724-4994-4b8c-9af3-507cf1a545f0","_postman_id":"9e417724-4994-4b8c-9af3-507cf1a545f0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ResumeCycle","item":[{"name":"Resumes the cycle if it has been paused","id":"0259ba22-0c2e-4e83-8b5e-dbc757500645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Cycle/ResumeCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","ResumeCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"f9f63e19-d9f6-40d3-8c72-2f910f6ece57","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/ResumeCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0259ba22-0c2e-4e83-8b5e-dbc757500645"}],"id":"633fdfbe-c8af-4a55-bd54-c29aa9796d31","_postman_id":"633fdfbe-c8af-4a55-bd54-c29aa9796d31","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AcceptAlarm","item":[{"name":"Accepts and resets the active alarm","id":"f5560afc-43f1-4b38-a101-0b601180ec75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"code\": \"<string>\",\n  \"isAccepted\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AcceptAlarm","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","AcceptAlarm"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"e4f6c53e-dc54-44ba-8d15-bcf65d5c25cd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"{\n  \"code\": \"<string>\",\n  \"isAccepted\": \"<boolean>\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AcceptAlarm"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"<string>\",\n  \"success\": \"<boolean>\"\n}"}],"_postman_id":"f5560afc-43f1-4b38-a101-0b601180ec75"}],"id":"f848ecf7-1e2a-45a5-b670-582d70276fce","_postman_id":"f848ecf7-1e2a-45a5-b670-582d70276fce","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"AbortCycle","item":[{"name":"Aborts the current mix cycle","id":"2353f667-36f5-45cd-9c87-6fd120ae9804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AbortCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","AbortCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"1dccb598-882d-4cf2-9ed0-3b7b734680be","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/AbortCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"2353f667-36f5-45cd-9c87-6fd120ae9804"}],"id":"40a91cf2-edb1-4e14-8d09-750cce4abb68","_postman_id":"40a91cf2-edb1-4e14-8d09-750cce4abb68","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"ExtendMixTime","item":[{"name":"Extends the mix time of the current cycle","id":"5cc31789-ad72-4540-bac2-f522b2508652","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/ExtendMixTime","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","ExtendMixTime"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"6d0291a6-df98-4790-8f9b-879b8ac21261","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"body":{"mode":"raw","raw":"<boolean>","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://hydrocontrol7/api/Cycle/ExtendMixTime"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"5cc31789-ad72-4540-bac2-f522b2508652"}],"id":"bf87c646-5ef1-459f-9d6b-d1c49e8c0dba","_postman_id":"bf87c646-5ef1-459f-9d6b-d1c49e8c0dba","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"IssueMixComplete","item":[{"name":"Triggers a Mix Complete request","id":"dea05135-7557-46fb-99a9-5aa9f0de3fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Cycle/IssueMixComplete","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","IssueMixComplete"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"cca01552-d7f6-4c39-a152-6efe7b551ba3","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/IssueMixComplete"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dea05135-7557-46fb-99a9-5aa9f0de3fe0"}],"id":"0945cdf0-82f8-4e6c-b103-02d65b758444","_postman_id":"0945cdf0-82f8-4e6c-b103-02d65b758444","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}},{"name":"FinishCycle","item":[{"name":"Finishes the cycle by resetting the cycle and alarms","id":"ac474886-ecf6-409d-aae9-9c073da449d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://hydrocontrol7/api/Cycle/FinishCycle","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}},"urlObject":{"path":["api","Cycle","FinishCycle"],"host":["https://hydrocontrol7"],"query":[],"variable":[]}},"response":[{"id":"aa1815b7-4eb3-40a2-b48e-b586f1b0827f","name":"Success","originalRequest":{"method":"GET","header":[{"description":"Added as a part of security scheme: apikey","key":"Authorization","value":"<API Key>"}],"url":"https://hydrocontrol7/api/Cycle/FinishCycle"},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ac474886-ecf6-409d-aae9-9c073da449d9"}],"id":"2d03d9fe-cc9a-4224-bc96-6ae31e60e5cd","_postman_id":"2d03d9fe-cc9a-4224-bc96-6ae31e60e5cd","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"6e1246d0-10f5-4712-88e8-d229154c3436","_postman_id":"6e1246d0-10f5-4712-88e8-d229154c3436","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"id":"20357e65-48f5-4d9e-b2da-5194cbdfaf06","description":"<p>To authenticate and initiate subsequent requests, please utilize the endpoint /api/Users/authenticate. This endpoint requires the submission of a username and password for authentication.</p>\n<ul>\n<li><code>Default Username: 'Hydronix'</code></li>\n<li><code>Default Password: '0336'</code></li>\n</ul>\n<p>Upon successful authentication, a bearer token will be generated and returned. This token is essential for authorizing subsequent API requests. Please ensure to include this bearer token in the 'Authorization' header of your subsequent requests for seamless interaction with the API.</p>\n<p><code>Example: \"Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjEiLCJuYmYiOjE2OTA4MTUyNDIsImV4cCI6MTY5MDgxNjE0MiwiaWF0IjoxNjkwODE1MjQyfQ.ylqLaOkf4kqE-F3n_vHIHz_oF2B1pZutpiZw3OaA1cQ\"</code></p>\n","_postman_id":"20357e65-48f5-4d9e-b2da-5194cbdfaf06","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]},"isInherited":true,"source":{"_postman_id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","id":"16627e4a-cd71-46bf-9a99-5e7e9f34ad83","name":"Hydro-Control 7 WebAPI","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":""}]}},"event":[{"listen":"prerequest","script":{"id":"68050297-c438-42fd-9bae-e523892447f2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3af671bc-b560-4522-b79b-69355ed2daf4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://hydrocontrol7"},{"key":"token","value":"","type":"string"}]}