SchemaInfo interface
- Extends
Properties
| entity |
Inherited Properties
| child |
|
| comment | |
| defined |
|
| description | |
| display |
|
| dtdl |
|
| id | |
| language |
|
| supplemental |
|
| supplemental |
|
| supplemental |
|
| undefined |
|
| undefined |
Inherited Methods
| validate |
Property Details
entityKind
entityKind: "string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Property Value
"string" | "boolean" | "object" | "array" | "enum" | "map" | "date" | "datetime" | "double" | "duration" | "float" | "integer" | "long" | "time"
Inherited Property Details
childOf
comment
definedIn
description
displayName
dtdlVersion
id
languageVersion
supplementalProperties
supplementalProperties: {[x: string]: any}
Property Value
{[x: string]: any}
Inherited From EntityInfo.supplementalProperties
supplementalTypeIds
supplementalTypes
supplementalTypes: SupplementalTypeInfo[]
Property Value
Inherited From EntityInfo.supplementalTypes
undefinedProperties
undefinedProperties: {[name: string]: any}
Property Value
{[name: string]: any}
Inherited From EntityInfo.undefinedProperties
undefinedTypes
Inherited Method Details
validateInstance(string)
function validateInstance(instanceText: string): boolean
Parameters
- instanceText
-
string
Returns
boolean
Inherited From EntityInfo.validateInstance