{
"title": "functions.GetFunctionProfilePairResponse",
"description": "Response from getting a function-profile pair.",
"type": "object",
"properties": {
"function": {
"description": "The function.",
"$ref": "functions.GetFunctionResponse"
},
"profile": {
"description": "The profile.",
"$ref": "functions.profiles.GetProfileResponse"
}
}
}