checkSchemaVersionValidity
abstract suspend fun checkSchemaVersionValidity(input: CheckSchemaVersionValidityRequest): 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.