Constructor and Description |
---|
Keywords() |
Modifier and Type | Method and Description |
---|---|
static ArrayKeyword |
maxItems(int maxItems) |
static StringKeyword |
maxLength(int maxLength) |
static ObjectKeyword |
maxProperties(int maxProperties) |
static ArrayKeyword |
minItems(int minItems) |
static StringKeyword |
minLength(int minLength) |
static ObjectKeyword |
minProperties(int minProperties) |
static NumberKeyword |
multipleOf(double multipleOf) |
static StringKeyword |
pattern(Pattern pattern) |
static Keyword |
type(SchemaType... types) |
static ArrayKeyword |
uniqueItems() |
public static Keyword type(SchemaType... types)
public static NumberKeyword multipleOf(double multipleOf)
public static StringKeyword maxLength(int maxLength)
public static StringKeyword minLength(int minLength)
public static StringKeyword pattern(Pattern pattern)
public static ArrayKeyword maxItems(int maxItems)
public static ArrayKeyword minItems(int minItems)
public static ArrayKeyword uniqueItems()
public static ObjectKeyword maxProperties(int maxProperties)
public static ObjectKeyword minProperties(int minProperties)
Copyright © 2021 Eclipse. All rights reserved.