Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidateProfile

Parameters to the "validate()" profile manager APIs. Validates a profile structure (basic and schema)

export
interface

IValidateProfile

Hierarchy

Index

Properties

Properties

name

name: string

The name of the profile to validate.

memberof

IValidateProfile

profile

profile: IProfile

The profile contents to validate.

memberof

IValidateProfile

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