export type SchemaEntity = Readonly>; export interface SchemaGraph { readonly "@context": string; readonly "@graph": readonly SchemaEntity[]; }