public final class JsonSchemaUtils extends Object
Modifier and Type | Method and Description |
---|---|
static Set<String> |
generateJsonPointers(JsonValue schema)
Generates the Set of
JsonPointer s in a given JsonSchema. |
public static Set<String> generateJsonPointers(JsonValue schema)
JsonPointer
s in a given JsonSchema.schema
- the JsonSchema to generate the JsonPointer
s forCopyright © 2025 Open Identity Platform Community. All rights reserved.