{"version":3,"file":"wac.shapeTypes.mjs","names":[],"sources":["../../src/_ldo/wac.shapeTypes.ts"],"sourcesContent":["import type { ShapeType } from \"@ldo/ldo\";\nimport { wacSchema } from \"./wac.schema\";\nimport { wacContext } from \"./wac.context\";\nimport type { Authorization } from \"./wac.typings\";\n\n/**\n * =============================================================================\n * LDO ShapeTypes wac\n * =============================================================================\n */\n\n/**\n * Authorization ShapeType\n */\nexport const AuthorizationShapeType: ShapeType<Authorization> = {\n  schema: wacSchema,\n  shape: \"http://www.w3.org/ns/auth/acls#Authorization\",\n  context: wacContext,\n};\n"],"mappings":";;;;;;;;;;;AAcA,MAAa,yBAAmD;CAC9D,QAAQ;CACR,OAAO;CACP,SAAS;CACV"}