{ "uuid": "65601be0-dbac-4b23-b527-e3c597252e65", "lastMigration": 29, "name": "NeoWs - (Near Earth Object Web Service)", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "f7ca3b48-81f0-42d6-a49a-0fbcd8be9612", "documentation": "Find Near Earth Objects by date", "method": "get", "endpoint": "rest/v1/feed", "responses": [ { "uuid": "3d36f49b-9e15-4329-9252-fce323848825", "body": "{\n \"element_count\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"near_earth_objects\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "0ed77c25-bb65-466b-965f-db8560932041", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "aebee0c7-9403-4801-ac54-7b9315963f3f", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "d479ad9f-be31-4318-877a-a7c43be48379", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "472476b1-fe1c-420f-abf8-912b63969c47", "documentation": "Find Near Earth Objects for today", "method": "get", "endpoint": "rest/v1/feed/today", "responses": [ { "uuid": "287d0006-e5ca-4309-a2e3-856fe3d5c799", "body": "{\n \"element_count\": {{faker 'number.int' max=99999}},\n \"links\": {},\n \"near_earth_objects\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "98f12f1f-c0a7-4be0-a6ab-bcffad96ea1d", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "afcc9e31-8857-444f-b0ca-28c0a6200387", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "84d201b3-183a-4054-a8b8-c79c37c8d287", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "3608f386-175b-4d3d-957f-ee016165965d", "documentation": "Browse the Near Earth Objects service", "method": "get", "endpoint": "rest/v1/neo/browse", "responses": [ { "uuid": "bbca555c-85b3-4770-a43f-d1713aa54cf0", "body": "{\n \"absolute_magnitude_h\": {{faker 'number.float'}},\n \"close_approach_data\": [\n {\n \"close_approach_date\": \"\",\n \"close_approach_date_full\": \"\",\n \"epoch_date_close_approach\": {{faker 'number.int' max=99999}},\n \"miss_distance\": {\n \"astronomical\": \"\",\n \"kilometers\": \"\",\n \"lunar\": \"\",\n \"miles\": \"\"\n },\n \"orbiting_body\": \"\",\n \"relative_velocity\": {\n \"kilometers_per_hour\": \"\",\n \"miles_per_hour\": \"\"\n }\n }\n ],\n \"designation\": \"\",\n \"estimated_diameter\": {\n \"feet\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"kilometers\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"meters\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"miles\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n }\n },\n \"is_potentially_hazardous_asteroid\": {{faker 'datatype.boolean'}},\n \"is_sentry_object\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"name_limited\": \"\",\n \"nasa_jpl_url\": \"\",\n \"neo_reference_id\": \"\",\n \"orbital_data\": {\n \"aphelion_distance\": \"\",\n \"ascending_node_longitude\": \"\",\n \"data_arc_in_days\": {{faker 'number.int' max=99999}},\n \"eccentricity\": \"\",\n \"epoch_osculation\": \"\",\n \"equinox\": \"\",\n \"first_observation_date\": \"\",\n \"inclination\": \"\",\n \"jupiter_tisserand_invariant\": \"\",\n \"last_observation_date\": \"\",\n \"mean_anomaly\": \"\",\n \"mean_motion\": \"\",\n \"minimum_orbit_intersection\": \"\",\n \"observations_used\": {{faker 'number.int' max=99999}},\n \"orbit_class\": {\n \"orbit_class_description\": \"\",\n \"orbit_class_range\": \"\",\n \"orbit_class_type\": \"{{oneOf (array 'IEO' 'ATE' 'APO' 'AMO' 'MCA' 'IMB' 'MBA' 'OMB' 'TJN' 'CEN' 'TNO' 'PAA' 'HYA' 'HYP' 'PAR' 'COM' 'JFC' 'HTC' 'ETC' 'CTC' 'JFc')}}\"\n },\n \"orbit_determination_date\": \"\",\n \"orbit_id\": \"\",\n \"orbit_uncertainty\": \"\",\n \"orbital_period\": \"\",\n \"perihelion_argument\": \"\",\n \"perihelion_distance\": \"\",\n \"perihelion_time\": \"\",\n \"semi_major_axis\": \"\"\n },\n \"sentry_data\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "d2fc7547-5035-4a43-8c5c-931f08ec40af", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "3a272aa3-5f5a-465a-a2f8-80063c90a4ed", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "9c5ad195-76c3-4132-a832-d9b592a7b621", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "61bd9ed6-8fb2-4804-b1b2-7e62d1f19641", "documentation": "Retrieve Sentry (Impact Risk ) Near Earth Objects", "method": "get", "endpoint": "rest/v1/neo/sentry", "responses": [ { "uuid": "e703f17a-73bb-4bf5-b682-28e11077afd2", "body": "{\n \"links\": {},\n \"page\": {\n \"number\": {{faker 'number.int' max=99999}},\n \"size\": {{faker 'number.int' max=99999}},\n \"total_elements\": {{faker 'number.int' max=99999}},\n \"total_pages\": {{faker 'number.int' max=99999}}\n },\n \"sentry_objects\": [\n {\n \"Palermo_scale_max\": \"\",\n \"absolute_magnitude\": \"\",\n \"average_lunar_distance\": {{faker 'number.float'}},\n \"designation\": \"\",\n \"estimated_diameter\": \"\",\n \"fullname\": \"\",\n \"impact_probability\": \"\",\n \"is_active_sentry_object\": {{faker 'datatype.boolean'}},\n \"last_obs\": \"\",\n \"last_obs_jd\": \"\",\n \"palermo_scale_ave\": \"\",\n \"potential_impacts\": \"\",\n \"removal_date\": \"\",\n \"sentryId\": \"\",\n \"torino_scale\": \"\",\n \"v_infinity\": \"\",\n \"year_range_max\": \"\",\n \"year_range_min\": \"\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "504bea72-da9b-4bc7-80b7-7b4d4bec8b3b", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "01f83190-ae11-4a34-98c4-4dcdb0c18117", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "5f405b13-c85c-41c6-a7e2-ce665cf89e12", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "861c903e-da94-41e8-8d99-7a883eb1227f", "documentation": "Retrieve Sentry (Impact Risk ) Near Earth Objectby ID ", "method": "get", "endpoint": "rest/v1/neo/sentry/:asteroid_id", "responses": [ { "uuid": "d35dcc7b-9db5-4c3c-9732-69f12f803e50", "body": "{\n \"Palermo_scale_max\": \"\",\n \"absolute_magnitude\": \"\",\n \"average_lunar_distance\": {{faker 'number.float'}},\n \"designation\": \"\",\n \"estimated_diameter\": \"\",\n \"fullname\": \"\",\n \"impact_probability\": \"\",\n \"is_active_sentry_object\": {{faker 'datatype.boolean'}},\n \"last_obs\": \"\",\n \"last_obs_jd\": \"\",\n \"palermo_scale_ave\": \"\",\n \"potential_impacts\": \"\",\n \"removal_date\": \"\",\n \"sentryId\": \"\",\n \"torino_scale\": \"\",\n \"v_infinity\": \"\",\n \"year_range_max\": \"\",\n \"year_range_min\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "3ca86551-2ea3-429f-8f86-f101f3d28e3c", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "bcf6625a-3e7c-437e-a93f-a24b42a79870", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "97254007-1481-44e5-8374-2f2eb7b3f034", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e8a66efc-5777-415f-8650-15c4404e24c3", "documentation": "Find Near Earth Objects by id", "method": "get", "endpoint": "rest/v1/neo/:asteroid_id", "responses": [ { "uuid": "669038e1-97ce-4c0c-bd06-b6854fe99223", "body": "{\n \"absolute_magnitude_h\": {{faker 'number.float'}},\n \"close_approach_data\": [\n {\n \"close_approach_date\": \"\",\n \"close_approach_date_full\": \"\",\n \"epoch_date_close_approach\": {{faker 'number.int' max=99999}},\n \"miss_distance\": {\n \"astronomical\": \"\",\n \"kilometers\": \"\",\n \"lunar\": \"\",\n \"miles\": \"\"\n },\n \"orbiting_body\": \"\",\n \"relative_velocity\": {\n \"kilometers_per_hour\": \"\",\n \"miles_per_hour\": \"\"\n }\n }\n ],\n \"designation\": \"\",\n \"estimated_diameter\": {\n \"feet\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"kilometers\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"meters\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n },\n \"miles\": {\n \"estimated_diameter_max\": {{faker 'number.float'}},\n \"estimated_diameter_min\": {{faker 'number.float'}}\n }\n },\n \"is_potentially_hazardous_asteroid\": {{faker 'datatype.boolean'}},\n \"is_sentry_object\": {{faker 'datatype.boolean'}},\n \"name\": \"\",\n \"name_limited\": \"\",\n \"nasa_jpl_url\": \"\",\n \"neo_reference_id\": \"\",\n \"orbital_data\": {\n \"aphelion_distance\": \"\",\n \"ascending_node_longitude\": \"\",\n \"data_arc_in_days\": {{faker 'number.int' max=99999}},\n \"eccentricity\": \"\",\n \"epoch_osculation\": \"\",\n \"equinox\": \"\",\n \"first_observation_date\": \"\",\n \"inclination\": \"\",\n \"jupiter_tisserand_invariant\": \"\",\n \"last_observation_date\": \"\",\n \"mean_anomaly\": \"\",\n \"mean_motion\": \"\",\n \"minimum_orbit_intersection\": \"\",\n \"observations_used\": {{faker 'number.int' max=99999}},\n \"orbit_class\": {\n \"orbit_class_description\": \"\",\n \"orbit_class_range\": \"\",\n \"orbit_class_type\": \"{{oneOf (array 'IEO' 'ATE' 'APO' 'AMO' 'MCA' 'IMB' 'MBA' 'OMB' 'TJN' 'CEN' 'TNO' 'PAA' 'HYA' 'HYP' 'PAR' 'COM' 'JFC' 'HTC' 'ETC' 'CTC' 'JFc')}}\"\n },\n \"orbit_determination_date\": \"\",\n \"orbit_id\": \"\",\n \"orbit_uncertainty\": \"\",\n \"orbital_period\": \"\",\n \"perihelion_argument\": \"\",\n \"perihelion_distance\": \"\",\n \"perihelion_time\": \"\",\n \"semi_major_axis\": \"\"\n },\n \"sentry_data\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "5b4323e4-832c-414d-b874-59f14a948412", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "55874a05-4682-4189-8cc4-aa92521668aa", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "f2599ae0-65af-4f62-9531-394e87c34610", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "929b1ad5-63e3-4b53-9528-6edab67f1df4", "documentation": "Get the Near Earth Object data set totals", "method": "get", "endpoint": "rest/v1/stats", "responses": [ { "uuid": "50006134-67e3-4f29-bc8f-c26fe0ab8742", "body": "{\n \"close_approach_count\": {{faker 'number.int' max=99999}},\n \"last_updated\": \"\",\n \"nasa_jpl_url\": {\n \"authority\": \"\",\n \"content\": {},\n \"defaultPort\": {{faker 'number.int' max=99999}},\n \"file\": \"\",\n \"host\": \"\",\n \"path\": \"\",\n \"port\": {{faker 'number.int' max=99999}},\n \"protocol\": \"\",\n \"query\": \"\",\n \"ref\": \"\",\n \"userInfo\": \"\"\n },\n \"near_earth_object_count\": {{faker 'number.int' max=99999}},\n \"source\": \"\"\n}", "latency": 0, "statusCode": 200, "label": "OK", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" }, { "uuid": "a13a9996-a3e9-4597-8dc8-65783bee0511", "body": "", "latency": 0, "statusCode": 401, "label": "Unauthorized", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "33659945-b0f4-42b0-88de-d902c968362f", "body": "", "latency": 0, "statusCode": 403, "label": "Forbidden", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" }, { "uuid": "e981c513-197a-47da-bd66-5511f47b0769", "body": "", "latency": 0, "statusCode": 404, "label": "Not Found", "headers": [{ "key": "Content-Type", "value": "application/json" }], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": false, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "f7ca3b48-81f0-42d6-a49a-0fbcd8be9612" }, { "type": "route", "uuid": "472476b1-fe1c-420f-abf8-912b63969c47" }, { "type": "route", "uuid": "3608f386-175b-4d3d-957f-ee016165965d" }, { "type": "route", "uuid": "61bd9ed6-8fb2-4804-b1b2-7e62d1f19641" }, { "type": "route", "uuid": "861c903e-da94-41e8-8d99-7a883eb1227f" }, { "type": "route", "uuid": "e8a66efc-5777-415f-8650-15c4404e24c3" }, { "type": "route", "uuid": "929b1ad5-63e3-4b53-9528-6edab67f1df4" } ] }