{
"title": "functions.FullInlineFunctionOrRemoteCommitOptional",
"description": "A function specification that is either a full inline function definition\nor a remote path reference.",
"anyOf": [
{
"title": "Inline",
"$ref": "functions.FullInlineFunction"
},
{
"title": "Remote",
"$ref": "RemotePathCommitOptional"
}
]
}