Interface IJsonObjectSchema

interface IJsonObjectSchema {
    $formant.documentationUrl?: string;
    $formant.visible.when?: [string, "=", string];
    $schema?: string;
    description?: string;
    properties?: IPropertyObject;
    required?: string[];
    title?: string;
    type: "object";
}

Hierarchy (view full)

Properties

$formant.documentationUrl?: string
$formant.visible.when?: [string, "=", string]
$schema?: string
description?: string
properties?: IPropertyObject
required?: string[]
title?: string
type: "object"

Generated using TypeDoc