Type alias JsonBooleanSchema

JsonBooleanSchema: JsonSchemaBase & {
    type: "boolean";
    items: [string, string];
}

Тип для описания boolean-значения JSON-схемы

Generated using TypeDoc