Is it a bad idea to include the type of a schema in the vendor property like com.abc.contexts
or com.abc.events
?
The self-describing JSON schema defines its “vendor” property as “tells us who created this JSON Schema”. So by definition, the vendor property should not include the type of a schema. But any other practical disadvantage for including type/category of schema in the “vendor” property?
We are planning to have quite a few context schema and I think it is more clear to defines contexts under “com.abc.context” vendor name because we don’t need to include “_context” suffix to each context name.