This is a prerelease version of FAST (3.0.0-rc.1).

@microsoft/fast-element > JSONSchemaCommon

JSONSchemaCommon interface

Common properties shared by schema nodes.

Signature:

export interface JSONSchemaCommon

Properties

Property

Modifiers

Type

Description

$observe?

boolean

(Optional) Stamped by applyConfigToSchema when an ObserverMapConfig excludes this path. When false, the proxy system skips observation for this node and (if all descendants are also false) its subtree.

$ref?

string

(Optional)

anyOf?

Array<any>

(Optional)

items?

any

(Optional)

properties?

any

(Optional)

type?

string

(Optional)