Interface IJSONSchemaSnippet

interface IJSONSchemaSnippet {
    body?: JSONValue;
    bodyText?: string;
    description?: string;
    label?: string;
}

Properties

body?: JSONValue
bodyText?: string
description?: string
label?: string