blob: 0ad90fef5a2cc98de625518a14f2edb177095251 [file] [log] [blame]
{
"description": "Schema for a build product file",
"type": "object",
"properties": {
"monolith": {
"description": "A list of paths to build package files to include in the OTA and image builds",
"type": "array",
"items": {
"type": "string"
}
},
"preinstall": {
"description": "A list of paths to build package files to preload in images (but not OTA)",
"type": "array",
"items": {
"type": "string"
}
},
"available": {
"description": "A list of paths to build package files to build for installation",
"type": "array",
"items": {
"type": "string"
}
}
},
"minProperties": 1,
"additionalProperties": false
}