{
"title": "filesystem.config.FunctionsProfilesConfig",
"type": "object",
"properties": {
"favorites": {
"anyOf": [
{
"type": "array",
"items": {
"$ref": "filesystem.config.Favorite"
}
},
{
"type": "null"
}
],
"omitempty": true
},
"pairs": {
"anyOf": [
{
"$ref": "filesystem.config.FunctionsProfilesPairsConfig"
},
{
"type": "null"
}
],
"omitempty": true
}
}
}