Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Properties

and

and: Shape[]

customDomainProperties

customDomainProperties: DomainExtension[]

dataType

dataType: StrField

defaultValue

defaultValue: DataNode

defaultValueStr

defaultValueStr: StrField

deprecated

deprecated: BoolField

description

description: StrField

displayName

displayName: StrField

documentation

documentation: CreativeWork

examples

examples: Example[]

exclusiveMaximum

exclusiveMaximum: BoolField

exclusiveMinimum

exclusiveMinimum: BoolField

extendsNode

extendsNode: DomainElement[]

format

format: StrField

id

id: string

inherits

inherits: Shape[]

isDefaultEmpty

isDefaultEmpty: string

isLink

isLink: boolean

linkLabel

linkLabel: StrField

linkTarget

linkTarget: DomainElement | undefined

location

location: string

maxLength

maxLength: IntField

maximum

maximum: DoubleField

minLength

minLength: IntField

minimum

minimum: DoubleField

multipleOf

multipleOf: DoubleField

name

name: StrField

not

not: Shape

or

or: Shape[]

pattern

pattern: StrField

position

position: Range

readOnly

readOnly: BoolField

toJsonSchema

toJsonSchema: string

values

values: DataNode[]

writeOnly

writeOnly: BoolField

xmlSerialization

xmlSerialization: XMLSerializer

xone

xone: Shape[]

Methods

annotations

  • annotations(): any

graph

link

  • Returns Shape

linkCopy

validate

withAnd

  • withAnd(subShapes: Shape[]): this
  • Parameters

    Returns this

withCustomDomainProperties

withDataType

  • withDataType(dataType: string): this
  • Parameters

    • dataType: string

    Returns this

withDefaultStr

  • withDefaultStr(value: string): this
  • Parameters

    • value: string

    Returns this

withDefaultValue

  • withDefaultValue(default_: DataNode): this

withDeprecated

  • withDeprecated(deprecated: boolean): this
  • Parameters

    • deprecated: boolean

    Returns this

withDescription

  • withDescription(description: string): this
  • Parameters

    • description: string

    Returns this

withDisplayName

  • withDisplayName(name: string): this
  • Parameters

    • name: string

    Returns this

withDocumentation

withExample

  • withExample(mediaType: string): Example

withExamples

  • withExamples(examples: Example[]): this

withExclusiveMaximum

  • withExclusiveMaximum(max: boolean): this
  • Parameters

    • max: boolean

    Returns this

withExclusiveMinimum

  • withExclusiveMinimum(min: boolean): this
  • Parameters

    • min: boolean

    Returns this

withExtendsNode

withFormat

  • withFormat(format: string): this
  • Parameters

    • format: string

    Returns this

withId

  • withId(id: string): this
  • Parameters

    • id: string

    Returns this

withInherits

  • withInherits(inherits: Shape[]): this
  • Parameters

    Returns this

withLinkLabel

  • withLinkLabel(label: string): this
  • Parameters

    • label: string

    Returns this

withLinkTarget

  • withLinkTarget(target: Linkable): this

withMaxLength

  • withMaxLength(max: number): this
  • Parameters

    • max: number

    Returns this

withMaximum

  • withMaximum(max: number): this
  • Parameters

    • max: number

    Returns this

withMinLength

  • withMinLength(min: number): this
  • Parameters

    • min: number

    Returns this

withMinimum

  • withMinimum(min: number): this
  • Parameters

    • min: number

    Returns this

withMultipleOf

  • withMultipleOf(multiple: number): this
  • Parameters

    • multiple: number

    Returns this

withName

  • withName(name: string): this
  • Parameters

    • name: string

    Returns this

withNode

  • withNode(shape: Shape): this
  • Parameters

    Returns this

withOr

  • withOr(subShapes: Shape[]): this
  • Parameters

    Returns this

withPattern

  • withPattern(pattern: string): this
  • Parameters

    • pattern: string

    Returns this

withReadOnly

  • withReadOnly(readOnly: boolean): this
  • Parameters

    • readOnly: boolean

    Returns this

withValues

withWriteOnly

  • withWriteOnly(writeOnly: boolean): this
  • Parameters

    • writeOnly: boolean

    Returns this

withXMLSerialization

withXone

  • withXone(subShapes: Shape[]): this
  • Parameters

    Returns this

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc