Home
last modified time | relevance | path

Searched defs:getJsonSchema (Results 1 – 4 of 4) sorted by relevance

/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/java/com/google/cloud/discoveryengine/v1beta/
DSchemaOrBuilder.java84 java.lang.String getJsonSchema(); in getJsonSchema() method
DSchema.java194 public java.lang.String getJsonSchema() { in getJsonSchema() method in Schema
963 public java.lang.String getJsonSchema() { in getJsonSchema() method in Schema.Builder
/external/json-schema-validator/src/test/java/com/networknt/schema/
DAbstractJsonSchemaTest.java64 private JsonSchema getJsonSchema(JsonNode schemaNode) { in getJsonSchema() method in AbstractJsonSchemaTest
DReadOnlyValidatorTest.java42 private JsonSchema getJsonSchema(Boolean write) { in getJsonSchema() method in ReadOnlyValidatorTest