add frozen field to schema (#31199)

> No issue, just something I noticed

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza
2025-07-23 18:04:24 -04:00
committed by GitHub
parent b4cfcc67a2
commit cf46a71e1f
@@ -75,6 +75,10 @@
"description": "A filepath to an uninstall script. If provided, this script will override the generated uninstall script.",
"minLength": 1,
"pattern": "\\.sh$"
},
"frozen": {
"type": "boolean",
"description": "If true, the app will not be processed during ingestion and no new output will be created."
}
},
"not": {