blob: 5036d22412d76a32feef54b1ba81db3037dbc752 [file] [log] [blame]
{
"$schema": "http://json-schema.org/schema#",
"title": "Schema for factory store provider factory source configuration",
"properties": {
"ext4": {
"type": "string"
}
},
"type": ["object", "string"],
"required": ["ext4"],
"pattern": "^factory_items$",
"additionalProperties": false
}