[schema] Fix invalid JSON
parent
ee73b332e5
commit
2df96bcad3
|
@ -149,43 +149,43 @@
|
||||||
"properties": {
|
"properties": {
|
||||||
"pre-install-cmd": {
|
"pre-install-cmd": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs before the install command is executed, contains one or more Class::method callables.",
|
"description": "Occurs before the install command is executed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"post-install-cmd": {
|
"post-install-cmd": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs after the install command is executed, contains one or more Class::method callables.",
|
"description": "Occurs after the install command is executed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"pre-update-cmd": {
|
"pre-update-cmd": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs before the update command is executed, contains one or more Class::method callables.",
|
"description": "Occurs before the update command is executed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"post-update-cmd": {
|
"post-update-cmd": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs after the update command is executed, contains one or more Class::method callables.",
|
"description": "Occurs after the update command is executed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"pre-package-install": {
|
"pre-package-install": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs before a package is installed, contains one or more Class::method callables.",
|
"description": "Occurs before a package is installed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"post-package-install": {
|
"post-package-install": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs after a package is installed, contains one or more Class::method callables.",
|
"description": "Occurs after a package is installed, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"pre-package-update": {
|
"pre-package-update": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs before a package is updated, contains one or more Class::method callables.",
|
"description": "Occurs before a package is updated, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"post-package-update": {
|
"post-package-update": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs after a package is updated, contains one or more Class::method callables.",
|
"description": "Occurs after a package is updated, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"pre-package-uninstall": {
|
"pre-package-uninstall": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs before a package has been uninstalled, contains one or more Class::method callables.",
|
"description": "Occurs before a package has been uninstalled, contains one or more Class::method callables."
|
||||||
},
|
},
|
||||||
"post-package-uninstall": {
|
"post-package-uninstall": {
|
||||||
"type": ["array", "string"],
|
"type": ["array", "string"],
|
||||||
"description": "Occurs after a package has been uninstalled, contains one or more Class::method callables.",
|
"description": "Occurs after a package has been uninstalled, contains one or more Class::method callables."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue