{"version":3,"file":"solid.shapeTypes.mjs","names":[],"sources":["../../src/_ldo/solid.shapeTypes.ts"],"sourcesContent":["import type { ShapeType } from \"@ldo/ldo\";\nimport { solidSchema } from \"./solid.schema\";\nimport { solidContext } from \"./solid.context\";\nimport type { Container, Resource, ProfileWithStorage } from \"./solid.typings\";\n\n/**\n * =============================================================================\n * LDO ShapeTypes solid\n * =============================================================================\n */\n\n/**\n * Container ShapeType\n */\nexport const ContainerShapeType: ShapeType<Container> = {\n  schema: solidSchema,\n  shape: \"http://www.w3.org/ns/lddps#Container\",\n  context: solidContext,\n};\n\n/**\n * Resource ShapeType\n */\nexport const ResourceShapeType: ShapeType<Resource> = {\n  schema: solidSchema,\n  shape: \"http://www.w3.org/ns/lddps#Resource\",\n  context: solidContext,\n};\n\n/**\n * ProfileWithStorage ShapeType\n */\nexport const ProfileWithStorageShapeType: ShapeType<ProfileWithStorage> = {\n  schema: solidSchema,\n  shape: \"http://www.w3.org/ns/lddps#ProfileWithStorage\",\n  context: solidContext,\n};\n"],"mappings":";;;;;;AAgCA,MAAa,8BAA6D;CACxE,QAAQ;CACR,OAAO;CACP,SAAS;CACV"}