Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidateProfileForCLI

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

export
interface

IValidateProfileWithSchema

Hierarchy

Index

Properties

name

name: string

The name of the profile to validate.

memberof

IValidateProfile

profile

profile: IProfile

The profile contents to validate.

memberof

IValidateProfile

readyForValidation

readyForValidation: boolean

If false/undefined, validation will be skipped until validation is called again with "true" (indicating that the profile building is complete)

schema

The profile JSON schema document.

memberof

IValidateProfileWithSchema

Optional strict

strict: boolean

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.

memberof

IValidateProfile

Generated using TypeDoc