public class Keywords extends Keywords
Constructor and Description |
---|
Keywords() |
Modifier and Type | Method and Description |
---|---|
static ArrayKeyword |
contains(SchemaBuilder builder) |
static NumberKeyword |
exclusiveMaximum(double exclusiveMaximum) |
static NumberKeyword |
exclusiveMinimum(double exclusiveMinimum) |
static StringKeyword |
format(StringFormat format) |
static NumberKeyword |
maximum(double maximum) |
static NumberKeyword |
minimum(double minimum) |
static ObjectKeyword |
propertyNames(StringSchemaBuilder schemaBuilder) |
maxItems, maxLength, maxProperties, minItems, minLength, minProperties, multipleOf, pattern, type, uniqueItems
public static NumberKeyword exclusiveMaximum(double exclusiveMaximum)
public static NumberKeyword maximum(double maximum)
public static NumberKeyword exclusiveMinimum(double exclusiveMinimum)
public static NumberKeyword minimum(double minimum)
public static StringKeyword format(StringFormat format)
public static ArrayKeyword contains(SchemaBuilder builder)
public static ObjectKeyword propertyNames(StringSchemaBuilder schemaBuilder)
Copyright © 2021 Eclipse. All rights reserved.