T - The type of the example.public interface WithExampleSchema<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getExample()
Gets
example JSON Schema field. |
void |
setExample(String example)
Sets
example JSON Schema field. |
T getExample()
example JSON Schema field.void setExample(String example) throws IOException
example JSON Schema field.example - The example value.IOException - When the type of schema cannot be parsed from the String value.Copyright © 2025 Open Identity Platform Community. All rights reserved.