Storage Record endpoints should validate the kind
Right now when doing schema validation of the JSON records only the syntax of the kind (*:*:*:*) is being checked as opposed to checking that the record was for a specific kind associated with that endpoint. I think we should modify the RegEx in the model to check for a specific entity kind (since the models were generated for a specific kind and version).
Edited by Bryan Dawson