Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValidateProfileWithSchema

Input to the "validateProfile" internal API. Indicates the schema document to be used for the validation.

export
interface

IValidateProfileWithSchema

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

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