{ "operationId": "getAppConfigurationItemById", "path": "/app-configuration-items/{item_id}", "method": "get", "status": "200", "contentType": "application/json", "example": "{\n \"apiURL\": \"string\",\n \"app\": {\n \"id\": \"string\"\n },\n \"createdAt\": \"2024-03-14T21:54:20.435Z\",\n \"id\": \"string\",\n \"type\": \"field\",\n \"modifiedAt\": \"2024-03-14T21:54:20.435Z\",\n \"path\": [\n \"My Schema 1\",\n \"My Field 1\"\n ]\n}\n" }