JsonObjectSchema.Builder |
JsonObjectSchema.Builder.additionalProperties(Boolean additionalProperties) |
static JsonObjectSchema.Builder |
JsonObjectSchema.builder() |
JsonObjectSchema.Builder |
JsonObjectSchema.Builder.definitions(Map<String,JsonSchemaElement> definitions) |
JsonObjectSchema.Builder |
JsonObjectSchema.Builder.description(String description) |
JsonObjectSchema.Builder |
JsonObjectSchema.Builder.properties(Map<String,JsonSchemaElement> properties) |
JsonObjectSchema.Builder |
JsonObjectSchema.Builder.required(List<String> required) |