Share via


ComplexSchemaInfo interface

Extends

Properties

entityKind

Inherited Properties

childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalTypeIds
supplementalTypes
undefinedProperties
undefinedTypes

Inherited Methods

validateInstance(string)

Property Details

entityKind

entityKind: "object" | "array" | "enum" | "map"

Property Value

"object" | "array" | "enum" | "map"

Inherited Property Details

childOf

childOf: undefined | string

Property Value

undefined | string

Inherited From SchemaInfo.childOf

comment

comment?: string

Property Value

string

Inherited From SchemaInfo.comment

definedIn

definedIn: undefined | string

Property Value

undefined | string

Inherited From SchemaInfo.definedIn

description

description?: LanguageStringType

Property Value

Inherited From SchemaInfo.description

displayName

displayName?: LanguageStringType

Property Value

Inherited From SchemaInfo.displayName

dtdlVersion

dtdlVersion: number

Property Value

number

Inherited From SchemaInfo.dtdlVersion

id

id: string

Property Value

string

Inherited From SchemaInfo.id

languageVersion

languageVersion?: number

Property Value

number

Inherited From SchemaInfo.languageVersion

supplementalProperties

supplementalProperties: {[x: string]: any}

Property Value

{[x: string]: any}

Inherited From SchemaInfo.supplementalProperties

supplementalTypeIds

supplementalTypeIds: string[]

Property Value

string[]

Inherited From SchemaInfo.supplementalTypeIds

supplementalTypes

supplementalTypes: SupplementalTypeInfo[]

Property Value

Inherited From SchemaInfo.supplementalTypes

undefinedProperties

undefinedProperties: {[name: string]: any}

Property Value

{[name: string]: any}

Inherited From SchemaInfo.undefinedProperties

undefinedTypes

undefinedTypes: string[]

Property Value

string[]

Inherited From SchemaInfo.undefinedTypes

Inherited Method Details

validateInstance(string)

function validateInstance(instanceText: string): boolean

Parameters

instanceText

string

Returns

boolean

Inherited From SchemaInfo.validateInstance