Schema Settings Response
data class SchemaSettingsResponse(val encoding: String, val firstRevisionId: String, val lastRevisionId: String, val schema: String)
Settings for validating messages published against a schema.
Properties
Link copied to clipboard
The minimum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against last_revision or any revision created before.
Link copied to clipboard
The maximum (inclusive) revision allowed for validating messages. If empty or not present, allow any revision to be validated against first_revision or any revision created after.