The name of the profile to validate.
The profile contents to validate.
If false/undefined, validation will be skipped until validation is called again with "true" (indicating that the profile building is complete)
The profile JSON schema document.
Specify true to indicate the "ban unknown properties" specification of JSON schema. Meaning, any properties found on the input profile that are NOT specified on the schema cause the validation to fail.
Generated using TypeDoc
Input to the "validateProfile" internal API. Indicates the schema document to be used for the validation. Used with the CLI Profile manager - validation is skipped until the profile is fully built
IValidateProfileWithSchema