languages - jimmytwei/oneAPI-samples GitHub Wiki
languages
is a required array of objects field used by the sample browsers to specify which programming languages the sample uses. Supported array elements are:
{ "cpp": {} }
{ "fortran": {} }
{ "python": {} }
The languages field in your sample.json file should have a format similar to the following:
"languages": [
{
"cpp": {}
},
{
"fortran": {}
}
]