Implement such that it fetched the resource definition and validated the definition aginst it. You might have to make a mapping between kind and singular and plural names
working on function resource_validation
[x] Validate against base schema
[x] Fetch resource definition and validate aginst the corresponding schema.
[x] Find a systematic approch for key generation for resources and resource definitions. Create a key generator service.
[x] Make sure that all resources, also resource definiitons are validated aginst the base schema
[x] Make schema for resource definitions and validate agenst this.
Have it emit a started event for the rest of the system to know that it is ready
Implement resource validation.
Implement such that it fetched the resource definition and validated the definition aginst it. You might have to make a mapping between kind and singular and plural names
working on function resource_validation
Have it emit a started event for the rest of the system to know that it is ready