compileSchema preserves existing package-local call sites.
(schemaJSON, schemaURL string)
| 146 | |
| 147 | // compileSchema preserves existing package-local call sites. |
| 148 | func compileSchema(schemaJSON, schemaURL string) (*jsonschema.Schema, error) { |
| 149 | return CompileSchema(schemaJSON, schemaURL) |
| 150 | } |
| 151 | |
| 152 | // safeOutputMetaFields are the meta-configuration fields in safe-outputs that are NOT actual safe output types. |
| 153 | // These are used for configuration, not for defining safe output operations. |
no test coverage detected