I have Common Data Model schemas for my tables, is there a way of using those schema json files to create these tables.
Web API can be used to define tables, but the json schema used is EntityMetadata type and not CDM json schema. (Out of the box tables in dataverse (business unit, teams etc.) are based on the CDM).
Converting the files by hand is not really a option and creating these tables using the interface is too manual. Do i need to write some kind of JSON to JSON converter or is there some better options for this kind of process.