checkSchemaVersionValidity
inline suspend fun GlueClient.checkSchemaVersionValidity(crossinline block: CheckSchemaVersionValidityRequest.Builder.() -> Unit): CheckSchemaVersionValidityResponse
Validates the supplied schema. This call has no side effects, it simply validates using the supplied schema using DataFormat
as the format. Since it does not take a schema set name, no compatibility checks are performed.