bootstrap-vz/plugins/sed/temp

32 lines
537 B
Text
Raw Normal View History

2013-10-07 13:22:08 +00:00
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Backports setup and package install",
"type": "object",
"properties": {
"plugins": {
"type": "object",
"properties": {
"sed": {
"type": "array",
"items": {
"type": "object",
"properties": {
"file": {
"type": "string"
},
"find": {
"type": "string"
},
"replace": {
"type": "string"
}
}
}
}
},
"required": ["sed"]
}
},
"required": ["plugins"]
}