Entity Schema Visualizer

Dataverse Metadata → ER Diagram
← All Tools Power Platform

How to Get Entity Metadata JSON

Using Dataverse Web API (Browser):

GET [org-url]/api/data/v9.2/EntityDefinitions(LogicalName='account')?$expand=Attributes,OneToManyRelationships,ManyToOneRelationships,ManyToManyRelationships

Open this URL in your browser while logged into your environment, then copy the JSON response.

Using XrmToolBox Metadata Browser:

  1. Open XrmToolBox and connect to your environment
  2. Open the Metadata Browser tool
  3. Select an entity and click Export to JSON
  4. Paste the exported JSON here

From Solution Export:

  1. Export your solution as unmanaged
  2. Extract the ZIP file
  3. Navigate to Entities/[EntityName]/Entity.xml
  4. Convert XML to JSON or use the entity definition files
Entity Metadata JSON
Entity Relationship Diagram

Paste entity metadata and click Generate
or load a sample to see the diagram