{
"title": "functions.Profile",
"description": "A Profile definition, either remote or inline.\n\nProfiles contain the weights and nested configurations needed to execute\na Function. They correspond to a Function's task structure.",
"anyOf": [
{
"title": "Remote",
"description": "A remote profile with metadata.",
"$ref": "functions.RemoteProfile"
},
{
"title": "Inline",
"description": "An inline profile definition.",
"$ref": "functions.InlineProfile"
}
]
}