• S
    [schema] Introduce schema data validator (#4360) · 6c13f189
    Sijie Guo 提交于
    *Motivation*
    
    Currently the schema data is only validated in compatibility checker. If the schema data is uploaded from admin api, there is no validation if the schema is the first version.
    
    *Changes*
    
    Add schema data validator to validate the schema data before storing it in schema storage.
    6c13f189
SchemaDataValidatorTest.java 4.7 KB